[asterisk-users] "remote" SIP, no audio, or one way audio.
Joe Acquisto
joea at j4computers.com
Wed Apr 4 13:24:30 MST 2007
> Easiest method in a nutshell...
>
> iptables -A INPUT -s YOUR_HOST -i ETHERNET_CARD -d PBX_SERVER -p TCP -j
> ACCEPT
> iptables -A INPUT -s YOUR_HOST -i ETHERNET_CARD -d PBX_SERVER -p UDP -j
> ACCEPT
> iptables -A INPUT -s PBX_SERVER -i ETHERNET_CARD -d YOUR_HOST -p TCP -j
> REJECT
> iptables -A INPUT -s PBX_SERVER -i ETHERNET_CARD -d YOUR_HOST -p UDP -j
> REJECT
>
>
Sorry, this is intended to do what for me? I cannot find "-j" in the iptables man page.
joe a.
More information about the asterisk-users
mailing list