首先查出你的网卡物理接口ID
> netsh i i show in
Idx     Met         MTU          状态                名称
---  ----------  ----------  ------------  ---------------------------
  1          50  4294967295  connected     Loopback Pseudo-Interface 1
 11          20        1500  connected     本地连接

从输出可以看出我这个是 11

然后通过这个命令实现网关mac的静态绑定
> netsh -c "i i" add neighbors 11 "192.168.0.1" "00-22-19-50-72-3c"

其中:192.168.0.1是我的网关IP,00-22-19-50-72-3c 是网关的真实MAC地址
服务器设置 | 评论(0) | 引用(0) | 阅读(2276)
 
发表评论
   
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]