码迷,mamicode.com
首页 > 其他好文 > 详细

IP手动设置方法

时间:2014-12-13 06:20:50      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:ip 手动设置

IP手动指定:
开始==》运行==>cmd 

netsh interface ip set address "本地连接" static 192.168.12.88 255.255.255.0 192.168.12.254
netsh interface ip add dns "本地连接"  61.128.128.68
netsh interface ip add dns "本地连接"  211.98.112.168 index=2
exit


自动获取:

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


本文出自 “闲云野鹤” 博客,请务必保留此出处http://228110.blog.51cto.com/218110/1589487

IP手动设置方法

标签:ip 手动设置

原文地址:http://228110.blog.51cto.com/218110/1589487

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!