Difference between revisions of "User:Rmcdonald"

esse quam videri
Jump to: navigation, search
(Clearing DNS Cache)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
How to clear the local DNS cache….
 
  
OSX 10.11.0
+
== How to clear the local DNS cache…. ==
  
 +
 +
'''OSX 10.11.0'''
 
sudo killall -HUP mDNSResponder
 
sudo killall -HUP mDNSResponder
OSX 10.10.4
 
  
 +
'''OSX 10.10.4'''
 
sudo killall -HUP mDNSResponder
 
sudo killall -HUP mDNSResponder
OSX 10.10.0 – 10.10.3
 
  
 +
'''OSX 10.10.0 – 10.10.3'''
 
sudo discoveryutil mdnsflushcache
 
sudo discoveryutil mdnsflushcache
OSX 10.9  – 10.8 – 10.7
 
  
 +
'''OSX 10.9  – 10.8 – 10.7'''
 
sudo killall -HUP mDNSResponder
 
sudo killall -HUP mDNSResponder
OSX 10.5 – 10.6
 
  
 +
'''OSX 10.5 – 10.6'''
 
sudo dscacheutil -flushcache
 
sudo dscacheutil -flushcache
Windows
 
  
 +
'''Windows'''
 
ipconfig /flushdns
 
ipconfig /flushdns
Linux (depending on what you’re running)
 
  
 +
'''Linux''' (depending on what you’re running)
 
/etc/init.d/named restart
 
/etc/init.d/named restart
 
/etc/init.d/nscd restart
 
/etc/init.d/nscd restart

Latest revision as of 21:49, 17 November 2015

How to clear the local DNS cache….

OSX 10.11.0 sudo killall -HUP mDNSResponder

OSX 10.10.4 sudo killall -HUP mDNSResponder

OSX 10.10.0 – 10.10.3 sudo discoveryutil mdnsflushcache

OSX 10.9 – 10.8 – 10.7 sudo killall -HUP mDNSResponder

OSX 10.5 – 10.6 sudo dscacheutil -flushcache

Windows ipconfig /flushdns

Linux (depending on what you’re running) /etc/init.d/named restart /etc/init.d/nscd restart