[opensuse] netfilter module
Hi all, I've recompiled latest kernel 2.6.25.3 and everything seems to be working smoothly except my FW interface. It's complaining xt_conntrack is not present however I've enabled connection tracking in config so I'm not sure which option exactly enabled xt_conntrack. I can see the module is not compiled in: # ls net/netfilter/xt_conntrack* net/netfilter/xt_conntrack.c # grep conntrack .config -i CONFIG_NF_CONNTRACK=m CONFIG_NF_CONNTRACK_MARK=y CONFIG_NF_CONNTRACK_SECMARK=y CONFIG_NF_CONNTRACK_EVENTS=y # CONFIG_NF_CONNTRACK_AMANDA is not set CONFIG_NF_CONNTRACK_FTP=m # CONFIG_NF_CONNTRACK_H323 is not set # CONFIG_NF_CONNTRACK_IRC is not set # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set # CONFIG_NF_CONNTRACK_PPTP is not set # CONFIG_NF_CONNTRACK_SANE is not set # CONFIG_NF_CONNTRACK_SIP is not set # CONFIG_NF_CONNTRACK_TFTP is not set # CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set # CONFIG_NF_CONNTRACK_IPV4 is not set # CONFIG_NF_CONNTRACK_IPV6 is not set Does anyone know which option should I enable in menuconfig to get this thing working ? TIA. -- Best regards, Nick Zeljkovic -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (1)
-
Nick Zeljkovic