LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   What ports do I need to open for Asterisk VOIP? (https://www.linuxquestions.org/questions/linux-software-2/what-ports-do-i-need-to-open-for-asterisk-voip-489571/)

depam 10-05-2006 12:19 AM

What ports do I need to open for Asterisk VOIP?
 
I would like to position the asterisk box behind the firewall. After which, do some port forwarding. Now, may I know the ports that I need to port forward to the DMZ box? Thanks.

farslayer 10-05-2006 10:48 PM

This should have all the info you need.

http://www.voip-info.org/wiki/view/NAT+and+VOIP

Code:

Set up two forwarding entries the "Port Forwarding" (or similar) configuration form on the NAT configuration interface, each of which cause the NAT device to forward all traffic destined for the designated range of port numbers to the fixed IP address of the SIP phone:

    * SIP signaling: Ports 5060 to 5070
    * RTP audio: Ports 8766 to 35000

Or if you are running Asterisk and everything supports IAX, use IAX instead of SIP. IAX was designed to work through NAT without all the hassles..


All times are GMT -5. The time now is 11:32 PM.