我在访问大多数网站时都遇到了问题,只有几个网站可以正常访问(grooveshark、google、facebook)。在访问几乎所有其他网站时都会出错。以下是我使用不同浏览器时遇到的问题:
歌剧:This website is not available Unable to look up www.xyz.com
IE:This website cannot be displayed
火狐浏览器:Server not found. Firefox can't find the server at www.xyz.com
铬合金:This webpage is not available. The server at www.xyz.com can't be found, because DNS lookup failed. DNS is the network service that translates a website's name to its Internet address. This error is most often caused by having no connection to the internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall preventing Google Chrome from accesing the network.
Error code: DNS_PROBE_FINISHED_NXDOMAIN
我正在使用 Windows 7 64 位。
当我登录 Facebook 帐户时,我可以看到大多数内容,但有些照片和视频无法显示。使用 Google 搜索可以显示搜索结果,但我无法访问链接的页面。
显然我确实有互联网连接,同一连接上的所有其他计算机都可以正常工作(XP 和 7,均使用 Firefox 浏览)。
这是我迄今为止尝试过的:
- 关闭防火墙和防病毒软件
- 以管理员身份打开 CMD,输入
netsh winsock reset catalog
并重新启动 - 打开和关闭路由器
- 使用 avira 和 superantispyware 检查病毒
有什么解决办法吗?
答案1
看起来您遇到了 DNS 问题。我要做的第一件事是尝试清除您的 DNS 缓存:
ipconfig /flushdns
如果这没有帮助,请尝试将您的 DNS 服务器暂时更改为 Google 的 DNS 服务器(8.8.8.8 和 8.8.4.4),以确保您使用的 DNS 服务器没有问题。要在 Windows 7 上执行此操作:
- 打开网络与共享中心。
- 单击“更改适配器设置”。
- 找到用于连接到互联网的网络连接(“本地连接”或“无线连接”),右键单击它并单击
Properties
。 - 现在在新窗口中选择“Internet 协议 4 (TCP/IPv4)”并单击
Properties
按钮。 - 在新窗口中单击“使用以下 DNS 服务器地址:”复选框
- 输入
8.8.8.8
并8.8.4.4
- 单击“确定”并关闭其余窗口。
完成后,检查您的互联网连接以及是否可以打开页面。