Re: Problem with iptables -j TEE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wednesday 2011-04-13 14:10, Marek Kierdelewicz wrote:

>Hi,
>
>>I'm trying to copy the incoming traffic by tcp to another host using
>>TEE.
>>My command:
>>iptables -t mangle -A PREROUTING -p tcp -j TEE --gateway 192.168.0.100
>>And the error:
>>iptables: No chain/target/match by that name.
>>any tip?
>
>Answer is in the thread from 8 days ago:
>http://www.spinics.net/lists/netfilter/msg50656.html

And to summarize:

xt_TEE requires either:
   1. iptables >= 1.4.8 && kernel >= 2.6.35
OR 2. iptables < 1.4.8 && kernel < 2.6.35 && xtables-addons (its mconfig 
file may need to be adjusted)

because case 1's components only knows about xt_TEE revision 1, while 
xt-a's is revision 0 (deliberately - to avoid clashes, r1 is in fact, 
different).
--
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


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux