I was wondering how to properly setup DNS forwarders on Windows Server 2008 R2. I have three Domain Controllers. Each of the DC's have have following:
- AD Role
- DNS Role
- DHCP Role
- Static IP Address
- Windows Server 2008 R2 SP1
- 64 Bit
I noticed under DNS Forwarders, that each DC only has one other DC listed and not both DC's. Here is a picture:
Is it correct to only have one DC listed, or should I list the other DC as well?
Answer
You shouldn't have a reason to forward to other AD servers, as DNS should be replicating between them already.
The only reason I can think of for this would be if you wanted only one DNS server to be the one querying the internet for non-authoritative FQDNs.
Usually the forwarders (used to resolve non-authoritative lookups) are set to external DNS servers like your ISP's or a common public resolver like 8.8.8.8 or just use Root Hint servers.
Conditional forwarding is different though...
No comments:
Post a Comment