@
halczy 首先,我采用的是网上教的方法:
我在 xshell1 中运行:tcpdump -i eth0 udp port 123 -vv -X。
在 xshell2 中发送:nc -u 服务器 IP 123,发送数据时可以看到 xshell1 中有数据产生,发送多少,产生多少。
测试结果说明 udp 是可以连通的。
然后我用您教的 iperf3 测试,出现了两个情况。
1.当 tcp 和 udp 是一个端口时,在服务器运行您给的 iperf3,提示:
error - unable to start listener for connections: Address already in use.
不理会上面的,我用 win10 的 cmd 运行 iperf3 提示:
error - unable to receive control message: Connection reset by peer
2.我把 udp 端口更改成其他的,在服务器端运行 iperf3 没有问题。
在电脑 cmd 中运行,提示:error - unable to connect to server: Connection timed out.
现在我也不知道我的 udp 端口到底是不是开通的了。