Skip to content

Commit ced4e7d

Browse files
Update faq.mdx (#369)
Mimicked the TURN ports and added a section for STUN ports.
1 parent e61a222 commit ced4e7d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/pages/about-netbird/faq.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ NetBird usually won't need open ports, but sometimes you or your IT team needs t
1111
all outgoing traffic, and that may affect how NetBird clients connect to the [control layer](/about-netbird/how-netbird-works)
1212
and negotiate the peer-to-peer connections.
1313

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>
1417
<Note>
1518
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).
1619
</Note>
@@ -29,6 +32,13 @@ Below is the list of NetBird hosted endpoints and ports they listen to:
2932
* **Port**: TCP/443
3033
* **IPv4**: 35.186.199.111
3134
* **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
41+
* Example `nftables` outbound firewall rule: `ip daddr stun.netbird.io tcp dport 443-443 accept`
3242
* Relay (TURN) service:
3343
* **Endpoint**: turn.netbird.io
3444
* **Port range**: UDP/80,443 and TCP/443-65535

0 commit comments

Comments
 (0)