forked from fediversity/fediversity
		
	Updated firewall ports.
This commit is contained in:
		
							parent
							
								
									34690b8aac
								
							
						
					
					
						commit
						99b28a90c5
					
				
					 2 changed files with 10 additions and 5 deletions
				
			
		|  | @ -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! | ||||
| 
 | ||||
| 
 | ||||
| # Configurationfile | ||||
| # Configuration {#configuration} | ||||
| 
 | ||||
| Synapse's documentation gives a reasonable [default | ||||
| config](https://element-hq.github.io/synapse/latest/setup/turn/coturn.html). | ||||
|  |  | |||
|  | @ -6,8 +6,13 @@ is -of course- very important. | |||
| First idea: the ports that need to be opened are: | ||||
| 
 | ||||
| 
 | ||||
| | Port(s) / range | Protocol | Application | | ||||
| | :--: | :--: | :-- | | ||||
| | 80, 443 | TCP | Reverse proxy | | ||||
| | 8443 | TCP | Synapse, federation | | ||||
| | Port(s) / range | IP version | Protocol | Application            | | ||||
| | :-------------: | :--------: | :------: | :--------------------- | | ||||
| | 80, 443         | IPv4/IPv6  | TCP      | nginx, reverse proxy   | | ||||
| | 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). | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Hans van Zijst
						Hans van Zijst