DNS TroubleshootingDNS changed but website still shows old IP
If a domain was moved to a new server but visitors still reach the old site, check DNS records, cache, IPv6 and CDN layers in order.
Most common causes
TTL cacheResolvers may still cache the previous A or AAAA record.Wait for the old TTL to expire.
Wrong record editedThe root domain and www subdomain are separate names.Check both records explicitly.
AAAA still oldIPv6 users may reach the old server through an old AAAA record.Compare A and AAAA records.
CDN cacheA proxy or CDN may still route to the old origin.Review CDN DNS and origin settings.
Quick checklist
- Run DNS Lookup for A and AAAA records.
- Check the root domain and
www separately. - Compare the returned IP with the new server public IP.
- Check whether a CDN or DNS proxy is enabled.
- Use HTTP Header Check to see whether the response comes from an old redirect or cache.
If only some users see the old server, resolver cache is likely. If every lookup still shows the old IP, the authoritative DNS record may not have been changed correctly.