直接ping IP(以及几乎任何其他直接IP连接)似乎都要通过。
另一方面,在ping域时,使用chrome进入网站或尝试使用nslookup进行调试时,结果如下:
C:\Windows\system32>nslookup google.com
DNS request timed out.
timeout was 2 seconds.
Server: UnKnown
Address: 8.8.8.8
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
*** Request to UnKnown timed-out
奇怪的是,在wireshark上嗅探显示根本没有发送任何DNS数据包。不是通过nslookup,不是通过chrome而不是其他任何东西。偶尔会有一个DNS请求被发送,甚至得到了答案,但在绝大多数情况下,nada。
我只有一个网络接口,并在重新启动时,问题暂时自行修复。
DNS配置为8.8.8.8 prim和8.8.4.4秒。
Windows IP Configuration
Host Name . . . . . . . . . . . . : Bar-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 . . . . . . . . . . . : Marvell Yukon 88E8056 PCI-E Gigabit Ether
net Controller
Physical Address. . . . . . . . . : 20-CF-30-XX-XX-XX
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::9a3:8043:80b0:3350%10(Preferred)
IPv4 Address. . . . . . . . . . . : 10.0.0.17(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.0.0.138
DHCPv6 IAID . . . . . . . . . . . : 2370XXXX
DHCPv6 Client DUID. . . . . . . . : 00-01-00-XX-XX-XX-XX
DNS Servers . . . . . . . . . . . : 8.8.8.8
8.8.4.4
NetBIOS over Tcpip. . . . . . . . : Disabled
Tunnel adapter Local Area Connection* 9:
Media State . . . . . . . . . . . : Media disconnected
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
Tunnel adapter isatap.{2758E2BA-5AD9-42BD-BF21-7FEDAF516EE9}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #4
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
我尝试更新和回滚驱动程序无济于事。
Tcpip reg键似乎也没问题。
禁用卡巴斯基互联网安全和Windows防火墙。没有帮助。
nslookup和ping的工作方式不同。ping使用标准的解析程序链,并且在尝试解析主机名时比nslookup更多。您看到的nslookup失败与缺少PTR有关,请参见此处:cbfive.com/ping-vs-nslookup我老实说使用dig而不是nslookup:isc.org/software/bind下载包括Windows可执行文件 它真的是一个更好的DNS程序。
—
MaQleod 2017年
@MaQleod谢谢队友,不知道。但是,所有程序都存在问题。编辑我的问题以反映这一点。
—
Bharel 2017年
AV软件能否拦截交通并被打破?
—
davidgo 2017年
考虑AV和防火墙。没有帮助。
—
Bharel 2017年