Hello David,
Thank you for your question and for reaching out with your question today.
Based on the information provided, it appears that there might be an issue with DNS resolution on the 2019 Domain Controller when the 2012R2 Domain Controller is offline. The 2019 DC seems to be unable to resolve DNS queries locally and relies solely on the 2012R2 DC for DNS resolution.
Here are some steps to troubleshoot and resolve the issue:
- Check DNS Settings on the 2019 DC: Verify that the DNS settings on the 2019 DC are configured correctly. Ensure that the 2019 DC is using its own IP address (127.0.0.1) as the primary DNS server in its network settings. Also, confirm that the secondary DNS server is set to the IP address of the 2012R2 DC.
- Check DNS Zones Replication: Ensure that DNS zones are correctly replicated between the 2019 and 2012R2 DCs. You can use the "DNS Manager" console to check the zone data on both servers and verify that the information is consistent.
- Check DNS Forwarders: If you have DNS forwarders configured on the 2019 DC, ensure that they are still valid and functional. DNS forwarders are used to resolve external domain names that are not part of your internal domain.
- Check DNS Server Service: Verify that the DNS Server service is running on both the 2019 and 2012R2 DCs. If the service is stopped on the 2019 DC, start it and check if DNS resolution improves.
- Check Event Logs: Examine the event logs on both the 2019 and 2012R2 DCs for any DNS-related errors or warnings that might provide more insights into the issue.
- Clear DNS Cache: Clear the DNS cache on the 2019 DC to ensure that it doesn't hold any stale information that might be affecting resolution.
- Check Firewall Settings: Review the firewall settings on both the 2019 and 2012R2 DCs to ensure that DNS traffic is allowed between them.
- Flush DNS Cache on Client Computers: If DNS resolution is not working on client computers when the 2012R2 DC is offline, flush the DNS cache on the client computers. Open Command Prompt and run:
ipconfig /flushdns
. - Test Direct DNS Queries: Use the
nslookup
command on the 2019 DC to test direct DNS queries to itself and other domain controllers. For example, runnslookup domaincontrollername
to see if it can resolve the IP address. - Check Network Connectivity: Ensure that there are no network connectivity issues between the 2019 and 2012R2 DCs. You can test connectivity using the
ping
command.
By going through these steps, you should be able to identify and resolve the DNS resolution issue on the 2019 Domain Controller when the 2012R2 Domain Controller is offline. If the issue persists, consider checking the DNS event logs in more detail for any specific error messages that might provide further clues. Additionally, you might also consider updating the domain functional level to a more recent version (if feasible) to better support newer features and functionality.
I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.
If the reply was helpful, please don’t forget to upvote or accept as answer.
Best regards.