Ver código fonte

Create nat.rst

Len 8 anos atrás
pai
commit
c781f48578
1 arquivos alterados com 27 adições e 0 exclusões
  1. 27 0
      source/additional_information/nat.rst

+ 27 - 0
source/additional_information/nat.rst

@@ -0,0 +1,27 @@
+#####
+NAT
+#####
+
+NAT is Network Address Translation.  When problems happen with VOIP the usual suspect is NAT.
+
+Freeswitch NAT
+^^^^^^^^^^^^^^^
+
+`FreeSWITCH documented infomation on NAT`_
+
+NAT Example: If you have a static ip and freeswitch is behind a firewall
+
+* autonat:xxx.xxx.xxx.xxx  (for the static ip)
+
+* If using UPnP or PMP on the firewall
+
+* In Debian OS /etc/default/freeswitch  remove -nonat
+* Set external rtp and sip ip to auto-nat in advanced -> variables
+
+If server is **not** behind NAT then default config works
+
+
+
+
+
+.. _FreeSWITCH documented infomation on NAT: https://freeswitch.org/confluence/dosearchsite.action?queryString=nat