In the last few days I have noticed an increase in blocked connections from ZT clients to UDP ports 1024 and 1028.
On my ZT server (Ubuntu 22.04) when I run
zerotier-cli info -j
it shows:
“surfaceAddresses”: [
“PUBLIC_IP/1028”,
“PUBLIC_IP/3xxx9”,
“PUBLIC_IP/2xxx9”,
“PUBLIC_IP/1024”,
“PRIVATE_IP/3xxx9”,
“PRIVATE_IP/9993”,
“PRIVATE_IP/2xxx9”
but when I run netstat -tuapn (or ss) I don’t see these ports opened/listening.
The clients connects correctly to my ZT network using port 9993, secondaryPort or tertiaryPort,
so what’s the purpose of 1024 and 1028 ports if they are not opened?
It’s possible to disable from clients side or server side?
Thanks