[asterisk-users] IAX connections broken
Thomas Kenyon
digium at sanguinarius.co.uk
Sun Jul 29 08:51:10 CDT 2007
Michael Munger wrote:
> I agree it is the NAT in the router.
>
>
>
> Does anyone know what the ip tables command would be to pass IAX to an
> Asterisk box on the LAN?
>
It depends a lot on what your current setup is, but something akin to:
iptables -A PREROUTING -t nat -p tcp -i eth0 --dport 4569 -j DNAT --to
<ip-of-asterisk-box>:4569
should work, assuming you have the relevant parts compiled in.
More information about the asterisk-users
mailing list