Gentoo Archives: gentoo-user

From: Etaoin Shrdlu <shrdlu@×××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: ip_conntrack - is it missing
Date: Mon, 07 Jan 2008 16:03:23
Message-Id: 200801071709.47388.shrdlu@unlimitedmail.org
In Reply to: [gentoo-user] Re: ip_conntrack - is it missing by reader@newsguy.com
1 On Monday 7 January 2008, reader@×××××××.com wrote:
2
3 > I see:
4 > grep -i ^[^#].*conntrack /usr/src/linux/.config
5 >
6 > CONFIG_NF_CONNTRACK_ENABLED=m
7 > CONFIG_NF_CONNTRACK=m
8 > CONFIG_NF_CONNTRACK_MARK=y
9 > CONFIG_NF_CONNTRACK_SECMARK=y
10 > CONFIG_NF_CONNTRACK_EVENTS=y
11 > CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
12 > CONFIG_NF_CONNTRACK_IPV4=m
13 > CONFIG_NF_CONNTRACK_PROC_COMPAT=y
14 >
15 >
16 > But do NOT see what that HOWTO refers to (/proc/net/ip_conntrack)
17
18 Sorry for the dumb question...you have compiled conntrack as a module,
19 but is that module (or modules) actually loaded (you can check with
20 lsmod)? If not, loading the module should also create the file in /proc.
21
22 The module should be called nf_conntrack (load it with modprobe
23 nf_conntrack). If not, look into /lib/modules/`uname -r`, look for
24 modules with conntrack in the name, and load them.
25 --
26 gentoo-user@l.g.o mailing list

Replies

Subject Author
[gentoo-user] Re: ip_conntrack - is it missing reader@×××××××.com