对抗聚生网管之流的无耻arp欺骗软件,可以通过添加静态arp项来进行MAC地址的绑定。
xp下简单地使用arp -s 192.168.1.1 xx-xx-xx-xx-xx 命令即可
但是vista下就不行了,也许是微软更为NB的策略限制,也许是百密一疏的小"bagoo"(强人5号对bug的昵称),总之就是不管用了。
 
现在网上找到一个替代方案,试验过确实管用,记录下来以备不时只需。
 
netsh i i show in
 
Idx  Met   MTU   状态          名称
---  ---  -----  -----------  -------------------
  1   50 4294967295  connected    Loopback Pseudo-Interface 1
 13   25   1500  connected    Wireless Network Connection
 11   30   1500  disconnected  Local Area Connection
 
我的是本本,所以记录下Wireless Network Connection的Id--13
 
netsh -c i i add neighbors 13 "192.168.1.1" "xx-xx-xx-xx-xx-xx"
此时就把192.168.1.1给绑了,不信使用arp -a看看