From a876f78fd7ed0895b3a2595f70749abe27f3a9ae Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 10 Apr 2020 18:19:39 +0100 Subject: [PATCH] Update quick-install.md (#5819) Add information about firewall ports. --- doc/quick-install.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/quick-install.md b/doc/quick-install.md index eed829e17..5ccbaa4dd 100644 --- a/doc/quick-install.md +++ b/doc/quick-install.md @@ -25,6 +25,14 @@ Finally on the same machine test that you can ping the FQDN with: `ping "$(hostn echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add - ``` +### Open ports in your firewall + +Open the following ports in your firewall, to allow traffic to the machine running jitsi: + + - 80 TCP + - 443 TCP + - 10000 UDP + ### Install Jitsi Meet