Updated firewall ports.

This commit is contained in:
Hans van Zijst 2024-11-15 21:48:52 +01:00 committed by Valentin Gagarin
parent 34690b8aac
commit 99b28a90c5
2 changed files with 10 additions and 5 deletions

View file

@ -71,7 +71,7 @@ This assumes you've already setup and started nginx (see [nginx](../nginx)).
Of course, when this certificate is renewed, coturn must be restarted! Of course, when this certificate is renewed, coturn must be restarted!
# Configurationfile # Configuration {#configuration}
Synapse's documentation gives a reasonable [default Synapse's documentation gives a reasonable [default
config](https://element-hq.github.io/synapse/latest/setup/turn/coturn.html). config](https://element-hq.github.io/synapse/latest/setup/turn/coturn.html).

View file

@ -6,8 +6,13 @@ is -of course- very important.
First idea: the ports that need to be opened are: First idea: the ports that need to be opened are:
| Port(s) / range | Protocol | Application | | Port(s) / range | IP version | Protocol | Application |
| :--: | :--: | :-- | | :-------------: | :--------: | :------: | :--------------------- |
| 80, 443 | TCP | Reverse proxy | | 80, 443 | IPv4/IPv6 | TCP | nginx, reverse proxy |
| 8443 | TCP | Synapse, federation | | 8443 | IPv4/IPv6 | TCP | nginx, federation |
| 3478, 5349 | IPv4 | TCP/UDP | coturn, TURN |
| 50000-60000 | IPv4 | UDP | coturn, TURN |
The ports necessary for TURN depend very much on the specific [configuration
of coturn](../coturn#configuration).