Add static ARP entry in windows

 


netsh -c interface ipv4 add neighbors “Network Card Name” “IP Address” “MAC Address” store=persistent



Example:

netsh -c interface ipv4 add neighbors “Ethernet” “192.168.10.10” “00-1d-71-83-6c-00” store=persistent

Comments