First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 171915
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Genkernel Maintainers <genkernel@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Matze Braun <matze@braunis.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 171915 depends on: Show dependency tree
Bug 171915 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-03-23 13:23 0000
The default configuration in genkernel misses netfilter and iptables support.
Using a linux box as router or dedicated firewall is a very common scenario and
having iptables available there is essential. So you should add something like
this in the default config:

CONFIG_NETFILTER=y
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_IPRANGE=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_RECENT=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_MATCH_HASHLIMIT=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_SAME=m
CONFIG_IP_NF_NAT_SNMP_BASIC=m
CONFIG_IP_NF_NAT_IRC=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IP_NF_NAT_TFTP=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_ARPTABLES=m

though I must admit, that I'm not an expert in this area. So I don't know if
these defaults fit most people (they certainly fit all the cases where I use
iptables though...)

------- Comment #1 From Chris Gianelloni (RETIRED) 2007-03-26 23:35:15 0000 -------
This is already fixed in subversion.

------- Comment #2 From Matze Braun 2007-03-31 11:30:23 0000 -------
I just update genkernel, and the latest one in portage seems to have it fixed.
You can close this bug I guess.

------- Comment #3 From Chris Gianelloni (RETIRED) 2007-04-05 15:01:08 0000 -------
This is fixed in genkernel 3.4.7 which is now in the tree.

First Last Prev Next    No search results available      Search page      Enter new bug