batch 修改 静态IP/动态IP

2015-09-24 0 142
batch 修改 静态IP/动态IP
@rem echo OFF
set lan_name="Wireless Network Connection"

rem define all the network addresses here
set subnet=192.168.1
set lan_ip=%subnet%.233
set sub_net_mask=255.255.255.0
set gateway_addr=%subnet%.1
set pri_dns_addr=8.8.8.8
:: set pri_dns_addr=%subnet%.157
:: set sec_dns_addr=%subnet%.153

rem set the ip address
@netsh interface ip set address name=%lan_name% source=static addr=%lan_ip% mask=%sub_net_mask% gateway=%gateway_addr% gwmetric=1
rem set the DNS
@netsh interface ip set dns name=%lan_name% source=static addr=%pri_dns_addr% primary
rem add an alternative DNS (optional)

遇见资源网 shell batch 修改 静态IP/动态IP http://www.ox520.com/17142.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务