我的远程 Linux 计算机能够 ping 互联网上的 IP 地址,但相同的操作无法获取该 IP 的 netstat 报告。
ping a.b.c.d
64 bytes from a.b.c.d: icmp_seq=1 ttl=64 time=0.509 ms
64 bytes from a.b.c.d: icmp_seq=2 ttl=64 time=0.249 ms
64 bytes from a.b.c.d: icmp_seq=3 ttl=64 time=0.273 ms
64 bytes from a.b.c.d: icmp_seq=4 ttl=64 time=0.357 ms
但 netstat 无法获得输出,
netstat -an a.b.c.d | grep <some port>
它只是挂起,甚至没有返回我的提示,而我已经确定它应该列出的连接。