Re: SQUID iptables error.

2002-06-20 Thread Rainer Ellinger
jon wrote: > iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT > iptables: No chain/target/match by that name iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport 80 -- [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: SQUID iptables error.

2002-06-20 Thread Crispin Wellington
On Thu, 2002-06-20 at 16:13, jon wrote: > Hi there, > > trying to set up SQUID and following the TransparentProxy-mini-HOWTO and > getting to the > > # iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT > --to-port 3128 > > and get ... > > iptables: No chain/target/match by t

SQUID iptables error.

2002-06-20 Thread jon
Hi there, trying to set up SQUID and following the TransparentProxy-mini-HOWTO and getting to the # iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128 and get ... iptables: No chain/target/match by that name # iptables -t nat -L gives Chain PREROUTING (polic