Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 592126

Summary: genkernel should set CONFIG_IP_NF_NAT by default
Product: Gentoo Hosted Projects Reporter: c400 <c400c400>
Component: genkernelAssignee: Gentoo Genkernel Maintainers <genkernel>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description c400 2016-08-25 18:57:38 UTC
genkernel should set CONFIG_IP_NF_NAT by default
everything is enabled but CONFIG_IP_NF_NAT is not...
also tested on 3.4.52.4-r2 (same thing)

the way to solve the problem:


echo "CONFIG_IP_NF_NAT=m" >> /usr/share/genkernel/arch/x86_64/generated-config
for x86 also
echo "CONFIG_IP_NF_NAT=m" >> /usr/share/genkernel/arch/x86/generated-config
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2016-08-25 21:16:29 UTC
This is already changed in the 3.5 series, and was disabled for good reason in the older kernels; not changing in the 3.4 series now.