FreePBX 12 中的NAT 设置

来自最权威最新完整开源SIP,语音通信,融合通信中文技术文档资料,提供详细的Asterisk Freepbx, FreeSBC, 免费会话边界控制器,网关,语音板卡,IPPBX,SBC配置资料-asterisk,freepbx,freesbc 用户手册 界面配置,呼叫路由,IVR, 网关对接,拨号规则,SIP 分机呼叫,pjsip, IVR, 录音, CDR, 队列呼叫,振铃组,CLI 命令中文资料手册
James.zhu讨论 | 贡献2015年11月3日 (二) 14:25的版本 (创建页面,内容为“'''NAT Configuration FreePBX 12''' '''NAT issues''' Some of the biggest problems that plague people such as "one way audio" or "Calls dropping after XX Seconds" ar...”)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

NAT Configuration FreePBX 12

NAT issues

Some of the biggest problems that plague people such as "one way audio" or "Calls dropping after XX Seconds" are caused by NAT not being correctly setup.

Make sure you have a resolvable address on the Internet.

If you don't want to pay a few bucks to get a static IP address, and are served by an ISP that periodically changes your IP address, then get an account with a dynamic DNS service such as DynDNS . Your router may already have built-in support for one or more of these services, if so, use one that your router supports and then configure your router to automatically update your dynamic address when your ISP changes your IP address. Failing that, you can set up an updater program such as inadyn, there are instructions for doing that at this blog page

Adding NAT information in  FreePBX 

All of your settings will be under Settings > Asterisk SIP settings

SipRightMenu.png

Next Click Chan SIP in the right menu

C:\aef3702e49caad622478b08b9c1f3e09

VERSION SPECIFIC

This right menu is specific to FreePBX 12. In 2.11 all settings are on the main page

 

Set NAT as yes

Static IP from your ISP 

Select "Static IP" and enter your external IP

settings_nat_static.png

Dynamic IP Updated through dynamic IP service

Select "Dynamic IP" and put the Full host name in such as  "foo.dyndns.net"

settings_nat_dynamic.png

REMEMBER

Icon

Whenever you make a change in the UI you need to "submit" the changes then click "APPLY" at the top

 

After clicking "submit changes" and the Red Apply click "General SIP Settings" on the right menu

C:\aef3702e49caad622478b08b9c1f3e09

Local Networks

Under "NAT" you will see a box for "Local Networks" 

In these boxes you will put your LAN information with the IP in the first box and the SUBNET in the second box

If your IP is 192.168.0.254 you would put 192.168.0.0 / 255.255.255.0

settings_nat_localnet.png

Click "Submit changes" And the red "APPLY" button.

 

RTP Port Range

Open the SIP and RTP ports to your Asterisk server

You must make sure that you open the correct UDP ports in your router's firewall and pointed at your Asterisk server. For SIP protocol, open UDP (NOT TCP) port 5060 (SIP) AND ports 10000-20000 (RTP, which must also be defined in /etc/asterisk/rtp.conf, see below). All these ports are UDP, opening the TCP ports will NOT help anything and may expose your system needlessly. While you are in your firewall configuration, you may as well also open UDP port 4569 (IAX), since sooner or later you'll probably want to accept IAX connections.

You can see the actual range under the "General SIP Settings" page.

RTPSettings.png

 

If the port values are any different, change them.  These MUST match what you opened in your firewall

Warning

Icon

You may need to set this to start with 10001, as port 10000, conflicts with usage in Webmin. This only matters if you have installed Webmin

 

Some people feel the need to open fewer than 10,000 ports. I don't recommend this because six months from now when you start having audio problems you may not remember that you opened fewer than the recommended number of ports, and may spend hours troubleshooting the issue. But if you are simply obsessive about open ports, remember that each open SIP connection may require as many as FOUR concurrent ports, so don't cut it down to some ridiculously small number. For the non-paranoid, I suggest sticking with the recommendations above (and remember, if a hacker is looking at ports on your system, he's going to scan ALL of them, so having fewer UDP ports open really doesn't make you any more secure).