Bläddra i källkod

Fix NAT documentation

master
Sylvia van Os 6 år sedan
förälder
incheckning
fee9bdb98c
1 ändrade filer med 4 tillägg och 11 borttagningar
  1. 4
    11
      doc/manual-install.md

+ 4
- 11
doc/manual-install.md Visa fil

@@ -236,19 +236,12 @@ invoke-rc.d nginx restart
236 236
 ```
237 237
 
238 238
 ## Running behind NAT
239
-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).
239
+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).
240 240
 
241
-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):
241
+The following extra lines need to be added the file `/etc/jitsi/videobridge/sip-communicator.properties`
242 242
 ```
243
-org.jitsi.videobridge.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address>
244
-org.jitsi.videobridge.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address>
245
-```
246
-
247
-So the file should look like this at the end:
248
-```
249
-org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false
250
-org.jitsi.videobridge.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address>
251
-org.jitsi.videobridge.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address>
243
+org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address>
244
+org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address>
252 245
 ```
253 246
 
254 247
 # Hold your first conference

Laddar…
Avbryt
Spara