windows netsh配置IP地址(命令行)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows netsh配置IP地址(命令行)相关的知识,希望对你有一定的参考价值。

windows 命令行netsh设置IP:
netsh interface ip set address "本地连接" static 1.1.1.1 255.255.255.128 1.1.1.254 /?

netsh interface ip add address "本地连接" static 2.2.2.2 255.255.255.128  ###添加第2个IP

最近发现eflycloud.com 有个防止污染的DNS。。。。(悄悄告诉大家。。。。低调低调)

netsh interface ip set dns "本地连接" static 121.201.88.88
netsh interface ip add dns "本地连接" addr=120.31.31.31 index=2


本文出自 “samly” 博客,请务必保留此出处http://323248.blog.51cto.com/313248/1845694

以上是关于windows netsh配置IP地址(命令行)的主要内容,如果未能解决你的问题,请参考以下文章

在windows中用netsh命令修改ip地址网关和DNS等

怎样有Windows98中用DOS命令更改IP地址

如何应用命令行配置Windows防火墙的方法

如何用netsh命令更改系统ip地址?

在CMD下怎么用命令改IP

netsh