有线连接定期断开需要 ipconfig /release 和 /renew 重新连接

Ses*_*ame 5 networking dns windows-7 dhcp

我刚回到大学,在使用互联网一天后,我突然无法访问其他网页,尽管我仍然可以聊天。我重新启动了计算机,互联网根本无法再访问网页。我从浏览器 (chrome) 和故障排除程序中收到 DNS 错误。

连接出现为“网络 3”,即使它在工作时是“网络 2”。我比较了 ipconfig /all 日志,它们在工作和不工作时看起来都一样。

我找到了两种获得互联网连接的方法(它们不再有效):

  • 多次运行 ipconfig /release 和 ipconfig /renew
  • 设置一个随机地址并让故障排除程序修复新发现的 dhcp 问题(在它说 dns 无法修复之前)。我检查了一下,它说启用了DHCP。

但是,第一步或第二步通常需要重复几次,然后网络才会从已失效的“网络 3”变回“网络 2”,大约一个小时后,我又遇到了问题。

我试过了:

  • 卸载windows Defender并关闭防火墙(windows firewall)。
  • 更新 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
Run Code Online (Sandbox Code Playgroud)

我经常收到这些错误:

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.
Run Code Online (Sandbox Code Playgroud)

顺便说一下,操作系统: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.
Run Code Online (Sandbox Code Playgroud)

更新 2: 所以我的互联网今天再次随机工作。我之前的IP地址是本地的,而大学地址应该以155开头...

我没有对设置做任何事情……奇怪的是它突然起作用了。

谢谢!

Ses*_*ame 1

可悲的是,我不认为这对我来说是个问题,我也不知道它是如何修复的,大约十天后它又恢复了正常。

对不起...