Linux下绑定ARP:
arp -s 192.168.1.1 00:1f:a3:65:55:8d
Windows XP/2003绑定:
arp -s 192.168.1.1 00-1f-a3-65-55-8d
Windows 7/2008绑定:
netsh i i show in #查看要绑定网卡的IDX
netsh -c "i i" add neighbors 11 192.168.1.1 00-1f-a3-65-55-8d
发布时间:August 5, 2012 // 分类:网络安全 // No Comments
Linux下绑定ARP:
arp -s 192.168.1.1 00:1f:a3:65:55:8d
Windows XP/2003绑定:
arp -s 192.168.1.1 00-1f-a3-65-55-8d
Windows 7/2008绑定:
netsh i i show in #查看要绑定网卡的IDX
netsh -c "i i" add neighbors 11 192.168.1.1 00-1f-a3-65-55-8d