Home » Questions » Computers [ Ask a new question ]

Windows 7: The ARP entry addition failed: Access is denied

Windows 7: The ARP entry addition failed: Access is denied

I'm on Windows 7 and am trying to assign a static arp entry for my default gateway using the command:

Asked by: Guest | Views: 430
Total answers/comments: 1
Guest [Entry]

"Here is what I found and it works great

arp -s : access denied. On the default gateway

Here is what I used :

delete:

netsh interface ip delete neighbors ""Network card name here"" ""Gateway.IP.goes.here""

Add:

netsh interface ip add neighbors ""Network card name here"" ""Gateway.IP.goes.here"" ""MAC-address-of-gateway-with-dash-here""

good luck"