经常无法访问google

经常无法访问google

每天大约在同一时间(清晨和下午),我的计算机无法访问 google 或任何使用 google 代码的网站(包括使用 google adsense、google api、blogspot、youtube、谷歌本身)。这种情况一直持续到我重新启动计算机为止。我在同一网络上有一台笔记本电脑,使用相同的路由器,它可以很好地访问这些网站,但它是一台旧笔记本电脑,只能通过 elinks 访问网络,所以我想从这台计算机使用互联网。

根据 mtr 的输出,我遇到了 50% 的数据包丢失,在 google 方向上有 16 跳。我最好的猜测是,重新启动计算机会导致它采用不同的路径访问谷歌,绕过给我带来麻烦的节点。有没有办法让它在不重新启动的情况下做到这一点?

地铁输出:

 Host                                     Loss%   Snt   Last   Avg  Best  Wrst StDev
 1. [my isp]                               0.0%    43   13.8  14.4  13.2  21.1   1.2
 2. [my isp]                               0.0%    43   16.0  14.3  13.1  17.8   0.9
 3. 81.183.2.17                            0.0%    43   15.9  16.2  15.1  22.0   1.1
 4. 81.183.2.16                            0.0%    43   14.8  18.5  13.7  64.1  10.9
 5. 81.183.0.217                           0.0%    43   15.1  25.2  14.9  60.4  15.4
 6. 81.183.2.217                           0.0%    43   14.5  14.5  13.5  15.4   0.5
 7. 209.85.243.121                         0.0%    43   16.8  17.9  16.7  26.9   1.5
 8. 72.14.234.11                           0.0%    43   34.5  35.3  30.0  79.7  10.1
 9. 72.14.235.17                           0.0%    43   40.5  43.2  39.1  75.3   7.9
10. 72.14.235.174                          0.0%    43   40.0  45.0  39.4  78.3   9.1
    72.14.235.172
11. 216.239.43.4                           0.0%    43  112.0 116.5 111.2 135.7   7.1
    216.239.46.218
12. 216.239.46.217                         0.0%    42  147.5 150.9 146.4 188.7   7.4
    216.239.46.215
13. 72.14.232.141                          0.0%    42  155.5 161.4 155.2 203.8  12.5
    209.85.241.22
14. 216.239.46.52                          0.0%    42  165.7 169.2 164.9 200.9   7.3
    216.239.46.54
15. 216.239.46.241                         0.0%    42  245.8 195.5 190.6 245.8   8.2
    216.239.46.213                                                                  
16. 216.239.47.186                        51.2%    42  212.4 208.9 208.0 212.4   0.9
17. 72.14.233.140                          0.0%    42  210.6 479.9 209.0 11415 1728.
    72.14.233.138                                                                   
18. 64.233.174.97                          0.0%    42  213.0 477.7 208.5 11364 1720.
[cuts off here because my screen isn't big enough]

nslookup google.com 的输出:

Server:         208.67.222.222
Address:        208.67.222.222#53

Non-authoritative answer:
Name:   google.com
Address: 173.194.39.99
Name:   google.com
Address: 173.194.39.104
Name:   google.com
Address: 173.194.39.105
Name:   google.com
Address: 173.194.39.101
Name:   google.com
Address: 173.194.39.103
Name:   google.com
Address: 173.194.39.97
Name:   google.com
Address: 173.194.39.96
Name:   google.com
Address: 173.194.39.100
Name:   google.com
Address: 173.194.39.110
Name:   google.com
Address: 173.194.39.102
Name:   google.com
Address: 173.194.39.98

netstat -rn:

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0
0.0.0.0         192.168.1.1     0.0.0.0         UG        0 0          0 eth0

我不得不重新启动才能问这个问题,因为 stackexchange 也使用 google api,但我确信今天晚些时候我会再次遇到这个问题,就像我每天都会遇到的那样。我再次查看了 mtr,发现没有数据包丢失(正如重新启动后所预期的那样),并且它没有采用通过 216.239.47.* 的路径,这是给我带来麻烦的节点。

答案1

我也遇到过这个问题,虽然不像每天那么频繁。
其他有类似问题的人被告知禁用 IPv6,它显然有效:http://ubuntuforums.org/showthread.php?t=1528202
我正在尝试使用来自以下位置的更多更新说明来做到这一点:http://www.noobslab.com/2012/05/disable-ipv6-if-your-internet-is.html
让我知道这是否适合您或者您是否找到了不同的解决方案。

更新:事实证明,有缺陷的路由器导致了该问题。更换路由器解决了我的问题。

答案2

你可以尝试清除你的 DNS。您可以将 DNS 设置为 8.8.8.8(谷歌公共 DNS 服务器)。您也可以清除您的 arp 缓存。

for arptable in `arp | grep "eth1" | cut -d " " -f1`; do arp -d $arptable; done

答案3

我已经遇到同样的问题很长时间了,但仍然无法弄清楚到底为什么。它不仅发生在我的电脑上,也发生在连接到同一网络的移动设备上。为什么会发生这种情况?

相关内容