我目前正在使用 Ubuntu 14.04,并尝试使用 Firefox 和 Chrome 访问网页,但无法加载网页。我收到类似“连接已超时”的错误
omappedia.org 的服务器响应时间太长。
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
再试一次。。我过去两周都遇到这个问题。有没有什么解决办法?
答案1
尝试使用“dig”
访问 omappedia.org
对我来说它返回:(省略了不必要的行)
omappedia.org.7200 IN A 184.73.187.199
它没有响应 ping,
如果我直接访问 IP 地址 (184.73.187.199),最终会到达“university.pandaboard.org”,这表明它要么是负载均衡器,要么是运行多个站点的服务器。
您应该无法访问http://university.pandaboard.org/如果您的 ISP 在 IP 级别终止该连接。
如果您运行“dig”并得到另一个 IP 地址,这可能表明您使用的 DNS 服务器已经混乱或者故意给您一个错误的答案。
尝试更改为 Google DNS 服务器 8.8.8.8 或 8.8.4.4,看看是否得到其他答案。