Explorar el Código

Added links related to NAT config in a new FAQ doc

j8
fossterer hace 6 años
padre
commit
d7eea8abbc
Se han modificado 2 ficheros con 8 adiciones y 1 borrados
  1. 7
    0
      doc/faq.md
  2. 1
    1
      doc/quick-install.md

+ 7
- 0
doc/faq.md Ver fichero

@@ -0,0 +1,7 @@
1
+**1. How to tell if my server instance is behind NAT?**
2
+
3
+A. In general, if the tool ifconfig (or ipconfig) shows the assigned IP address to be some local address (10.x.x.x or 192.x.x.x) but you know that its public IP address is different from that, the server is most probably behind NAT
4
+
5
+**2. Clients could communicate well in room created at meet.jit.si . The same clients still could connect to my self-hosted instance but can neither hear nor see one another. What's wrong?**
6
+
7
+A. Most probably, the server is behind NAT. See this [resolved question](https://community.jitsi.org/t/cannot-see-video-or-hear-audio-on-self-hosted-instance/). You need to follow the steps detailed [here](https://github.com/jitsi/ice4j/blob/master/doc/quick-install.md#Advanced-configuration)

+ 1
- 1
doc/quick-install.md Ver fichero

@@ -55,7 +55,7 @@ Simply run the following in your shell
55 55
 ```
56 56
 
57 57
 #### Advanced configuration
58
-If installation is on a machine behind NAT further configuration of jitsi-videobridge is needed in order for it to be accessible.
58
+If installation is on a machine [behind NAT](https://github.com/jitsi/jitsi-meet/blob/master/doc/faq.md) further configuration of jitsi-videobridge is needed in order for it to be accessible.
59 59
 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).
60 60
 The following extra lines need to be added the file `/etc/jitsi/videobridge/sip-communicator.properties`:
61 61
 ```

Loading…
Cancelar
Guardar