简要咨询咨询QQ网站导航网站搜索手机站点联系我们设为首页加入收藏 

使用批处理命令设置windows系统的ip地址和dns附图

来源:易贤网   阅读:1369 次  日期:2014-08-12 15:48:52

温馨提示:易贤网小编为您整理了“使用批处理命令设置windows系统的ip地址和dns附图”,方便广大网友查阅!

找到对应的网卡名称

使用命令:ipconfig

代码如下:

ipconfig/all

Windows IP Configuration

Host Name . . . . . . . . . . . . : D501-4-3

Primary Dns Suffix . . . . . . . :

Node Type . . . . . . . . . . . . : Unknown

IP Routing Enabled. . . . . . . . : No

WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter 本地连接:

Connection-specific DNS Suffix . :

Description . . . . . . . . . . . : Marvell Yukon 88E8057 PCI-E Gigabit

Ethernet Controller

Physical Address. . . . . . . . . : 44-37-E6-1D-5B-F1

Dhcp Enabled. . . . . . . . . . . : No

IP Address. . . . . . . . . . . . : 192.168.1.111

Subnet Mask . . . . . . . . . . . : 255.255.255.0

Default Gateway . . . . . . . . . : 192.168.1.1

DNS Servers . . . . . . . . . . . : 8.8.8.8

我们现在需要设置的网卡名称为"本地连接",ip地址为192.168.1.111,子网掩码为255.255.255.0,dns地址为8.8.8.8

将ip和dns设置为自动获取

使用命令:

netsh interface ip set address "本地连接" dhcp

netsh interface ip set dns "本地连接" dhcp

代码如下:

netsh interface ip set address "本地连接" dhcp

确定。

netsh interface ip set dns "本地连接" dhcp

确定。

相当于操作:

图片一

将ip和dns设置为固定的值

使用命令:

netsh interface ip set address "本地连接" static [ip地址] [子网掩码] [网关] [网关跳远点数:一般填1]

netsh interface ip set dns "本地连接" static [dns地址]

代码如下:

netsh interface ip set address "本地连接" static 192.168.1.111 255.255.255.0 192

.168.1.1 1

确定。

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

确定。

相当于操作:

名单

更多信息请查看IT技术专栏

更多信息请查看脚本栏目
点此处就本文及相关问题在本站进行非正式的简要咨询(便捷快速)】     【点此处查询各地各类考试咨询QQ号码及交流群
上一篇:windows下通过批处理连接VPN修改路由表的代码
下一篇:用hta实现的远程桌面连接脚本
易贤网手机网站地址:使用批处理命令设置windows系统的ip地址和dns附图
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!