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
Copy file name to clipboardExpand all lines: src/pages/about-netbird/faq.mdx
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ NetBird usually won't need open ports, but sometimes you or your IT team needs t
11
11
all outgoing traffic, and that may affect how NetBird clients connect to the [control layer](/about-netbird/how-netbird-works)
12
12
and negotiate the peer-to-peer connections.
13
13
14
+
<Note>
15
+
Allowing the outbound **P2P (STUN)** service below is **recommended** in more restricted networks for reliable peer connections. This will also improve the reliability of your [High Availability Routes](https://docs.netbird.io/how-to/routing-traffic-to-private-networks#high-availability-routes).
16
+
</Note>
14
17
<Note>
15
18
Allowing the outbound **Relay (TURN)** service below is **recommended** in more restricted networks for reliable peer connections. This will also improve the reliability of your [High Availability Routes](https://docs.netbird.io/how-to/routing-traffic-to-private-networks#high-availability-routes).
16
19
</Note>
@@ -29,6 +32,13 @@ Below is the list of NetBird hosted endpoints and ports they listen to:
29
32
***Port**: TCP/443
30
33
***IPv4**: 35.186.199.111
31
34
***IPv6**: 2600:1901:0:adb3::
35
+
* P2P (STUN) service:
36
+
***Endpoint**: stun.netbird.io
37
+
***Port range**: UDP/80,443,3478,5555
38
+
***IPv4**: The list is dynamic and geo-distributed; we advise you to check the nearest cluster with the following command:
39
+
*`nslookup stun.netbird.io`
40
+
* In more restricted environments, `netbird status` will show `keepalive ping failed` errors without a firewall rule for STUN
0 commit comments