(m)
The Microsoft Windows ARP cache will occasionally become corrupt and need to be cleared.
The first symptom you are likely to notice is that connections to web pages will time out and fail.
If you troubleshoot further, you will notice that you can `ping` your IP address and also 127.0.0.1, but not other IP addresses.
Clearing the ARP Cache
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.
Viewing the ARP Cache
If you would like to view your ARP cache, this can be accomplished using the `arp` command:
C:\>arp -a
Interface: 192.168.1.100 --- 0x10004
Internet Address Physical Address Type
192.168.1.1 00-0f-66-37-22-32 dynamic
If Clearing the ARP Cache Fails
Occasionally, clearing your ARP cache will fail due to a bug in Microsoft Windows.
If you try to use Microsoft Windows to repair the network connection, you will receive an error message that says:
Windows could not finish repairing the problem because the following operation could not be completed:
Clearing the ARP cache
For assistance, contact the person who manages your network
This bug occurs when Routing and Remote Services is enabled. Routing and Remote Services is almost unnnecessary and can be turned off unless you know that you are using it.
To disable Routing and Remote Services:
Click the button
Click the button
Switch to "Classic View" if you are in "Category View"
Click
Click
Double-click
Double-click
Scroll down to
Double-click
Examine the "Startup Type"
The options are "Automatic", "Manual", and "Disabled"
Set the "Startup Type" to "Disabled"
Examine the "Service status"
Make sure that the service status is Stopped. If it is not Stopped, click the button
Click the button
Now, try clearing the ARP cache again and it should complete with no error messages
2006-10-25 22:12:09
·
answer #1
·
answered by mallimalar_2000 7
·
4⤊
1⤋
Clear Arp Cache
2016-10-04 08:52:09
·
answer #2
·
answered by ? 4
·
0⤊
0⤋
Flush Arp Cache
2016-12-18 09:32:19
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
For the best answers, search on this site https://shorturl.im/awfLj
to clear the arp cache you can enter the command: arp -d * this command requires administrator privileges in modern Windows, so you may need to click Start, Accessories, find Command Prompt and right click it, choose "run as Administrator", then enter the command.
2016-04-05 07:46:03
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
This Site Might Help You.
RE:
How to clear the arp cache?
2015-08-07 04:23:45
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
I am assuming that you are asking for the Windows OS.
Start->Run->'cmd' ,this will open command prompt.
Type 'arp -d *' this will delete all entries in the arp table.
2006-10-25 22:14:08
·
answer #6
·
answered by Anonymous
·
0⤊
1⤋
Enter this from a command prompt:
netsh interface ip delete arpcache
2006-10-25 22:10:04
·
answer #7
·
answered by Anonymous
·
0⤊
0⤋
Click the button.
Click .
Type in "cmd" and press .
In the command shell which opens, type in "netsh interface ip delete arpcache" and press .
Your results should look like this:
C:\>netsh interface ip delete arpcache
2006-10-25 22:13:08
·
answer #8
·
answered by Anonymous
·
0⤊
0⤋
thanks alot
2013-10-26 05:11:46
·
answer #9
·
answered by Anonymous
·
0⤊
0⤋