"ARP entry add failed: Access Denied" appears when binding gateway IP and MAC addresses
Win7 system, with the arp-s command when binding the gateway IP and MAC addresses, always prompt for ARP entries to add failure: Access denied. (Running CMD as an administrator is also invalid.) ) did not find the reason. Then Google found another command, done!
The operation is as follows: 1, cmd input: netsh i i show in and then find the local connection corresponding
My is Win7 system, today with the arp-s command when binding the gateway IP and MAC address, always prompt "ARP entry add failed: Access denied." "(running CMD as an administrator is also invalid.) ) did not find the reason.
Then Google found another command, done! Here's how:
1, cmd input: netsh i i show in
Then find the "local connection" corresponding to the "IDX" (My Is "11", the following neighbors after the number is consistent with this. )
2, below in the cmd input: netsh-c "I i" Add neighbors 11 "Gateway IP" "MAC address"
OK, get it done!
and Arp-a see if it's already tied up?
Arp-a
Netsh i i show in
Netsh-c "I i" Add Neighbors "192.168.0.1" "EC-6C-9F-37-20-A1"
Arp-a
Show "ARP entry add failed: Access Denied" method when binding gateway IP and MAC address