π Common Symptoms:
- β
ping [hostname]
β βPing request could not find hostβ
- β
ping [IP address]
β Success
- β
Internet and gateway reachable
- β
External DNS (e.g.,
google.com
) resolves
- β
nslookup [hostname]
fails
π§ Root Cause:
- The hostname is not registered in DNS
- DNS server is reachable and functional, but the specific A record is missing
- The service itself is up and reachable by IP
β
What to Do:
- Check for missing DNS records:
nslookup [hostname] [DNS server IP]
- Or
dig @[DNS server IP] [hostname]
- Confirm with DNS/admin team if the record should exist
- Workaround:
- Access service directly via IP
- (If allowed) use the local
hosts
file to manually resolve the name