Просмотр исходного кода

Clarifies documentation

Add a note about the need to forward ports, as suggested by @joudinet on github.
master
bgrozev 9 лет назад
Родитель
Сommit
0e66552a7f
1 измененных файлов: 3 добавлений и 1 удалений
  1. 3
    1
      doc/manual-install.md

+ 3
- 1
doc/manual-install.md Просмотреть файл

@@ -183,7 +183,9 @@ invoke-rc.d nginx restart
183 183
 ```
184 184
 
185 185
 ## Running behind NAT
186
-In case of videobridge being installed on a machine behind NAT, add the following extra lines to the file `~/.sip-communicator/sip-communicator.properties` (in the home of user running the videobridge):
186
+Jitsi-Videobridge can run behind a NAT, provided that all required ports are routed (forwarded) to the machine that it runs on. By default these ports are (TCP/443 or TCP/4443 and UDP 10000-20000).
187
+
188
+The following extra lines need to be added the file `~/.sip-communicator/sip-communicator.properties` (in the home directory of the user running the videobridge):
187 189
 ```
188 190
 org.jitsi.videobridge.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address>
189 191
 org.jitsi.videobridge.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address>

Загрузка…
Отмена
Сохранить