> trying to block yahoo chat client from accessing  the Yahoo server t
> via port 5050 !!!

flush iptables

and run
iptables -A OUTPUT -p TCP -d 0/0 --dport 5050 -j REJECT
-- 
http://mm.glug-bom.org/mailman/listinfo/linuxers

Reply via email to