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 DNS cache in windows , Linux and MacOS  (Read 2618 times)

0 Members and 1 Guest are viewing this topic.

mohitht

  • Guest
How to Flush DNS cache in windows , Linux and MacOS
« on: February 10, 2014, 07:34:43 pm »
Hi All,

DNS cache is entries that translate Internet domain names.It DNS cache becomes poisoned when unauthorized domain names or IP addresses are inserted into it. A cache may become corrupted due to technical glitches or administrative accidents, but DNS cache poisoning is typically associated with computer viruses or other attacks that insert invalid entries which redirect clients to malicious Web sites or other Internet servers.


Flushing DNS cache in Windows

First go to the  command prompot Type the below

ipconfig / flush dns



To Flush DNS cache in  MACOS


open the terminal window and type the command dscacheutil -flushcache


To Flush DNS cache in Linux OS

First install the nscd dameon by# sudo aptitude install nscd

restart the daemon by # sudo /etc/init.d/networking restart

Try  :)