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 only have a IP address and i'm doing forwarding with iptables.
 
I'm using one off the following comand lines, to do the job:
 
$IPTABLES -t nat -A POSTROUTING -d proxy1.external.ip/32 -p ALL -j DROP
$IPTABLES -t nat -A POSTROUTING -d proxy1.external.ip/32 -p tcp --dport 2233 -j DROP
 
But the browsers still connect to proxy1, and I have no ideas what so ever, to what
problem is.
 
Can someone give me hand on this?
 
Thanks in advance
 
Orlando
 

Reply via email to