Changing NameServers and DNS Cache

Ever change a nameserver at your Domain Registrar and wonder why it takes so long for the domain to point to your new web site? The answer may be that you are using a DNS Caching service such opendns.com or google’s public dns. The Cache doesn’t update automatically but on a set schedule. If you don’t want to wait, your caching service may allow you to refresh it manually. For instance, both Google and Opendns allows anyone to flush the Cache for a particular domain without even logging in:

  1. Refresh the OpenDns cache
  2. Refresh Google Public DNS
  3. Open DNS refresh page is particularly helpful as it shows locations of all of its DNS servers throughout the world and the ip address that each has listed for your domain. Even if you don’t use OpenDNS this give you a great visual of how a change in your nameserver propogates the change in your web servers’ ip throughout the internet. If after flushing the cache the servers reflect the correct IP address for your webserver, you know that any delays in DNS propogation are likely due to DNS caching and/or local DNS cache or configuration.

    Another thing to keep in mind is that you may need to flush the DNS Cache on your own website. On Windows this is done by opening a Command windows and typing

    ipconfig /flushdns
    

    It should return with

    Windows IP Configuration
    Successfully flushed the DNS Resolver Cache.
    

    One other tip: if you are curious to know whether others are experiencing resolution issues, go to an online proxy site such as Zend2.com, type in your domain, and see the result. Often you will see the new website here before you see it locally. Timings differ due to the time it takes to propagate through the internet and caches to be updated.

    Some helpful reference links:

Charlie

Recent Posts

KeePassXC Password Manager – Use Auto-Type Instead of the KeePassXC Plugin

Avoiding Browser Plugins with KeePassXC KeePassXC is a popular free open source password manager. As…

3 years ago

A Simple Step to Delete Thousands of Useless Gmail Messages and Free Up Space

If you've had a Gmail account for years, like I have, at some point you…

3 years ago

Back Up Your Raspberry Pi Virtually

Here's a little trick I use to back up my Raspberry Pi without having to…

4 years ago

Unclutter Your GMail Without Missing Out On Your Newsletters

I try to keep my email inbox fairly clean but I do subscribe to some…

4 years ago

Windows Reinstall: Use Secret Migration Tool to Restore All Settings Even If Option Disabled; Plus Tips to Restore Programs After a Clean Install

I was recently faced with the dreaded prospect of re-installing Windows 10. While the standard…

4 years ago

Pi-hole & Unlimited Whitelist for OpenDNS, Cleanbrowsing, Etc.

Pi-Hole and Upstream DNS Providers Pi-hole is an excellent whole-home, self-hosted ad blocker and DNS…

4 years ago