On Monday 7 January 2008, [EMAIL PROTECTED] wrote:

> I see:
>  grep -i ^[^#].*conntrack /usr/src/linux/.config
>
>   CONFIG_NF_CONNTRACK_ENABLED=m
>   CONFIG_NF_CONNTRACK=m
>   CONFIG_NF_CONNTRACK_MARK=y
>   CONFIG_NF_CONNTRACK_SECMARK=y
>   CONFIG_NF_CONNTRACK_EVENTS=y
>   CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
>   CONFIG_NF_CONNTRACK_IPV4=m
>   CONFIG_NF_CONNTRACK_PROC_COMPAT=y
>
>
> But do NOT see what that HOWTO refers to (/proc/net/ip_conntrack)

Sorry for the dumb question...you have compiled conntrack as a module, 
but is that module (or modules) actually loaded (you can check with 
lsmod)? If not, loading the module should also create the file in /proc.

The module should be called nf_conntrack (load it with modprobe 
nf_conntrack). If not, look into /lib/modules/`uname -r`, look for 
modules with conntrack in the name, and load them.
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to