From fee9bdb98cbaf75d46462969b1a480e4e628fb8d Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Fri, 26 Apr 2019 10:52:39 +0200 Subject: [PATCH] Fix NAT documentation --- doc/manual-install.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/doc/manual-install.md b/doc/manual-install.md index 6fe622cec..882bebac6 100644 --- a/doc/manual-install.md +++ b/doc/manual-install.md @@ -236,19 +236,12 @@ invoke-rc.d nginx restart ``` ## Running behind NAT -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). +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). -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): +The following extra lines need to be added the file `/etc/jitsi/videobridge/sip-communicator.properties` ``` -org.jitsi.videobridge.NAT_HARVESTER_LOCAL_ADDRESS= -org.jitsi.videobridge.NAT_HARVESTER_PUBLIC_ADDRESS= -``` - -So the file should look like this at the end: -``` -org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false -org.jitsi.videobridge.NAT_HARVESTER_LOCAL_ADDRESS= -org.jitsi.videobridge.NAT_HARVESTER_PUBLIC_ADDRESS= +org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS= +org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS= ``` # Hold your first conference