| How do I clear the ARP cache? I have tried to do this, with the following instructions from this website... To fix this error, you will need to clear the ARP cache. This is done with the `netsh` command:
C:\>netsh interface ip delete arpcache
Ok.
If you would like to view your ARP cache, this can be accomplished using the `arp` command:
C:\>arp -a
Where am I supposed to type these commands in? I have tried to put them into internet explorer, and tried putting them into 'Run' on the start menu, but to no avail. |