View Categories

Active Directory: DNS Configuration Problems

< 1 min read

What you’ll notice: Slow logins, GPOs not applying, or DCs not talking to each other.

Why it happens:

  • Domain Controllers are pointing to external DNS (like Google DNS)
  • DNS records (like SRV) are missing

How to fix it:

  • Make sure all DCs use internal DNS
  • Run ipconfig /registerdns on each DC
  • Restart the Netlogon service
  • Check DNS zones and SRV records in DNS Manager
Scroll to Top