Error regarding DNS - "... must be able to resolve names ..." (Windows Server 2008 R2 installation)
Posted
by
Scolytus
on Server Fault
See other posts from Server Fault
or by Scolytus
Published on 2010-12-30T16:31:35Z
Indexed on
2010/12/30
20:56 UTC
Read the original article
Hit count: 374
I'm trying to replace our old Windows 2000 Server by a Windows Server 2008 R2. I followed the guide at MSDN. Coming to the step "Install Active Directory Domain Services..." the option to install the DNS-Server was grayed-out. According to Microsoft Support I skipped the DNS Server Installation at this point. (Because of the single-label DNS name)
I then installed the DNS-Server role and created a forward-lookup-zone for the domain. When running the Best Practices Analyzer of the DNS-Server role I get these two messages for both domain controllers (the old win2k and the new win 2008 R2):
- The DNS server [IP address] on [adapter name] must be able to resolve names in the primary DNS domain zone
- The DNS server [IP address] on [adapter name] must be able to resolve names in the forest root domain name zone
The TechCenter articles suggest to use a proper DNS Server - that's pointless when I try to configure a proper DNS Server.
How do I configure the DNS Server in a way that it resolves these zones? Or are these errors irrelevant?
dcdiag /v /test:DNS
Seems to run fine...
© Server Fault or respective owner