Creating a Reverse Lookup Zone
Problem
You want to create a reverse lookup zone. A reverse lookup zone maps IP addresses to names.
Solution
Using a graphical user interface
- Open the DNS Management snap-in.
- If an entry for the DNS server you want to connect to does not exist, right-click on DNS in the left pane and select “Connect to DNS Server.” Select “This computer” or “The following computer,” then enter the server you want to connect to (if applicable) and click OK.
- Expand the server in the left pane and click on Reverse Lookup Zones.
- Right-click on Reverse Lookup Zones and select New Zone.
- Click Next.
- Select the zone type (Primary, Secondary, or Stub zone). To AD-integrate the zone, place a check mark next to “Store the zone in Active Directory (available only if DNS server is a domain controller)” and click Next.
- If you selected to store the zone data in Active Directory, next you will be asked which servers you want to replicate the DNS data to: all DNS servers in the forest, all DNS servers in the domain, all domain controllers in the domain, or all DCs that are hosting a particular application partition. Click Next after you make your selection.
|
- Type the Network ID for the reverse zone or enter a reverse zone name to use.
- Fill out the information for the remaining screens. They will vary depending on if you are creating a primary, secondary, or stub zone.
Using a command-line interface
The following command creates an AD-integrated reverse zone:
> dnscmd <DNSServerName> /zoneadd <ZoneName> /DsPrimary
Using VBScript
‘ This code creates an
AD-integrated reverse zone.
‘ —— SCRIPT CONFIGURATION ——
strServer = “<DNSServerName>” ‘ e.g. dc1.rallencorp.com
strNewZone = “<ZoneName>” ‘ e.g. 8.10.192.in-addr.arpa.
‘ —— END CONFIGURATION ——–
set objDNS = GetObject(“winMgmts:\\” & strServer & “\root\MicrosoftDNS”)
set objDNSZone = objDNS.Get(“MicrosoftDNS_Zone”)
strNull = objDNSZone.CreateZone(strNewZone, 0 , True)
WScript.Echo “Created zone ” & strNewZone
Discussion
Creating a reverse zone is very similar to creating a forward zone.
Thank you
Good article. I definitely appreciate this site.
Continue the good work!
I would like to thank you for the efforts you have put in penning this
blog. I really hope to check out the same high-grade content by you later on as well.
In truth, your creative writing abilities has motivated me
to get my own, personal site now 😉
Fantastic post however I was wanjting to know if you could write a
litte more on this subject? I’d be very grateful if you could elaborate
a little bit further. Cheers!
Excellent items from you, man. I have keep in mind your stuff previous to and you’re jusst extremel wonderful.
I actually like what you’ve bought here, certainly like what you’re stating and the way during which you assert it.
You make it entertaining aand you still take care of tto stay
it smart. I can not wait to learn faar more from you. This is really a great website.