I solved this problem. In the compiled xtables-addons-common package was not libxt_TEE.so because in the file debian/rules from xtables-addons source package was following strings: # do not build TEE (see #592237) sed -i 's/build_TEE=m/build_TEE=n/' mconfig I commented out this string and it's worked. Thank you. 2012/1/25, Aleksey Kashin <aleksey.kashin@xxxxxxxxx>: > Hello. > > I've compiled and installed iptables 1.4.8 from src-package debian > squeeze and I got another error: > > # iptables -t mangle -A PREROUTING -i eth0 -j TEE --gateway 10.99.2.37 > iptables v1.4.8: unknown option `--gateway' > Try `iptables -h' or 'iptables --help' for more information. > > # dpkg -l | grep iptables > iptables 1.4.8-3 > > Thank you. > > 2012/1/25, Jan Engelhardt <jengelh@xxxxxxxxxx>: >> On Tuesday 2012-01-24 18:24, Aleksey Kashin wrote: >> >>>Hello. >>> >>>I'm using Debian Lenny amd64. I need clone traffic to another server. >>>I'm trying to use TEE module from xtables-addons, but I've got this >>>error: >>># modprobe xt_TEE >>># iptables -t mangle -A PREROUTING -i eth0 -j TEE --gateway 10.99.2.37 >>>iptables v1.4.2: Unknown arg `(null)' >>>Try `iptables -h' or 'iptables --help' for more information. >>> >>>What does it mean? Can anyone help me with this problem? >>> >>>I use the following software: >>>- Debian Lenny amd64 5.0.8 with 2.6.26-2-vserver-amd64 kernel >>>- iptables - 1.4.2-6 >>>- xtables-addons-common - 1.26-2 >>>- xtables-addons-modules-2.6.26-2-vserver-amd64 - 1.26-2+2.6.26-27 >> >> As per the INSTALL file of xt-a, version 1.26 requires iptables 1.4.3. >> This dependency is probably not properly recorded in the >> xtables-addons-common-1.26-2 package, but starting with iptables >> 1.4.12.2, the deps are properly propagated to xt-a. >> > > > -- > С уважением, > Кашин Алексей > -- С уважением, Кашин Алексей -- 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