我试图在笔记本电脑上打开 array151.com。当我尝试打开它时,它显示 ERR_CONNECTION_TIMED_OUT。
我也尝试了 nslookup 和 ping,结果显示错误。以下是 nslookup 和 ping 的输出
C:\Users\Sunil Garg>nslookup array151.com
DNS request timed out.
timeout was 2 seconds.
Server: UnKnown
Address: fe80::1caf:5e12:5cf5:2850
Non-authoritative answer:
Name: array151.com
Address: 67.227.164.146
C:\Users\Sunil Garg>ping array151.com
Pinging array151.com [67.227.164.146] with 32 bytes of data
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 67.227.164.146:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
我尝试清除 DNS 服务器并禁用防火墙。但毫无作用。
答案1
这在我的笔记本电脑上不起作用
尝试重新初始化网络状态。在提升权限的 shell 中运行以下命令cmd
:
将 WINSOCK 条目重置为安装默认值:
netsh winsock reset catalog
将 TCP/IP 堆栈重置为安装默认值:
netsh int ip reset reset.log
将防火墙重置为安装默认值:
netsh advfirewall reset
刷新 DNS 解析器缓存:
ipconfig /flushdns
续订 DNS 客户端注册并刷新 DHCP 租约:
ipconfig /registerdns
刷新路由表(需要重新启动):
route /f