You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation says that Netmaker needs one port per network, starting from 51821 to 518XX (udp). But in my case I see that ports in a much larger range are used, both up and down.
For example:
bash-5.1# netstat -anp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
...
udp 0 0 0.0.0.0:57422 0.0.0.0:* -
udp 0 0 :::57422 :::*
This discussion was converted from issue #1699 on October 29, 2022 14:34.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The documentation says that Netmaker needs one port per network, starting from 51821 to 518XX (udp). But in my case I see that ports in a much larger range are used, both up and down.
For example:
bash-5.1# netstat -anp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
...
udp 0 0 0.0.0.0:57422 0.0.0.0:* -
udp 0 0 :::57422 :::*
What is the actual port range used for nodes?
Beta Was this translation helpful? Give feedback.
All reactions