DNS troubleshooting: a structured approach
2026-09-20 · A generalised guide to investigating hostname resolution failures.
A device may reach an IP address but fail to reach the corresponding hostname. That is one clue, not proof of a DNS issue.
First checks
- Confirm the scope: one device, one service or multiple users?
- Verify the current IP address, default gateway and configured DNS servers.
- Compare name resolution using the configured resolver and an appropriate known-good resolver.
- Check whether the service is reachable by IP and whether firewall, proxy or application settings affect the result.
- Verify any recent DNS record or server changes with the responsible team.
Example commands
On Windows:
ipconfig /all
nslookup example.com
Resolve-DnsName example.com
Test-NetConnection example.com -Port 443
Use the correct internal hostname only in an authorised environment. Avoid publishing private infrastructure identifiers. This article is a general learning note, not an employer incident report.