我的无线连接有问题;我可以正常连接到路由器(信号强度最高),但每当我尝试连接到网页(或路由器配置页面)时,它都会超时。所有浏览器(Chrome、Firefox 和 IE)都出现这种情况,即使手动输入 IP 地址,结果也一样。
我正在使用Surf USB 无线微型适配器我在 Windows 8 笔记本电脑上尝试过(与 PC 位于同一位置),运行正常。此外,我可以使用以太网连接在 PC 上正常访问互联网。
ipconfig /all
无线连接的输出是:
Wireless LAN adapter Wireless Network Connection 8:
Connection-specific DNS Suffix . : home
Description . . . . . . . . . . . : Surf Wireless Micro USB Adapter
Physical Address. . . . . . . . . : 94-44-52-E6-55-23
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::35a8:5368:b61:b2cb%36(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.84(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 13 December 2013 11:45:33
Lease Expires . . . . . . . . . . : 14 December 2013 11:45:42
Default Gateway . . . . . . . . . : 192.168.1.254
DHCP Server . . . . . . . . . . . : 192.168.1.254
DHCPv6 IAID . . . . . . . . . . . : 798245970
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-37-CD-BE-F4-6D-04-21-B5-70
DNS Servers . . . . . . . . . . . : 192.168.1.254
NetBIOS over Tcpip. . . . . . . . : Enabled
如前所述,在同一台计算机上使用以太网连接可以正常工作,其输出ipconfig /all
如下:
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : home
Description . . . . . . . . . . . : Intel(R) 82579V Gigabit Network Connection
Physical Address. . . . . . . . . : F4-6D-04-21-B5-70
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::6caf:9460:de88:8440%10(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.88(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 13 December 2013 11:48:23
Lease Expires . . . . . . . . . . : 14 December 2013 11:48:22
Default Gateway . . . . . . . . . : 192.168.1.254
DHCP Server . . . . . . . . . . . : 192.168.1.254
DNS Servers . . . . . . . . . . . : 192.168.1.254
NetBIOS over Tcpip. . . . . . . . : Enabled
我使用 tracert 检查了我的电脑和 Google 的 DNS(8.8.4.4)之间的连接,并得到以下结果:
Tracing route to google-public-dns-b.google.com [8.8.4.4]
over a maximum of 30 hops:
1 * 3 ms 3 ms BThomehub.home [192.168.1.254]
2 21 ms 19 ms 20 ms 172.16.14.133
3 * * * Request timed out.
4 37 ms 45 ms 43 ms 217.41.216.29
5 567 ms 87 ms 29 ms 213.120.176.42
6 42 ms 30 ms 25 ms 217.41.168.233
7 23 ms 27 ms 24 ms 217.41.168.109
8 25 ms 23 ms 27 ms 109.159.249.242
9 * * * Request timed out.
10 * * * Request timed out.
11 * * 1759 ms 195.99.126.113
12 * * 2737 ms 209.85.252.186
13 25 ms 28 ms 26 ms 209.85.245.2
14 2508 ms 35 ms 35 ms 66.249.95.173
15 3657 ms 1518 ms 32 ms 72.14.238.217
16 * * * Request timed out.
17 2321 ms 41 ms 37 ms google-public-dns-b.google.com [8.8.4.4]
Trace complete.
到目前为止我已经尝试过
- 重置 TCP/IP 堆栈
- 重新安装驱动程序
- 使用不同的 USB 端口
- 禁用防火墙
一切都无济于事。我没有任何主意,所以非常感谢任何帮助。
我对这个问题的看法是,我已成功连接到互联网,但由于某种原因,连接速度非常慢(导致超时)。情况不应该如此,因为我提到过其他设备可以正常连接到互联网,并且我的加密狗在笔记本电脑中工作正常。我注意到,我偶尔能够使用 WiFi 在 PC 上发送和接收 Facebook 消息(使用聊天),但实际上加载网页需要很长时间并且超时。
答案1
你可以试试 :
以管理员身份打开 cmd 并输入以下命令:
ipconfig
netsh int ipv4 reset
shutdown -r
然后尝试 cmd -> ping google.com