Re: [Astlinux-users] iptables/arno question

2009-09-07 Thread David Kerr
> > Philip, > > > > Could you please outline or explain further how this could be achieved. > > > > Thanks > > > > -Original Message- > > From: Philip Prindeville [mailto:philipp_s...@redfish-solutions.com] > > Sent: Monday, 7 September 2009 2:31

Re: [Astlinux-users] iptables/arno question

2009-09-07 Thread Philip Prindeville
hilip, > > Could you please outline or explain further how this could be achieved. > > Thanks > > -Original Message- > From: Philip Prindeville [mailto:philipp_s...@redfish-solutions.com] > Sent: Monday, 7 September 2009 2:31 PM > To: da...@kerr.net; AstLinux

Re: [Astlinux-users] iptables/arno question

2009-09-07 Thread Lonnie Abelbeck
David, This method should work, but has the disadvantage of putting all SIP behind NAT... Assuming an internal LAN network: 10.10.10.1/24 1) in sip.conf set bindaddr=10.10.10.1 2) In the Firewall tab define NAT EXT->LAN for the 5060, etc ports to 10.10.10.1 port 5060 3) in sip.conf define

Re: [Astlinux-users] iptables/arno question

2009-09-07 Thread Terry Markovich
Something like this should work ( is whatever port you want to listen on): iptables -t nat -A PREROUTING -p udp --dport -j REDIRECT --to-ports 5060 Terry David Kerr wrote: > I'm wondering if there are any experts out there that can help me. > Asterisk is listening on port 5060 for S

Re: [Astlinux-users] iptables/arno question

2009-09-06 Thread Cleve Jansen
-users] iptables/arno question You could run two different instances of Asterisk with two different sets of config files. David Kerr wrote: > I'm wondering if there are any experts out there that can help me. > Asterisk is listening on port 5060 for SIP messages. I would like to &

Re: [Astlinux-users] iptables/arno question

2009-09-06 Thread Philip Prindeville
You could run two different instances of Asterisk with two different sets of config files. David Kerr wrote: > I'm wondering if there are any experts out there that can help me. > Asterisk is listening on port 5060 for SIP messages. I would like to > be able to listen on another port /*as well*