Flush DNS

Sometimes there is an issue with your DNS resolvers caching the domain name to IP mapping. When your trying to go to the domain it's actually pulling up an old IP address instead of looking for a new one and finding the correct record. So, to expedite this very common problem of cached DNS, please do the following steps.

Microsoft Windows XP

Go to the Start menu, choose Run, type cmd and hit OK. When the black screen appears, type the following command and hit enter.

net stop

Then type this command and hit enter.

ipconfig /flushdns

Restart your application (e.g. browser or email).


Microsoft Windows Vista and Windows 7

Click the Start orb and follow All Programs > Accessories, look for Command Prompt. Be sure to right click on Command Prompt and choose "Run as Administrator". When the black screen appears, type the following command and hit enter.

net stop

Then type this command and hit enter.

ipconfig /flushdns

Restart your application (e.g. browser or email).


Mac OSX

Navigate to your Applications folder, open Utilities, and double click on Terminal. Type the following command and hit enter.

dscacheutil -flushcache

Then type this command and hit enter.

lookupd -flushcache

Don't worry if either command says something like "Not found".

Restart your application (e.g. browser or email).


Linux

Open up a terminal window (ctrl T in gnome). Type the following command and hit enter.

/etc/init.d/nscd restart

Restart your application (e.g. browser or email).

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

What are sub-domains?

Sub domains are domain names which point to a subdirectory within your main hosting account and...

Can I host multiple domain names?

Selected hosting packages can support multiple domain name hosting at no additional cost. Add on...

Do I need to transfer my domain name to you? How long does a transfer take? What steps are involved? Are there any costs?

It is a common misconception that you are required to transfer your domain name to your hosting...

Do I need a domain name for my website?

Yes, a domain name is required for your web site to function. Web hosting and domain names are...

How to upload to an add on or sub domain?

Option 1 In a FTP client enter this information. Host = add on domain name User =...