mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +00:00
Update faq.mdx (#369)
Mimicked the TURN ports and added a section for STUN ports.
This commit is contained in:
@@ -11,6 +11,9 @@ NetBird usually won't need open ports, but sometimes you or your IT team needs t
|
||||
all outgoing traffic, and that may affect how NetBird clients connect to the [control layer](/about-netbird/how-netbird-works)
|
||||
and negotiate the peer-to-peer connections.
|
||||
|
||||
<Note>
|
||||
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).
|
||||
</Note>
|
||||
<Note>
|
||||
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).
|
||||
</Note>
|
||||
@@ -29,6 +32,13 @@ Below is the list of NetBird hosted endpoints and ports they listen to:
|
||||
* **Port**: TCP/443
|
||||
* **IPv4**: 35.186.199.111
|
||||
* **IPv6**: 2600:1901:0:adb3::
|
||||
* P2P (STUN) service:
|
||||
* **Endpoint**: stun.netbird.io
|
||||
* **Port range**: UDP/80,443,3478,5555
|
||||
* **IPv4**: The list is dynamic and geo-distributed; we advise you to check the nearest cluster with the following command:
|
||||
* `nslookup stun.netbird.io`
|
||||
* In more restricted environments, `netbird status` will show `keepalive ping failed` errors without a firewall rule for STUN
|
||||
* Example `nftables` outbound firewall rule: `ip daddr stun.netbird.io tcp dport 443-443 accept`
|
||||
* Relay (TURN) service:
|
||||
* **Endpoint**: turn.netbird.io
|
||||
* **Port range**: UDP/80,443 and TCP/443-65535
|
||||
|
||||
Reference in New Issue
Block a user