我刚回到大学,经过一天的互联网使用后,我突然无法访问其他网页,即使我仍然可以聊天。我重新启动了计算机,互联网根本无法访问网页。我从浏览器(chrome)和疑难解答程序中收到DNS错误。
连接出现为“网络3”,即使它工作时它是“网络2”。我比较了ipconfig /所有日志,它们看起来是相同的,但它不起作用。
我找到了两种获得互联网连接的方式(它们不再起作用):
- 运行ipconfig / release和ipconfig / renew几次
- 设置一个随机地址并让故障排除程序修复新发现的dhcp问题(在它说dns无法修复之前)。我检查过它说启用了DHCP。
但是,在网络将从已停止使用的“网络3”变回“网络2”之前,通常需要重复多次执行第一步或第二步,并且在一小时左右之后我再次遇到问题。
我试过了:
- 卸载Windows防御者并关闭防火墙(Windows防火墙)。
- 更新Qualcomm以太网驱动程序 - 它是最新的。
- 系统还原(问题很快重新出现......这可能与Windows更新有关吗?)
- 冲洗dns并自己设置dns(谷歌和其他人)。
- 通过网络安全模式启动...没有修复任何问题
- 重新安装以太网驱动程序
- 使用其他以太网电缆,其他墙壁端口。
我没有想法。
Ipconfig / all:
Windows IP Configuration
Host Name . . . . . . . . . . . . : NGoller
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : Home
Ethernet adapter UConnect:
Connection-specific DNS Suffix . : Home
Description . . . . . . . . . . . : Qualcomm Atheros AR8151 PCI-E Gigabit Ethernet Controller
Physical Address. . . . . . . . . : 90-2B-34-50-33-F4
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : fd00::2086:628:f0a1:73c3(Preferred)
Temporary IPv6 Address. . . . . . : fd00::c86b:370:b1d9:bd73(Preferred)
Link-local IPv6 Address . . . . . : fe80::2086:628:f0a1:73c3%11(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.0.33(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Wednesday, August 28, 2013 11:58:37 PM
Lease Expires . . . . . . . . . . : Thursday, August 29, 2013 11:58:37 PM
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.Home:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : Home
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter Teredo Tunneling Pseudo-Interface:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
我经常遇到这些错误:
The IP address lease 155.97.227.199 for the Network Card with network address 0x902B345033F4 has been denied by the DHCP server 10.0.1.1 (The DHCP Server sent a DHCPNACK message).
Event filter with query "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99" could not be reactivated in namespace "//./root/CIMV2" because of error 0x80041003. Events cannot be delivered through this filter until the problem is corrected.
顺便说一句,操作系统:Windows 7 - 64位。已下载最新的Windows更新。
更新: 我的两个修复程序不再起作用:(。
现在,当我尝试Ipconfig / renew时会发生什么:
C:\Users\Nikko\Desktop>ipconfig /renew
Windows IP Configuration
An error occurred while renewing interface Local Area Connection : The name spec
ified in the network control block (NCB) is in use on a remote adapter.
The NCB is the data.
An error occurred while releasing interface Loopback Pseudo-Interface 1 : The sy
stem cannot find the file specified.
更新2: 所以我的互联网今天再次随机工作。我以前的IP地址是本地地址,而大学地址应该以155开头...
我没有对设置做任何事情......突然之间它的作品很奇怪。
谢谢!