我正在尝试 ping 外部 API 的 IP 地址。但命令在完成之前就超时了。
现在我认为公司防火墙和代理可能会成为这一问题的障碍。
如何检查防火墙设置?我需要检查哪个特定选项?
任何指导都将不胜感激。
C:\Documents and Settings\xxxxxx>tracert 103.16.xxx.xx
Tracing route to 103.16.xxx.xx over a maximum of 30 hops
<1 ms <1 ms <1 ms 192.168.xx.x
24 ms 36 ms 34 ms 10.70.144.169
118 ms 164 ms 148 ms 10.70.140.182
* * * Request timed out.
* * * Request timed out.
编辑:更新了跟踪路由
答案1
您的 ping 时间增加表明tracert
存在内部网络问题。请联系您的系统管理员寻求帮助。尝试tracert
在其他网站(例如 superuser.com)上运行,看看是否会出现类似的结果。防火墙也可能过滤传出的 ICMP。