[Asterisk-Users] Almost there--Remote connection

Ferguson, Michael ferguson at BRVMLAW.COM
Tue Oct 19 08:48:33 MST 2004


Thanks. I think that's Iptables. No?
I have a hardware firewall.

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Deon
Rodden
Sent: Tuesday, October 19, 2004 11:35 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] Almost there--Remote connection


My firewall script has something to the effect of:

# Allow Existing traffic through
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT

# Incoming VOIP Ports
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5036:5045 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 5036:5045 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 2727:2727 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 4569:4569 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 5060:5061 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 10000:20000 -j
ACCEPT

That's for IAX2 and SIP.

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Karl Dyson
Sent: Tuesday, October 19, 2004 11:22 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Almost there--Remote connection

> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of 
> Ferguson, Michael
> Sent: 19 October 2004 16:18
> To: asterisk-users at lists.digium.com
> Subject: [Asterisk-Users] Almost there--Remote connection
> 

[snip]

> 
> The * server is behind a firewall and I have opened ports 
> 10000-10100 5060
> 5004
> 4569
> 

IIRC, SIP uses 10000-20000 by default. Have you changed this to
10000-10100?

Cheers,

Karl

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list