Hello Adam,
In a multi-DC (Domain Controller) environment, it is generally considered a best practice to avoid pointing the DCs to themselves as their preferred DNS servers. Instead, each DC should point to the other DC as its preferred DNS server. This setup ensures redundancy and helps prevent potential issues if a DC is unable to resolve DNS queries on its own.
Here is the recommended configuration for your setup:
DC1 (x.x.x.1):
- Preferred DNS server: x.x.x.2 (DC2)
- Alternate DNS server: 127.0.0.1 (or x.x.x.1 if you prefer to use the actual IP)
DC2 (x.x.x.2):
- Preferred DNS server: x.x.x.1 (DC1)
- Alternate DNS server: 127.0.0.1 (or x.x.x.2 if you prefer to use the actual IP)
This way, if one DC is down, the other can still handle DNS queries, and each DC can still resolve DNS queries locally using the loopback address.
Here are the steps to configure this:
- Open the Network and Sharing Center on each DC.
- Click on *Change adapter settings*.
- Right-click on the network adapter and select *Properties*.
- Select *Internet Protocol Version 4 (TCP/IPv4)* and click *Properties*.
- Configure the *Preferred DNS server* and *Alternate DNS server* according to the recommendations above.
- Click *OK* to save the changes.
Following these steps will ensure your DNS configuration is robust and reliable.
Best regards,
Rosy