> 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.

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to