Hi , I was wondering if someone has used iptables, i'm a having a problem
filtering a IP adress, it's a proxy server, but I want the user's at my
network to use another one, that's why I filtered it.
I'm using one off the following comand lines, do the job:
$IPTABLES -t nat -A POSTROUTING -d proxy1/32 -p ALL -j DROP
$IPTABLES -t nat -A POSTROUTING -d proxy1/32 -p tcp --dport 2233 -j DROP
But the browsers still pass, and I have no ideas what so ever, to what
problem is.
Can someone give me hand on this?
Orlando Reis
--