Troubleshooting a Domain That Does Not Resolve Print

  • dns, domains, nxdomain, troubleshooting
  • 0

If a domain does not resolve, work from registration outward instead of changing random DNS records.

  1. Confirm the domain registration is active and not expired.
  2. Check which authoritative nameservers the registrar delegates the domain to.
  3. Confirm those nameservers respond for the domain.
  4. At the authoritative DNS provider, verify the required A/AAAA/CNAME records.
  5. Check whether DNSSEC is enabled and whether the parent DS record matches the current signing keys.
  6. Allow for cached DNS data when a recent change was made.

NXDOMAIN usually means the requested name does not exist in DNS. SERVFAIL can indicate a nameserver problem or a DNSSEC validation failure. Those two errors point to different troubleshooting paths.


Was this answer helpful?

« Back