Skip to content

Commit

Permalink
turn: add ports that need to open additionally
Browse files Browse the repository at this point in the history
  • Loading branch information
netaskd committed Apr 23, 2020
1 parent e0e0d81 commit 14d717c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ The following external ports must be opened on a firweall:
* 443/tcp for Web UI HTTPS
* 4443/tcp for RTP media over TCP
* 10000/udp for RTP media over UDP
* 5349/tcp for TURN data over TCP
* 5349/udp for TURN data over UDP
* 16000-17000/udp for TURN RTP media over UDP

Also 20000-20050/udp for jigasi, in case you choose to deploy that to facilitate SIP acces.

Expand All @@ -85,6 +88,9 @@ E.g. on a CentOS/Fedora server this would be done like this (without SIP access)
$ sudo firewall-cmd --permanent --add-port=443/tcp
$ sudo firewall-cmd --permanent --add-port=4443/tcp
$ sudo firewall-cmd --permanent --add-port=10000/udp
$ sudo firewall-cmd --permanent --add-port=5349/tcp
$ sudo firewall-cmd --permanent --add-port=5349/udp
$ sudo firewall-cmd --permanent --add-port=16000-17000/udp
$ sudo firewall-cmd --reload
```

Expand Down

0 comments on commit 14d717c

Please sign in to comment.