以上適用於 Windows 7 及 Windows 2008 Server
設定 IP, 網路卡 MAC Address 靜態對應
1 |
>netsh interface ipv4 set neighbors "eth0" "192.168.0.1" "00-50-18-64-3f-b8" |
>netsh interface ipv4 set neighbors "網路卡名稱" "IP 位址" "網路卡硬體位址"
使用 Idx 簡化指令
1 |
>netsh i i show in |
1 |
>netsh interface ipv4 set neighbors 13 "192.168.0.1" "00-50-18-64-3f-b8" |
2,401 total views, 1 views today