Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Shorewall config problem
Date: Mon, 12 Nov 2018 10:19:33
Message-Id: 2427846.qq7pUSgiCD@andromeda
In Reply to: [gentoo-user] Shorewall config problem by Peter Humphrey
1 On Monday, November 12, 2018 11:11:52 AM CET Peter Humphrey wrote:
2 > Morning all,
3 >
4 > When emerging shorewall-5.2.1.1 I get an error from the kernel settings
5 > check:
6 >
7 > CONFIG_NF_CONNTRACK_IPV4: is not set when it should be.
8 >
9 > This is with gentoo-sources-4.19.1. And indeed there is no such kernel
10 > parameter:
11 >
12 > $ grep CONFIG_NF_CONNTRACK /usr/src/linux/.config
13 > CONFIG_NF_CONNTRACK=m <<< Note
14 > # CONFIG_NF_CONNTRACK_MARK is not set
15 > CONFIG_NF_CONNTRACK_SECMARK=y
16 > # CONFIG_NF_CONNTRACK_ZONES is not set
17 > CONFIG_NF_CONNTRACK_PROCFS=y
18 > # CONFIG_NF_CONNTRACK_EVENTS is not set
19 > # CONFIG_NF_CONNTRACK_TIMEOUT is not set
20 > # CONFIG_NF_CONNTRACK_TIMESTAMP is not set
21 > # CONFIG_NF_CONNTRACK_LABELS is not set
22 > # CONFIG_NF_CONNTRACK_AMANDA is not set
23 > CONFIG_NF_CONNTRACK_FTP=m
24 > # CONFIG_NF_CONNTRACK_H323 is not set
25 > CONFIG_NF_CONNTRACK_IRC=m
26 > # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
27 > # CONFIG_NF_CONNTRACK_SNMP is not set
28 > # CONFIG_NF_CONNTRACK_PPTP is not set
29 > # CONFIG_NF_CONNTRACK_SANE is not set
30 > CONFIG_NF_CONNTRACK_SIP=m
31 > # CONFIG_NF_CONNTRACK_TFTP is not set
32 >
33 > On another box with gentoo sources 4.14.78 I get this:
34 >
35 > $ grep CONFIG_NF_CONNTRACK_IP /usr/src/linux/.config
36 > CONFIG_NF_CONNTRACK_IPV4=y
37 > CONFIG_NF_CONNTRACK_IPV6=y
38 >
39 > So far I've been ignoring the error, assuming that the entry I've noted
40 > above now combines IPV4 and IPV6.
41 >
42 > Does the panel think this is worth a bug report against shorewall?
43
44 Does it show up when you search for that config-item from within "make
45 menuconfig"?
46 Not all config-items end up in the config-file, especially if pre-requisites are
47 disabled themselves.
48
49 --
50 Joost

Replies

Subject Author
Re: [gentoo-user] Shorewall config problem Peter Humphrey <peter@××××××××××××.uk>