Then I think that I'm missing something somewhere because patch seems to be OK but, if I try: iptables -t tproxy -A PREROUTING -p tcp -m tcp --dport 80 -j TPROXY --on-port 3128 --on-ip 0.0.0.0 The following error raises: iptables v1.3.5: Unknown arg `--on-port' Try `iptables -h' or 'iptables --help' for more information. If I try: iptables -t tproxy -A PREROUTING The following error raises: FATAL: Module ip_tables not found. iptables v1.3.5: can't initialize iptables table `tproxy': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. Thanks for your help Edinilson --------------------------------------------------------- ATINET-Professional Web Hosting Tel Voz: (0xx11) 4412-0876 http://www.atinet.com.br ----- Original Message ----- From: "Jan Engelhardt" <jengelh@linux01.gwdg.de> To: "Edinilson J. Santos" <edinilson@atinet.com.br> Cc: <tproxy@lists.balabit.hu> Sent: Wednesday, September 06, 2006 2:42 PM Subject: Re: Is tproxy installed?
How can I see (when compiling a new kernel) if tproxy patch is really applied?
Since it is not in the mainline kernel, it is simple: Either you patched it in, or you did not. grep for TPROXY and tproxy in the source tree, and if you find nothing, then it is not in. If you find something, it may be included, in part or completely. Jan Engelhardt --