Clear or Flush Arp/DNS Cache in OS X

To clear the address resolution protocol cache, simply enter the following command in the terminal.

Shell
1
sudo arp -a -d

 

To clear the domain name system cache, simply enter the following command in the terminal.

Shell
1
dscacheutil -flushcache
Posted: August 11th, 2011
Categories: Apple OSX, Network
Tags:
Comments: No Comments.