I have a Win 2008 R2 server running AD, DHCP and DNS, all of which worked fine when I first set it all up (it's for a new client and they haven't started up the business yet so the server is just sitting in my office where I'm setting it up).
Now however, the DNS doesn't work on the client PC's.
When I run the best practice analyser on the DNS role I get several errors including;
The DNS server 192.168.1.149 on Local Area Connection did not successfully resolve the name _ldap._tcp.gc._msdcs.domain.local.
The DNS server 192.168.1.149 on Local Area Connection did not successfully resolve the name of the address (A) record for this computer.
There's several more, all similar, referring to kerboses recource record, LDAP resource records etc.
There's no reference to any issue in the DNS logs.
The Server itself can connect to the Internet fine, but the clients can't, even though they can connect to the server for domain access and DHCP.
Here's the output from ipconfig /all on the server. Sorry it's long - I included everything in case it's relevant but Ethernet adapter Local Area Connection is the only one I think is relevant (Local Area Connection 3 is Open VPN, and Local Area Connection 2 is the other NIC)
I can only say one thing. Be sure it isn't something to do with IPv6 messing you up. If you stuff all relies on IPv4--still--your clients might be doing IPv6 DNS requests for AAAA and not getting anywhere.
Why Two Network cards enabled in the machines ? One is DHCP enabled(Local Area Connection3) and one is Static IP address(Local Area Connection) In dhcp enabled DNS servers are assigned as IPV6 address and in static IP DNS address pointing to ::1 IPV6 Loop back address. That's why DNS is not resolving properly. If you are using static IP point it to DNS servers and remove the IPV6. If you are using DHCP check why the DNS servers not configured properly or disable the network card.
Thanks
Jai
0
ThatsTheWayWeGetByAuthor Commented:
Thanks for your replies and attempts to help.
Jai, Local Area connection 3 you're referring to in your answer is actually a VPN, not a real card.
Anyway, I have got the issue sorted now, although I'm not even sure I fully understand what the issue was or how to explain what it was - in a nutshell it was actually a DHCP issue as the router and server were both doing DHCP. I disabled DHCP on the server and all is working fine now.
(All the errors thrown up by the DNS best practise analyser were taken care of with an exception)
0
ThatsTheWayWeGetByAuthor Commented:
The other posters would have had no way of know, but the actual problem turned out to be DHCP, not DNS
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.