Win的tcping的使用

image.png
image.png
然后输入tcping 网址 -p 端口号 就可以查看是否可以通

Linux的tcping的使用

yum install -y tcptraceroute bc
# CentOS系统
用这个 cd /usr/bin
# 切换目录到/usr/bin
wget -O tcping https://soft.mengclaw.com/Bash/TCP-PING
# 下载TCP-PING可执行文件,并重命名为tcping
chmod +x tcping
# 赋予tcping执行权限
tcping www.syjsq.com
#最后测试是否可以通