mthoutai

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

1.改动 ip地址 子网掩码 默认网关

netsh interface ip set address "本地连接" static 192.168.1.23 255.255.255.0 192.168.1.1

2.改动DNS

netsh interface ip set dns "本地连接" static 192.168.1.1 primary

3.自己主动获取ip地址

netsh interface ip set address name="本地连接" source=dhcp

posted on 2017-07-19 17:47  mthoutai  阅读(107)  评论(0编辑  收藏  举报