Skip to content

Commit 14d717c

Browse files
committed
turn: add ports that need to open additionally
1 parent e0e0d81 commit 14d717c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ The following external ports must be opened on a firweall:
7575
* 443/tcp for Web UI HTTPS
7676
* 4443/tcp for RTP media over TCP
7777
* 10000/udp for RTP media over UDP
78+
* 5349/tcp for TURN data over TCP
79+
* 5349/udp for TURN data over UDP
80+
* 16000-17000/udp for TURN RTP media over UDP
7881

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

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

0 commit comments

Comments
 (0)