Flushing / clearing DNS in Mac OSX
Below is how to clear / flush the DNS cache in Mac OSX.
- Open the terminal (Finder -> Applications -> Utilities -> Terminal)
- In case your operating system is ‘Leopard’ (10.5.*) or ‘Snow Leopard’ (10.6.*), issue the following command:
dscacheutil -flushcache
- Otherwise, for older operating systems, issue the following command:
lookupd -flushcache
This is the equivalent of the following Windows command: ipconfig /flushdns
October 11th, 2011 in
Apple, Tips & Tricks
