"Joe Acquisto" <[EMAIL PROTECTED]> Wrote: 4/4/2007 4:24 PM: > >> 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. >
I found the "-j" but am still unclear what this does for the dropped audio issue? 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
