windows导出导入ip设置

/ 0评 / 2

 

导出 netsh -c int ip dump >c:\ip.txt
导入 netsh -f c:\ip.txt
适合IP较多的


添加一个ip(多ip)
netsh  interface ipv4  add address name="本地连接" address=192.168.18.30 mask=255.255.255.0

删除ip
netsh  interface ipv4  delete address "本地连接" addr=192.168.18.30

 

发表评论

邮箱地址不会被公开。 必填项已用*标注