一、IP/Mac绑定
1、DOS界面下,输入命令【netsh i i show in】 ,查看本地网卡对应的"Idx"值,接下来会使用到。
2、DOS界面下,输入命令 netsh -c "i i" add ne 12 192.168.17.66 00-23-24-81-D2-6F ,绑定IP与MAC,,默认是永久生效,即使重启系统。
二、IP/Mac解绑
netsh -c "i i" delete ne IDX 例: netsh -c "i i" delete ne 12
一、IP/Mac绑定
1、DOS界面下,输入命令【netsh i i show in】 ,查看本地网卡对应的"Idx"值,接下来会使用到。
2、DOS界面下,输入命令 netsh -c "i i" add ne 12 192.168.17.66 00-23-24-81-D2-6F ,绑定IP与MAC,,默认是永久生效,即使重启系统。
二、IP/Mac解绑
netsh -c "i i" delete ne IDX 例: netsh -c "i i" delete ne 12