DNS Troubleshooting

Fix DNS Problems Fast

29 step-by-step guides for the most common DNS issues — from broken websites to email delivery failures.

DNS Record Type Reference

What each record does, how to format it, and what to avoid

A

Maps a domain to an IPv4 address

Look up A

What it does

The most fundamental DNS record. Points your domain (or subdomain) to the IP address of your web server so browsers know where to send traffic.

Format

<hostname> <TTL> IN A <IPv4 address>

Example

example.com. 3600 IN A 93.184.216.34

Common mistakes to avoid

  • Pointing to a private IP (192.168.x.x or 10.x.x.x) — only public IPs work on the internet
  • Forgetting to update the A record after migrating to a new server
  • Setting TTL too high (86400) before a planned IP change — lower it to 300 first
  • Adding a CNAME on the apex domain instead of an A record
When to use: Every domain needs at least one A record. Use it for your root domain and any subdomain that needs to point to a specific server IP.

Ready to diagnose your domain?

Run a live DNS lookup to see exactly what records are set right now.