所有浏览器都不能(通常)打开特定网站


-1

我不知道为什么,但我的所有Windows 8浏览器(Firefox,Chrome,IE)都无法打开特定网站及其所有子域。

我怎样才能找到问题?

观察:

  1. 我可以在家里的其他笔记本电脑上打开这个网站(连接到同一个路由器),因此问题出在我的笔记本电脑操作系统上。

  2. 我发现我可以使用代理打开这个网站。

  3. 我尝试刷新DNS,ipconfig /flushdns但它根本没有帮助。

  4. 这是ping结果:

    Pinging sharif.edu [81.31.160.39] with 32 bytes of data:
    Reply from 192.168.0.11: Destination host unreachable.
    Reply from 192.168.0.11: Destination host unreachable.
    

    产量ipconfif /all

    Windows IP Configuration
    
    Host Name . . . . . . . . . . . . : Emadpres
    Primary Dns Suffix  . . . . . . . :
    Node Type . . . . . . . . . . . . : Mixed
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    
    
    Wireless LAN adapter Wi-Fi:
    
    Connection-specific DNS Suffix  . :
    Description . . . . . . . . . . . : Intel(R) WiFi Link 1000 BGN
    Physical Address. . . . . . . . . : 
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    Link-local IPv6 Address . . . . . : fe80::b57e:4a15:4a3c:f71f%13(Preferred)
    IPv4 Address. . . . . . . . . . . : 192.168.0.11(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Lease Obtained. . . . . . . . . . : Saturday, November 29, 2014 5:47:37 PM
    Lease Expires . . . . . . . . . . : Wednesday, December 3, 2014 2:52:39 PM
    Default Gateway . . . . . . . . . : 192.168.0.1
    DHCP Server . . . . . . . . . . . : 192.168.0.1
    DHCPv6 IAID . . . . . . . . . . . : 327985538
    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-19-AC-13-FD-F0-BF-97-17-F8-59
    
    DNS Servers . . . . . . . . . . . : 192.168.0.1
    NetBIOS over Tcpip. . . . . . . . : Enabled
    
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
    
    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
    IPv6 Address. . . . . . . . . . . : 2001:0:9d38:6abd:14ee:28c7:3f57:fff4 (Preferred)
    Link-local IPv6 Address . . . . . : fe80::14ee:28c7:3f57:fff4%17 (Preferred)
    Default Gateway . . . . . . . . . : ::
    NetBIOS over Tcpip. . . . . . . . : Disabled
    
    Tunnel adapter isatap.{5BF73E97-6819-4173-8F3C-2EEECBD61407}:
    
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix  . :
    Description . . . . . . . . . . . : Microsoft ISATAP Adapter #8
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    

您是否检查了病毒/恶意软件扫描等常见内容?
Rowland Shaw 2014年

这听起来像DNS问题。麻烦的笔记本电脑使用与笔记本电脑相同的DNS设置吗?其他笔记本电脑可以ping网站吗?是否有可能在麻烦的笔记本电脑上有一些额外的防火墙或网络扫描软件阻止与该网站的连接?
亚当汤普森

@AdamThompson注意网站使用代理打开!我有一个干净的Windows8没有防病毒或任何类似的软件。我禁用了Windows防火墙但没有帮助。Windows中是否有阻止网站的地方?正如我所说,我的其他笔记本电脑可以打开并ping通。
Emadpres 2014年

您在家测试笔记本电脑吗?你使用了哪个代理?“ipconfig / all”的输出是什么?
Werner Henze

1
您可以从命令提示符复制并粘贴输出“路由打印”(不带引号)吗?尝试ping时,您是否尝试过运行数据包捕获(例如Wireshark)?
pooter03 2014年

Answers:


0

如果ping你的网关work(ping 192.168.0.1)但ping 81.31.160.39返回

从192.168.0.11回复:目标主机无法访问。

ipconfig说192.168.0.11是你自己的IP地址,然后看起来你的路由已损坏(检查route print)或者你的计算机上运行的某些防病毒或防火墙不允许流量到81.31.160.39。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.