除了 Google/G+/Youtube 和 stackexchange.com 等网站外,少数网站可以连接到互联网,其余网站则无法连接到互联网
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Acer>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : PC
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
Physical Address. . . . . . . . . : C7-8C-KC-1F-AY-XX
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.0.127(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 13 November 2018 10:04:20
Lease Expires . . . . . . . . . . : 14 November 2018 14:57:56
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.1.251
192.168.0.1
NetBIOS over Tcpip. . . . . . . . : Enabled
在命令提示符中
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset catalog
netsh int ipv4 reset reset.log
netsh int tcp set heuristics disabled
netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global rss=enabled
沒有修復!
C:\Users\Acer>ipconfig /release
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Default Gateway . . . . . . . . . :
Tunnel adapter isatap.{465C6A00-FEDB-40C7-A11B-61F695C452F0}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
C:\Users\Acer>ipconfig /renew
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
IPv4 Address. . . . . . . . . . . : 192.168.0.127
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
C:\Users\Acer>ipconfig /flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
C:\Users\Acer>netsh winsock reset catalog
Sucessfully reset the Winsock Catalog.
You must restart the computer in order to complete the reset.
C:\Users\Acer>netsh int ipv4 reset reset.log
Reseting Global, OK!
Reseting Interface, OK!
Reseting Unicast Address, OK!
Reseting Route, OK!
Restart the computer to complete this action.
C:\Users\Acer>netsh int tcp set heuristics disabled
Ok.
C:\Users\Acer>netsh int tcp set global autotuninglevel=disabled
Ok.
C:\Users\Acer>netsh int tcp set global rss=enabled
Ok.
这背后的真正原因是什么?