Thanks, it worked, I was using the wrong chain, for the job.
On Fri, 29 Jun 2001, Leonardo T. de Carvalho wrote:
> Orlando Reis wrote:
> >
> > 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
>
> Try to use the PREROUTING chain...
> =o)
> >
> > But the client browsers still pass, and I have no ideas what so ever,
> > to what problem is.
> >
> > Can someone give me hand on this?
> >
> > Orlando Reis
> > --
>
>
Orlando Reis
--