最近,我的电脑无法连接互联网。我完全无法完成任何需要做的工作等。这种情况已经持续了 2 周。偶尔,它可以工作大约 3 分钟,但随后又停止工作。我的电脑是台式电脑,不是笔记本电脑。
以下是我对其进行篡改后得到的结果:
我的计算机无法连接到有线或无线连接(我认为)
当计算机无法连接时,它不会显示黄色警告标志。
我收到的主要错误是“找不到服务器 DNS 地址”。
当我收到上述错误时,它说我已连接,没有任何问题。当它说我已连接时,我的浏览器和互联网不工作。
所以,我真的不知道该怎么办,因为它说我已连接。不过,我想最后一点可能有助于解答:其他设备可以完全正常连接。
有什么方法可以解决我的问题吗?谢谢。
C:\WINDOWS\system32>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : DanielCann-PC
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : home
Wireless LAN adapter Local Area Connection* 3:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
Physical Address. . . . . . . . . : 38-2C-4A-46-A3-26
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : home
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
Physical Address. . . . . . . . . : 38-2C-4A-E8-24-D4
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::5ded:730f:8516:c5b5%4(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.94(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Saturday, October 1, 2016 7:58:43 AM
Lease Expires . . . . . . . . . . : Sunday, October 2, 2016 7:58:43 AM
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 192.168.1.254
DHCPv6 IAID . . . . . . . . . . . : 238562378
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1C-62-3C-20-38-2C-4A-E8-24-D4
DNS Servers . . . . . . . . . . . : 8.8.8.8
8.8.4.4
NetBIOS over Tcpip. . . . . . . . : Enabled
Wireless LAN adapter Wireless Network Connection 3:
Connection-specific DNS Suffix . : home
Description . . . . . . . . . . . : ASUS PCE-N15 11n Wireless LAN PCI-E Card
Physical Address. . . . . . . . . : 38-2C-4A-46-A3-26
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::a13f:deef:5f08:2cdd%8(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.77(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Saturday, October 1, 2016 8:55:21 AM
Lease Expires . . . . . . . . . . : Sunday, October 2, 2016 9:09:05 AM
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 192.168.1.254
DHCPv6 IAID . . . . . . . . . . . : 272116810
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1C-62-3C-20-38-2C-4A-E8-24-D4
DNS Servers . . . . . . . . . . . : 8.8.8.8
8.8.4.4
NetBIOS over Tcpip. . . . . . . . : Enabled
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
Tunnel adapter isatap.home:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . : home
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
更新:
重启电脑后,我的互联网可以正常工作大约 5 分钟。然后就变得奇怪了,并出现“找不到服务器 DNS 地址”错误。故障排除程序无法修复它。有人有什么想法吗?
答案1
有什么方法可以解决我的问题吗?
尝试重新初始化网络状态。在 shell 中运行以下命令cmd
(您可能需要成为管理员)。
将 WINSOCK 条目重置为安装默认值:
netsh winsock reset catalog
将 TCP/IP 堆栈重置为安装默认值:
netsh int ip reset reset.log
将防火墙重置为安装默认值:
netsh advfirewall reset
刷新 DNS 解析器缓存:
ipconfig /flushdns
续订 DNS 客户端注册并刷新 DHCP 租约:
ipconfig /registerdns
刷新路由表(需要重新启动):
route /f
答案2
DavidPostill 所说的应该有效。
您还可以执行以下命令并报告配置的 DNS 服务器:
ipconfig /all
您可以考虑将您的 DNS 服务器从自动更改为公开的、知名的且可靠的 DNS 服务器服务,例如 Google 的 8.8.8.8 和 8.8.4.4,或 OpenDNS 的 208.67.222.222 和 208.67.220.220。