How do I clear my local DNS cache?
When you make a change to your domain, like update the nameservers, switch it to another IP address, or change the A or CNAME records, you'll likely need to flush your local DNS cache to get the updated information.
Windows
- Open the Start menu
- Click on Run
- Type cmd and press the OK button
- In the command prompt, type ipconfig /flushdns and press the Enter key
Linux
- Open a terminal window
- Type /etc/rc.d/init.d/nscd restart and press the Enter key
Mac OS
For Mac OS X Leopard:
- Open a terminal window
- Type dscacheutil -flushcache and press the Enter key
For Mac OS X 10.5.1 and before:
- Open a terminal window
- Type lookupd -flushcache and press the Enter key