Manually bind Windows 8 system ARP method

  
                                    

Operation steps

Currently, ARP firewalls that support Windows 8 are still available. A number and QQ housekeeper's ARP firewall do not support Windows 8, so you can only manually bind ARP.

Win8 manual binding ARP method:

Run the command prompt (CMD) with administrator privileges.

Run “netsh i i show in> in the command prompt; check the idx number of the NIC to be ARP bound.

Run the <quo;netsh -c “i i” add neighbors idx IP MAC" in the command prompt to perform ARP binding. The idx here is the idx number of the network card found in the previous step, IP and MAC. This is the IP address and MAC address you want to bind, for example: netsh -c “i i” add neighbors 12 192.168.1.1 D0-27-88-C9-7C-A4.

Finally, at the command prompt, use the “arp -a” command to see if the ARP entry you added is in the list and it is static.

Unbind: netsh -c “i i” delete neighbors IDX (IDX changed to the corresponding number) to delete the MAC address binding, and then restart the system.

Copyright © Windows knowledge All Rights Reserved