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 that name > > # iptables -t nat -L > > gives > > Chain PREROUTING (policy ACCEPT) > target prot opt source destination > > Chain POSTROUTING (policy ACCEPT) > target prot opt source destination > MASQUERADE all -- anywhere anywhere > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination > > I've googled but couldn't find much help. > Any ideas?
run modconf as root go down to kernel/net/ipv4/netfilter then make sure ip_conntrack, ip_tables, ipt_REDIRECT, iptable_filter and iptable_nat are included. Kind Regards Crispin Wellington -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]