Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How To: Flush Your Local DNS Cache  (Read 2767 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
How To: Flush Your Local DNS Cache
« on: January 12, 2014, 08:01:52 pm »
If your computer has trouble reaching a certain web site or server this may be due to a corrupt local DNS cache. This guide will show you how to clear your local DNS cache (“flush” it) for several operating systems.

Windows Vista/Windows 7:

    1.Click on Start, followed by All Programs, and then Accessories.
    2.Right-click on Command Prompt and choose Run as Administrator.
    3.In the Command Prompt window type in the following command and press Enter:
                ipconfig /flushdns

If all goes well, which it should, you will see the following confirmation message:
    Successfully flushed the DNS Resolver Cache.

Windows XP

    1. Click on Start, followed by All Programs, and then Accessories.
    2. Click on Command Prompt.
    3. In the Command Prompt window type in the following command:
            ipconfig /flushdns
        and press Enter. You should see the following confirmation message:
             Successfully flushed the DNS Resolver Cache.

Mac OS X 10.5.2 and above

    1.Click on the Finder icon in your dock. Open your Applications folder.
    2.Inside the Applications folder, click on Utilities and then Terminal.
    3.Type the following command in the Terminal window and press Enter:
              dscacheutil -flushcache
        Do not be alarmed if you do not receive any kind of response from the Terminal window after running the       
        command. This is normal.

Mac OS X 10.5.1 and below

    1.Click on the Finder icon in your dock. Open your Applications folder.
    2.Inside the Applications folder, click on Utilities and then Terminal.
    3.Type the following command in the Terminal window and press Enter:
               lookupd -flushcache

Linux

    Many current Linux distributions do not utilize a local DNS resolver cache like Windows and Mac OS X. If you do not know if your Linux installation is utilizing local DNS caching please see the website for your Linux distribution and look for information regarding default included software.
   
    One of the most commonly used DNS caching Linux applications is NSCD (Name Service Cachine Daemon).
If you have NSCD installed you can clear the local DNS cache by running one of the following commands in your

favorite terminal/shell application:
    nscd -i hosts – Clear local DNS cache for current user.
    nscd -I hosts – Clear local DNS cache for all users.
« Last Edit: January 12, 2014, 08:09:50 pm by sajugovind »