Re: Kernel module



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.
.



Relevant Pages

  • Re: ALSA message with 2.6.19-rc4-mm2 (not -mm1)
    ... 2.6.19-rc4 kernel? ... The corresponding ls -l entry reads: ... the setting of that config option? ... I attach the full .config in case it is useful (had not sent it at ...
    (Linux-Kernel)
  • On-disk indexing for "Project Ideas" page
    ... The kernel usually does the lookup by starting at the beginning ... of the directory and going through, comparing each entry in turn. ... name cache described in Section 6.6. ...
    (freebsd-current)
  • [PATCH] ppc32: rename head_e500.S to head_fsl_booke.S
    ... * Kernel execution entry point code. ... Initial PowerPC version. ... -/* Note that the SPE support is closely modeled after the AltiVec ...
    (Linux-Kernel)
  • Re: Grub not right on new install.
    ... # Set the default entry to the entry number NUM. ... # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST ... ## should update-grub create alternative automagic boot options ... Linux install includes an entry for Windows in the menu.list ...
    (Ubuntu)
  • Re: how to make sure that kernel is up
    ... First I faced the problem while downloading the kernel. ... HeapInit: Entry 00, size 0576 ... OpenExe nk.exe: ROM: 8310f01c ...
    (microsoft.public.windowsce.platbuilder)