> > 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
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
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
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
-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
&
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*