瀏覽代碼

Added links related to NAT config in a new FAQ doc

j8
fossterer 6 年之前
父節點
當前提交
d7eea8abbc
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. 7
    0
      doc/faq.md
  2. 1
    1
      doc/quick-install.md

+ 7
- 0
doc/faq.md 查看文件

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 查看文件

55
 ```
55
 ```
56
 
56
 
57
 #### Advanced configuration
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
 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).
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
 The following extra lines need to be added the file `/etc/jitsi/videobridge/sip-communicator.properties`:
60
 The following extra lines need to be added the file `/etc/jitsi/videobridge/sip-communicator.properties`:
61
 ```
61
 ```

Loading…
取消
儲存