|
[
2014/03/07 17:58 | by 孤城浪子 ]
|
> 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地址
Mysql 锁定某列值的存储过程,用于禁止修改密码
如何关闭Windows Server 2008 R2,Windows7, Windows Server 2012版的系统防火墙
2014/03/07 17:58 | by

