Hi, What would be needed to get the tproxy stuff to work on 2.6? thanks, Lennert
Hi, 2003-12-18, cs keltezéssel 23:55-kor Lennert Buytenhek ezt írta:
What would be needed to get the tproxy stuff to work on 2.6?
Not much, at least in theory. 1.2.0 should be nonlinear skb compatible, and Netfilter has not changed much. However, sockopt numbers used by tproxy has been officially allocated to the in-kernel IPSEC, so tproxy for 2.6 won't be binary compatible with current versions... :( Now that 2.6 has been officially released as stable, I'll create a test patch as soon as I have time to do that. Of if you'd like to do it, feel free to help me. :) -- Regards, Krisztian KOVACS
Hi, On Thu, 2003-12-18 at 23:55, Lennert Buytenhek wrote:
What would be needed to get the tproxy stuff to work on 2.6?
I've created a patch for 2.6.0. It's a preliminary version, it compiles, but I haven't got time to test it at all. If someone wants to try it, it's available from: http://people.balabit.hu/hidden/tproxy_2.6.0-1.2.0.diff.gz It's not binary compatible with the 2.4 version, all applications using socket options IP_RECVORIGADDRS and IP_ORIGADDRS must be recompiled. The IP_TPROXY_* numbers are unchanged. -- Regards, Krisztian KOVACS
On Mon, Dec 22, 2003 at 04:42:48PM +0100, KOVACS Krisztian wrote:
Hi,
H,
What would be needed to get the tproxy stuff to work on 2.6?
I've created a patch for 2.6.0. It's a preliminary version, it compiles, but I haven't got time to test it at all. If someone wants to try it, it's available from:
How am I supposed to turn TPROXY'ing on? :) I don't see a config option or anything. phi% zcat tproxy_2.6.0-1.2.0.diff.gz | grep NF_TPROXY +obj-$(CONFIG_IP_NF_TPROXY) += iptable_tproxy.o phi% cheers, Lennert
Hi, On Mon, 2003-12-29 at 13:52, Lennert Buytenhek wrote:
How am I supposed to turn TPROXY'ing on? :) I don't see a config option or anything.
phi% zcat tproxy_2.6.0-1.2.0.diff.gz | grep NF_TPROXY +obj-$(CONFIG_IP_NF_TPROXY) += iptable_tproxy.o phi%
Ok, I forgot the patch for Kconfig :(. New snapshot available at: http://people.balabit.hu/hidden/tproxy_2.6.0-200401050935.diff.gz -- Regards, Krisztian KOVACS
participants (2)
-
KOVACS Krisztian
-
Lennert Buytenhek