Try these methods to debug any network or DNS issues you have.
Windows
If you on windows the following command will flush the dns cache and hopefully get the correct address.
- Click – Start
- Click – Run
- Type – cmd (command on some systems)
- Click – OK
- Type – ipconfig /flushdns
- Restart your system (if possible) and try visiting the site again.
Apple Mac
- Open up a command terminal.
- Run the command “dscacheutil -flushcache”
If you are running Mac OS X 10.5.1 or below, you need to do the following.
- Open a command terminal.
- Run the command “lookupd -flushcache”
Linux
If you are running the nscd Name Service Cache Daemon then you will need to do the following.
- Open up a command terminal (either as root or run step 2 with sudo)
- Run the command “/etc/init.d/nscd restart”

