On Wed, 7 Jan 2004, Peter Schobel wrote:

> iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT 
> --to-port 3128

As an experiment you can try using the DNAT target instead of REDIRECT.

The iptables REDIRECT target has a nasty habit of getting broken from time 
to time.

Regards
Henrik

Reply via email to