Update quick-install.md

Add firewall configuration to install document.
This commit is contained in:
openAfre 2016-04-29 08:02:58 -07:00
parent bd7740cba1
commit 6e5830ce35
1 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,13 @@ During the installation, you will be asked to enter the hostname of the Jitsi Me
This hostname (or IP address) will be used for virtualhost configuration inside the Jitsi Meet and also, you and your correspondents will be using it to access the web conferences.
#### Note
Don't forget to open the ports 10000 - 20000 udp on your firewall.
For ufw execute as root or use sudo:
```sh
ufw allow 10000:20000/udp
```
### Open a conference
Launch a web browser (Chrome, Chromium or latest Opera) and enter in the URL bar the hostname (or IP address) you used in the previous step.