diff --git a/Software/Application/ZerotierOne/ZerotierOne_端口占用.md b/Software/Application/ZerotierOne/ZerotierOne_端口占用.md new file mode 100644 index 0000000..6488019 --- /dev/null +++ b/Software/Application/ZerotierOne/ZerotierOne_端口占用.md @@ -0,0 +1,19 @@ +# ZerotierOne 端口占用 + +开启防火墙后,通过: + + netstat -anp | grep zerotier-one + +命令查看到 zerotier-one 的端口占用情况如下: + +| Protocal | Port | +|----------|-------| +| tcp | 51789 | +| tcp | 51790 | +| tcp | 9993 | +| udp | 9993 | +| udp | 51789 | +| udp | 51790 | + +可根据上表对应设置防火墙。 + \ No newline at end of file