CMD 配置静态IP与DNS

配置静态IP与DNS

# 修改IP
netsh interface ip set address "网络连接" static IP地址 子网掩码 默认网关

# 修改DNS
netsh interface ip set dns "网络连接" static DNS地址
# 例子
netsh interface ip set address "本地连接" static 192.168.1.199 255.255.255.0 192.168.1.1

# 例子
netsh interface ip set dns "本地连接" static 8.8.8.8

 

posted @ 2018-06-09 10:38  kevin.Xiang  阅读(2436)  评论(0编辑  收藏  举报