Flush DNS Resolver Cache

From Hostek.com Wiki
Revision as of 03:29, 18 August 2012 by Justinaes (Talk | contribs) (Created page with "__FORCETOC__ == How to Flush Your DNS Resolver Cache == Sometimes you may need to flush your computer's DNS Resolver Cache. The DNS Resolver Cache within your operating syst...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


How to Flush Your DNS Resolver Cache

Sometimes you may need to flush your computer's DNS Resolver Cache. The DNS Resolver Cache within your operating system stores the location of Web sites you visit on the Internet. This is intended to improve browsing speed, but sometimes it needs to be cleared to ensure good performance (for example, if you recently moved your site to a new server). Instructions for flushing the DNS Resolver Cache on several operating systems are below.

Windows

  • Open a command prompt.
    • One way to do this is to open the Start Menu, click Run, type cmd, and press enter
      • In Windows 7 you can just open Start and type cmd and press enter
    • If your account is not an Administrator, you'll need to run the command prompt as Administrator.

In the command prompt type the following and press enter:

   ipconfig /flushdns


Mac OS X

Open up the Terminal application and enter the following command:

   dscacheutil -flushcache


Linux

From the terminal, enter the following command at the prompt:

   /etc/rc.d/init.d/nscd restart