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? TIA. Jonathan Kelly. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]