# 查看 tcp 链接情况 tcpdump -i {网卡名} -S -vv port {端口} # 启动一个tcp的服务端 nc -l 9999 # 启动一个tcp的客户端 nc -vz -w 2 ip port