Hello networkers, You can use the following specific instructions for clearing the DNS cache on computers and servers with any OS:
Windows OS (from Windows 8 and earlier)
MAC OS X 10.4 tiger
dscacheutil -flushcache
MAC OS X 10.7 and 10.8
sudo killall -HUP mDNSResponder
Linux (all other distributions)
or
sudo /etc/init.d/nscd restart
Execute:
lookupd -flushcache
MAC OS X 10.5 and 10.6
Execute:
dscacheutil -flushcache;sudo killall -HUP mDNSResponder
Execute:
sudo service network-manager restart
Windows OS (from Windows 8 and earlier)
- Click the Start Menu
- Go to All Programs
- Choose Accessories and right-click Command Prompt
- Choose Run as Administrator
MAC OS X 10.4 tiger
- Click the Terminal icon in the dock or in Finder under Application/Utilities/Terminal
dscacheutil -flushcache
MAC OS X 10.7 and 10.8
- Click the Terminal icon in the dock or in Finder under Application/Utilities/Terminal
sudo killall -HUP mDNSResponder
Linux (all other distributions)
- Open a terminal window (gnome-terminal, konsole, xterm, etc)
or
sudo /etc/init.d/nscd restart
Execute:
lookupd -flushcache
MAC OS X 10.5 and 10.6
Execute:
dscacheutil -flushcache;sudo killall -HUP mDNSResponder
Execute:
sudo service network-manager restart
No comments:
Post a Comment