26 Oct
2007
26 Oct
'07
2:29 p.m.
Hello, Arun S írta:
Hi Kovacs/Attila,
I have successfully applied your patches tproxy4-2.6.22_20070622.tar.bz2 on linux-2.6.22 and got all the modules compiled.
Also iptables-1.4.0rc1 is applied with the patch iptables-tproxy-200710091749.diff.
But I get error while adding the following rule:
[root@Arun-FC6-SQUID linux-tproxy4-RnD]# iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY --tproxy-mark iptables v1.4.0rc1: Unknown arg `--tproxy-mark' Try `iptables -h' or 'iptables --help' for more information.
The latest patches are here: http://people.netfilter.org/hidden/tproxy/ You downloaded an old version of the kernel patches without tproxy-mark support and a new version of the iptables patches with tproxy-mark support. Attila