Re: Kernel module
- From: "W.P." <laurentp@xxxxxxxxxxxxxx>
- Date: Fri, 30 Mar 2007 08:58:43 +0200
Użytkownik Pascal Hambourg napisał:
Hello,
W.P. a écrit :
could anyone tell me which (exactly by name or by .config option) kernel
module is responsible for this entry in proc:
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_established??
Kernel 2.4.18 (on MIPS -> RTL8186).
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.
They depend on the CONFIG_IP_NF_CONNTRACK option. Since 2.6.20 kernels,
they are also available with the CONFIG_NF_CONNTRACK_PROC_COMPAT option
when layer 3 independent connection tracking (CONFIG_NF_CONNTRACK) is
selected instead of IP connection tracking (CONFIG_IP_NF_CONNTRACK).
Great thaks for this answer.
So what is solution? Taking 2.4.23 sources (in ipv4/netfilter part) and
put it in 2.4.18 tree?? Will it work? Or simply remove entry in startup
files that attempts to set this sysctl?
Other problem, but looks similar.
There are 2 more entries -> fast_pptp, fast_l2tp. I think, they are
related to closed source modules from RealTek (not published by Edimax,
opposite to fast_nat module). How do you think, not having those will
lead only to performance degradation, or anything else?. And how to
check this??
W.P.
.
- Follow-Ups:
- Re: Kernel module
- From: Pascal Hambourg
- Re: Kernel module
- References:
- Kernel module
- From: W.P.
- Re: Kernel module
- From: Pascal Hambourg
- Kernel module
- Prev by Date: Re: Kernel module
- Next by Date: ASUS M2N-NX lancard
- Previous by thread: Re: Kernel module
- Next by thread: Re: Kernel module
- Index(es):
Relevant Pages
|