• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to monitor DNS updates?

anandfan

Senior member
I'm moving my little website http://www.graphtablet.com/ from Comcast to HostPC. Whois shows the nameserver entries at my registrar have been updated, but is there an easy way to query the major nameservers to monitor the propogation of the DNS change?

It's been 24 hours since I put the change request in and apparently Comcast DNS servers are still resolving to Comcast (and the site is downloading slower than ever!). I've tried ipconfig/flushdns (WinXP) and cleared the temp internet files (IE 6).


Edit: Comcast DNS have now been updated to the new site. Thanks for reading.
 
What is the TTL on your domain and www records?

You can find all of this in your start of authority record (SOA) at the beginning of your zonefile.
 
gunrunnerjohn, thanks for checking!

spidey, Thanks for the info, but you're way beyond me. I'm not sure I have access to the zonefile since I'm just a lowly tenant on HostPC servers.

Anyway, the DNS updates have finally worked their way over to Comcast DNS servers so at least I can get to my own site.

Still curious, anyway to check what IP the other major nameservers are returning? (Other than changing my nameserver manually, one at a time.)
 
There is really no way to monitor the updates through any kind of automated system. The only way is to pick some random DNS servers and query them.

FYI, here's the info on your DNS record.

www.graphicstablet.com
Server: localhost
Address: 127.0.0.1

Authoritative answers can be found from:
graphicstablet.com
origin = ns1.afternic.com
mail addr = support.afternic.com
serial = 2003010900
refresh = 10800 (3H)
retry = 3600 (1H)
expire = 604800 (1W)
minimum ttl = 86400 (1D)

To see what this all means, look
at this DNS FAQ.

- G
 
Back
Top