Hello, Roman Gelfand a écrit : > > /usr/local/sbin/iptables -t tproxy -A PREROUTING -i wccp0 -p tcp -m > tcp --dport 80 -j TPROXY --on-port 3228 > /usr/local/sbin/iptables -t tproxy -A PREROUTING -i wccp0 -p tcp -m > tcp --dport 443 -j TPROXY --on-port 3229 > > Why am I getting the following error: > > iptables v1.4.17: can't initialize iptables table `tproxy': Table does > not exist (do you need to insmod?) The message is self-explanatory : there is no such table "tproxy". >From man iptables : TPROXY This target is only valid in the *mangle* table [...] -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html