• Around The HomeToggle Menu

    • Entertainment
    • Productivity
    • Smart Home
  • FamilyToggle Menu

    • Parenting
    • Toys
    • Pets
    • Travel
  • ReviewsToggle Menu

    • Phones
    • Tablets
    • Laptops
    • Desktops
    • Wearables
    • Audio
    • Cameras
    • Headphones
    • Printers
    • Smart Home
    • TVs
    • Gaming and Video
  • One Cool ThingToggle Menu

    • Frugal Tech
    • Kickstarters
    • Videos
  1. Home
  2. Around The Home
  3. Productivity
  4. How to Fix Active Directory DNS problems

How to Fix Active Directory DNS problems

By: Techwalla Editor
  • Share
  • Share on Facebook

Lots of times when creating a brand new domain or promoting a computer that does not have DNS installed or correctly configured, Active directory does not properly configure the DNS name space for your new domain.

This can be checked by going into the DNS MMC console and expanding the Forward lookup zone. it should have several sub "folders" such as DC, GC, etc.

Errors like:

server GUID DNS name could not be resolved to an IP address. Check items such as the DNS server, DHCP and server name. Although the GUID DNS name (._msdcs.domain-name.local) couldn't be resolved, the server name () resolved to the IP address () and was pingable. Check that the IP address is registered correctly with the DNS server.

This type of error will cause you to not be able to add computers to your domain, or even add new domain controllers.

Obviously, a problem like this is going to bring AD to a grinding halt and provide little to no functionality, so here's how to fix it:

Video of the Day

Step

Log into the Domain controller either in console or via RDP

Step

Download DcDiag.exe from microsoft if you do not have the Windows 2000 support tools installed. You can find it at http://www.microsoft.com/downloads/details.aspx?familyid=23870A87-8422-408C-9375-2D9AAF939FA3&displaylang=en

You can download it and extract it to anywhere you like.

Step

Open a command window (Start menu -> Run -> Type "cmd" with out quotes and hit enter/click ok), now change directory to where the executable is located.

...

Type "ipconfig /flushdns", then "ipconfig /registerdns" (with out the quotes) to flush out the DNS resolver cache and register the DNS source records, respectively.

Some people like to clear the ARP cache as well, you can do this by typing "arp -d *" at the command prompt with out quotes. This part is optional.

Step

At the prompt type in dcdiag /fix

Read through the output. You will most likely have the following text somewhere in your output:

Server GUID DNS name could not be resovled to an ipaddress. Althought GUID could not be resolved, the server name resolved to the ip address x.x.x.x and was pingable

Step

Still at the command prompt, type "dcdiag /fix", then "net stop netlogon" and "net start netlogon" (again with out the quotes) to finalize the changes.

Run dcdiag one more time to make sure the domain controller's DNS is working. You should no longer get the error mentioned in step 5. Some other NIC related errors may show up, but you can dismiss those for the most part it wont affect your installation (you couldnt get this far if there were serious NIC problems)

Step

You should now be able to add member computers to your new domain and add domain controllers.

Show Comments

Related Articles

How to Install WGET in Ubuntu

How to Install WGET in Ubuntu

Around The Home
Productivity
By: Rob Senn
How to Test Your Ping Time

How to Test Your Ping Time

Around The Home
Productivity
By: Techwalla Contributor
How Do I Add WWW to My Domain Name?

How Do I Add WWW to My Domain Name?

Around The Home
Productivity
By: Marina Martin
How to Find a Server's IP Address

How to Find a Server's IP Address

Around The Home
Productivity
By: Contributing Writer
What Does a 504 Gateway Time Out Mean?

What Does a 504 Gateway Time Out Mean?

Around The Home
Productivity
By: Warren Davies
How to Test DDNS

How to Test DDNS

Around The Home
Productivity
By: Rita Wood
  • HOW WE SCORE
  • ABOUT US
  • CONTACT US
  • TERMS
  • PRIVACY POLICY
  • COPYRIGHT POLICY
  • Advertise

An error occurred. Try again later.

Thanks for signing up!
© 2019 Leaf Group Ltd. Leaf Group Media

Get great tech advice delivered to your inbox.

Keep your family productive, connected, entertained, and safe.

Please enter a valid email.