怎样用批处理文件填写双IP地址?
怎样一用批处理文件一键填写双IP地址IP如下:IP:192.168.1.99子网掩码:255.255.2550IP:192.168.3.100子网掩码:255.255.2...
怎样一用批处理文件一键填写双IP地址
IP如下:
IP:192.168.1.99
子网掩码:255.255.2550
IP:192.168.3.100
子网掩码:255.255.2550
网关:192.168.3.1
DNS:202.96.128.86
202.96.128.166 展开
IP如下:
IP:192.168.1.99
子网掩码:255.255.2550
IP:192.168.3.100
子网掩码:255.255.2550
网关:192.168.3.1
DNS:202.96.128.86
202.96.128.166 展开
2个回答
2013-07-15
展开全部
双IP地址?你是两个网卡还是?
如果想一个网卡同时有两个IP地址是不可能的
如果是两个网卡还是可以的.
如果另一个网卡连接名称是本地连接 2, 你就替换以下的 本地连接 名字就OK
@echo off
set ip=192.168.1.99
set mask=255.255.255.0
set gate=192.168.1.1
set dns1=202.96.128.86
set dns2=202.96.128.166
netsh interface ip set address name="本地连接" source=static %ip% %mask%
netsh interface ip set address name="本地连接" gateway=%gate% gwmetric=1
netsh interface ip set dns name="本地连接" source=static addr=%dns1% register=PRIMARY
netsh interface ip add dns name="本地连接" addr=%dns2% index=2
如果想一个网卡同时有两个IP地址是不可能的
如果是两个网卡还是可以的.
如果另一个网卡连接名称是本地连接 2, 你就替换以下的 本地连接 名字就OK
@echo off
set ip=192.168.1.99
set mask=255.255.255.0
set gate=192.168.1.1
set dns1=202.96.128.86
set dns2=202.96.128.166
netsh interface ip set address name="本地连接" source=static %ip% %mask%
netsh interface ip set address name="本地连接" gateway=%gate% gwmetric=1
netsh interface ip set dns name="本地连接" source=static addr=%dns1% register=PRIMARY
netsh interface ip add dns name="本地连接" addr=%dns2% index=2
2019-06-17
展开全部
兔!《》子动态IP ,支持手机和电脑用的,IP覆盖全国,IP很多
你如果需要改不同的IP地址,刷网站点击量,这个对你有很大帮助
双IP效果
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询