有时电脑网络连接明明是连接状态,可就是上不了网。这时你需要重新获取ip地址。
开始-》运行-》cmd-》输入ipconfig /release,然后再输入ipconfig /renew。
实际操作显示如下
Microsoft Windows XP [版本 5.1.2600] (C) 版权所有 1985-2001 Microsoft Corp. C:\Documents and Settings\ibm>ipconfig Windows IP Configuration Ethernet adapter 无线网络连接 3: Media State . . . . . . . . . . . : Media disconnected Ethernet adapter 本地连接 2: Connection-specific DNS Suffix . : camelotchina.com IP Address. . . . . . . . . . . . : 10.6.9.176 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 10.6.9.1 C:\Documents and Settings\ibm>ipconfig /release Windows IP Configuration No operation can be performed on 无线网络连接 3 while it has its media disconnec ted. Ethernet adapter 无线网络连接 3: Media State . . . . . . . . . . . : Media disconnected Ethernet adapter 本地连接 2: Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 0.0.0.0 Subnet Mask . . . . . . . . . . . : 0.0.0.0 Default Gateway . . . . . . . . . : C:\Documents and Settings\ibm>ipconfig /renew Windows IP Configuration No operation can be performed on 无线网络连接 3 while it has its media disconnec ted. Ethernet adapter 无线网络连接 3: Media State . . . . . . . . . . . : Media disconnected Ethernet adapter 本地连接 2: Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 192.168.0.176 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.0.1 C:\Documents and Settings\ibm>ipconfig /release Windows IP Configuration No operation can be performed on 无线网络连接 3 while it has its media disconnec ted. Ethernet adapter 无线网络连接 3: Media State . . . . . . . . . . . : Media disconnected Ethernet adapter 本地连接 2: Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 0.0.0.0 Subnet Mask . . . . . . . . . . . : 0.0.0.0 Default Gateway . . . . . . . . . : C:\Documents and Settings\ibm>ipconfig /renew Windows IP Configuration No operation can be performed on 无线网络连接 3 while it has its media disconnec ted. Ethernet adapter 无线网络连接 3: Media State . . . . . . . . . . . : Media disconnected Ethernet adapter 本地连接 2: Connection-specific DNS Suffix . : camelotchina.com IP Address. . . . . . . . . . . . : 10.6.9.176 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 10.6.9.1 C:\Documents and Settings\ibm>
这样,问题解决~
下面是网上对ipconfig命令的详解,有时间可以研究一下。
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&77
显示所有当前的 TCP/IP 网络配置值、刷新动态主机配置协议 (DHCP) 和域名系统 (DNS) 设置。使用不带参数的ipconfig可以显示所有适配器的 IP 地址、子网掩码、默认网关。
ipconfig [ /all] [ /renew [Adapter]] [ /release [Adapter]] [ /flushdns] [ /displaydns] [ /registerdns] [ /showclassid Adapter] [ /setclassid Adapter [ClassID]]
要显示所有适配器的基本 TCP/IP 配置,请键入:
ipconfig
要显示所有适配器的完整 TCP/IP 配置,请键入:
ipconfig /all
仅更新“本地连接”适配器的由 DHCP 分配 IP 地址的配置,请键入:
ipconfig /renew "Local Area Connection"
要在排除 DNS 的名称解析故障期间清理 DNS 解析器缓存,请键入:
ipconfig /flushdns
要显示名称以 Local 开头的所有适配器的 DHCP 类别 ID,请键入:
ipconfig /showclassid Local*
要将“本地连接”适配器的 DHCP 类别 ID 设置为 TEST,请键入:
ipconfig /setclassid "Local Area Connection" TEST