linux下如何测试一个IP地址的某个端口通不通

2024-12-01 05:05:36
推荐回答(2个)
回答1:

可以用telnet命令直接连接那个端口
不过老命令了,也可以用nc
不如直接使用nmap扫描一下好啦 。

回答2:

使用ping命令
ping -c 4 ip地址:端口