Thread: Kernel module
View Single Post

  #8 (permalink)  
Old 03-30-2007
Pascal Hambourg
 
Posts: n/a
Default Re: Kernel module

W.P. a écrit :
>
>>The /proc/sys/net/ipv4/netfilter/ip_conntrack_*_timeout* sysctls are not
>>present in the vanilla 2.4.18 kernel. They were added in version 2.4.23.

>
> So what is solution? Taking 2.4.23 sources (in ipv4/netfilter part) and
> put it in 2.4.18 tree?? Will it work?


You can try, but I strongly doubt it. I suggest that you use a more
recent kernel, because the 2.4.18 kernel is *very* old (thus very broken).
Or you can try to apply the patches from the latest (but obsolete)
patch-o-matic tarball (patch-o-matic-20031219.tar.bz2) which can be
found in <http://ftp.netfilter.org/pub/patch-o-matic/>. I think you need
to apply submitted/01_2.4.19.patch up to submitted/05_2.4.23.patch to
your 2.4.18 tree. The last one provides the conntrack timeout sysctls.

> Other problem, but looks similar.
> There are 2 more entries -> fast_pptp, fast_l2tp. [...]


Sorry, I do not know anything about this.
Reply With Quote