netsh用法

一.查看IDX编号,注意看本地连接1或本地连接2,以及无线网络连接

    netsh i i sh in

 netsh用法

二.获取网关以及其他同网段IP地址的MAC地址,先ping IP,再arp –a查看

 netsh用法

netsh用法

 

 

三.绑定对应的IP和MAC地址。

netsh interface ipv4 set neighbors 12 "192.168.188.254" "78-a1-06-c2-92-3a" store=persistent    #永久有效果

netsh interface ipv4 set neighbors 11 "10.1.3.1" "0c-da-41-49-99-df" store=active  #重启失效

netsh -c "i i" add neighbors 12 "192.168.188.254" "78-a1-06-c2-92-3a"

四. 初始配置重置命令是:netsh i i reset   #需要重新启动重新分配IP地址

 

上一篇:K-近邻算法


下一篇:2021-01-13