File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
7982Also 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
You can’t perform that action at this time.
0 commit comments