Clear or Flush Arp/DNS Cache in OS X
To clear the address resolution protocol cache, simply enter the following command in the terminal.
|
1 |
sudo arp -a -d |
To clear the domain name system cache, simply enter the following command in the terminal.
|
1 |
dscacheutil -flushcache |