Configuring Secondary DNS Zones
Here is the scenario. We have two seperate forests sharing a single private IP network. Both domains are running 2008 R2 servers in native mode with AD integrated DNS. Each forest has a single domain. We will call them domain1.net and domain2.net. We
have created a cross-forest transitive trust between the two forests and we want to be able to resolve names between the two forests. We did the following:
- created a secondary DNS zone called domain2.net on one domain controller in domain1.net and set a domain controller in domain2.net to be the master.
- created a secondary DNS zone called domain1.net on one domain controller in domain2.net and set a domain controller in domain1.net to be the master.
- on both of the above secondary zones we set zone transfer for to any server and set notify changes for all other domain controllers in the same domain.
We do see records from each domain in the secondary zones and can resolve names on clients.
My questions are:
1) Is this the most efficient way to do this, or is there a better or recommended way?
2) We only see the secondary zone on the domain controllers we created them on. Shouldn't this zone replicate to other domain controllers? If so, how do I set that up?
July 20th, 2011 9:20am
Hi Eric,
Thanks for posting here.
> Is this the most efficient way to do this, or is there a better or recommended way?
Have you consider to set DNS conditions forwarder in order to implement the name resolution for both separate domains?
Configure DNS Server Forwarders
http://technet.microsoft.com/en-us/library/cc816856(WS.10).aspx
Thanks.
Tiger Li
Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
July 21st, 2011 4:19am
Thank you for your response Tiger.
We had considered conditional forwarders as an option but had thought we would experience less WAN traffic by having the DNS servers periodically update from each other instead of all our clients querying DNS servers across the WAN.
July 21st, 2011 10:14am


