首页 运维 网络学院 查看内容

DOS下的IP设置

2011-6-15 09:50 752 0

摘要:   ipconfig(只是为了显示一下当前的网络连接)本地连接,还是本地连接2  netsh  int i  set add "本地连接" static 192.168.1.2 255.255.255...
关键词: 192.168 static 255.255 set 255.0 netsh dhcp add int ipconfig

  ipconfig(只是为了显示一下当前的网络连接)本地连接,还是本地连接2  netsh  int i  set add "本地连接" static 192.168.1.2 255.255.255.0 192.168.1.1 1  dhcp  set dns "本地连接" static 210.22.70.3  dhcp  或直接在“运行”中输入  cmd /c netsh int i set add "本地连接"static 192.168.0.2 255.255.255.0 192.168.0.1 1
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

最新评论

返回顶部