<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DNS Zones Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/dns-zones/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/dns-zones/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Sun, 25 Mar 2018 08:28:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>Setup and Configure DNS Reverse Lookup Zones</title>
		<link>https://thesysadminchannel.com/setup-and-configure-dns-reverse-lookup-zones/</link>
					<comments>https://thesysadminchannel.com/setup-and-configure-dns-reverse-lookup-zones/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Sun, 25 Mar 2018 08:26:36 +0000</pubDate>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[DNS Zones]]></category>
		<category><![CDATA[Its always DNS]]></category>
		<category><![CDATA[Reverse lookup zones step by step]]></category>
		<category><![CDATA[Windows Server DNS Zones]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=199</guid>

					<description><![CDATA[<p>It&#8217;s not DNS!  It can&#8217;t be DNS!!  No way in hell it&#8217;s DNS!!!  It&#8217;s definitely DNS.  If you&#8217;ve been around the block a couple of times I&#8217;m almost certain Domain Naming System got the best of you at least once&#8230; <a href="https://thesysadminchannel.com/setup-and-configure-dns-reverse-lookup-zones/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/setup-and-configure-dns-reverse-lookup-zones/">Setup and Configure DNS Reverse Lookup Zones</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It&#8217;s not DNS!  It can&#8217;t be DNS!!  No way in hell it&#8217;s DNS!!!  It&#8217;s definitely DNS.  If you&#8217;ve been around the block a couple of times I&#8217;m almost certain Domain Naming System got the best of you at least once or twice.  Troubleshooting the issue to no end only to find out it was DNS all along.  Bastard!!   Well, no need to worry because it happens to the best of us.  In this article i&#8217;ll give you the quick and dirty on <strong>How To Setup and Configure DNS Reverse Lookup Zones</strong> for your domain so you can make troubleshooting work a little more in your favor.</p>
<p>Reverse lookup is not enabled by default so this means that anytime you try and do a <strong>ping -a</strong> in your command prompt, it will not give you the corresponding host name.  This makes troubleshooting that much harder and when it comes to DNS, you need all the help you can get.</p>
<p>&nbsp;</p>
<h2>Setup and Configure DNS Reverse Lookup Zones</h2>
<ul>
<li>On your Domain Controller, open up DNS Manager</li>
<li>Right click <strong>Reverse Lookup Zones</strong> and click <strong>New Zone</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2018/03/Screenshot.jpg" target="_blank" rel="noopener"><img fetchpriority="high" decoding="async" class="aligncenter wp-image-201 size-medium" src="https://thesysadminchannel.com/wp-content/uploads/2018/03/Screenshot-1024x385.jpg" alt="Configure New DNS Zone" width="1024" height="385" srcset="https://thesysadminchannel.com/wp-content/uploads/2018/03/Screenshot.jpg 1024w, https://thesysadminchannel.com/wp-content/uploads/2018/03/Screenshot-768x289.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<ul>
<li>Select the appropriate zone for your scenario.</li>
</ul>
<div id="attachment_202" style="width: 520px" class="wp-caption aligncenter"><a href="https://thesysadminchannel.com/wp-content/uploads/2018/03/New-Primary-Zone-Zone-Wizard.png" target="_blank" rel="noopener"><img decoding="async" aria-describedby="caption-attachment-202" class="wp-image-202 size-full" src="https://thesysadminchannel.com/wp-content/uploads/2018/03/New-Primary-Zone-Zone-Wizard.png" alt="New Primary Zone - Zone Wizard" width="510" height="397" /></a><p id="caption-attachment-202" class="wp-caption-text">Since I&#8217;m setting a brand new domain, i&#8217;ll be creating a primary zone.</p></div>
<ul>
<li>Select the appropriate zone scope for your scenario.</li>
</ul>
<div id="attachment_203" style="width: 520px" class="wp-caption aligncenter"><a href="https://thesysadminchannel.com/wp-content/uploads/2018/03/Active-Directory-Zone-Replication-Scope.png" target="_blank" rel="noopener"><img decoding="async" aria-describedby="caption-attachment-203" class="wp-image-203 size-full" src="https://thesysadminchannel.com/wp-content/uploads/2018/03/Active-Directory-Zone-Replication-Scope.png" alt="Active Directory Zone Replication Scope" width="510" height="397" /></a><p id="caption-attachment-203" class="wp-caption-text">In my case I&#8217;ll want to replicate to all domain controllers in my domain.</p></div>
<ul>
<li>Enter in the Network ID,  for instance if your network is 192.168.1.0 with a subnet mask of 255.255.255.0. You will use 192.168.1 your network ID.</li>
</ul>
<div id="attachment_204" style="width: 520px" class="wp-caption aligncenter"><a href="https://thesysadminchannel.com/wp-content/uploads/2018/03/Reverse-Lookup-Zone-Name.png" target="_blank" rel="noopener"><img decoding="async" aria-describedby="caption-attachment-204" class="wp-image-204 size-full" src="https://thesysadminchannel.com/wp-content/uploads/2018/03/Reverse-Lookup-Zone-Name.png" alt="Reverse Lookup Zone Name" width="510" height="397" /></a><p id="caption-attachment-204" class="wp-caption-text">Since I&#8217;m on the 172.16.10 /24 network, i&#8217;ll be using this as my Network ID</p></div>
<ul>
<li>Since we&#8217;re using Active Directory, I&#8217;ll leave this as the default.</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2018/03/Dynamic-Update-DNS.png" target="_blank" rel="noopener"><img decoding="async" class="aligncenter wp-image-205 size-full" src="https://thesysadminchannel.com/wp-content/uploads/2018/03/Dynamic-Update-DNS.png" alt="Dynamic Update DNS" width="510" height="397" /></a></p>
<ul>
<li>Going forward you should now be able to ping an IP on that network and have it resolve to a hostname.</li>
</ul>
<div id="attachment_206" style="width: 888px" class="wp-caption aligncenter"><a href="https://thesysadminchannel.com/wp-content/uploads/2018/03/Powershell-Reverse-DNS-Lookup.png" target="_blank" rel="noopener"><img decoding="async" aria-describedby="caption-attachment-206" class="wp-image-206 size-full" src="https://thesysadminchannel.com/wp-content/uploads/2018/03/Powershell-Reverse-DNS-Lookup.png" alt="Powershell Reverse DNS Lookup" width="878" height="404" srcset="https://thesysadminchannel.com/wp-content/uploads/2018/03/Powershell-Reverse-DNS-Lookup.png 878w, https://thesysadminchannel.com/wp-content/uploads/2018/03/Powershell-Reverse-DNS-Lookup-768x353.png 768w" sizes="(max-width: 878px) 100vw, 878px" /></a><p id="caption-attachment-206" class="wp-caption-text">Note that I am doing a ping -a and the reply is responding with the hostname of the device.</p></div>
<h1>Watch as I show you how to setup and configure DNS reverse lookup zones</h1>
<p><iframe title="DNS Reverse Lookup Zones - Setup and Configuration" width="640" height="360" src="https://www.youtube.com/embed/TRttNTi4U7w?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>And you there have it guys!!  I hope this video and article enables you to be a better sysadmin.  Just remember&#8230; It&#8217;s <em>always </em>DNS.</p>
<p>The post <a href="https://thesysadminchannel.com/setup-and-configure-dns-reverse-lookup-zones/">Setup and Configure DNS Reverse Lookup Zones</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/setup-and-configure-dns-reverse-lookup-zones/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">199</post-id>	</item>
	</channel>
</rss>
