skip to content
PingTraceSSH Logo
Donate

DNS Troubleshooting

DNS problems often look like “the site is down,” but the real issue is resolution: bad records, missing delegation, cached failures, or a resolver returning inconsistent answers. This pillar gives you a practical workflow to validate records quickly and avoid chasing ghosts.

Related tool

  • DNS Checker — validate common record types and resolution.

Fast triage: what error are you seeing?

Common DNS failure patterns

Record exists, but points wrong

Validate A/AAAA/CNAME targets. A single wrong character or stale target can create intermittent or total failure.

Authoritative servers unreachable

If resolvers can’t reach the authoritative NS, results can vary by resolver and region. Check for firewall blocks and outages.

Recommended workflow

  1. Run DNS Checker and verify the expected records exist.
  2. If results differ by resolver, suspect caching/propagation or a failing authoritative server.
  3. If the domain resolves but the service fails, pivot to Ping & Latency Diagnostics and Traceroute & Routing.