Linux-Noob Forums
iptable problem kernel 2.6.16-r3 - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Gentoo (https://www.linux-noob.com/forums/forum-93.html)
+--- Thread: iptable problem kernel 2.6.16-r3 (/thread-2016.html)



iptable problem kernel 2.6.16-r3 - enigma - 2006-04-26


I've just installed kernel 2.6.16-r3 on my gentoo box, only to run in to a strange problem...

 

rivendale ~ # /etc/init.d/iptables start

* Loading iptables state and starting firewall ...

FATAL: Module ip_tables not found.

iptables-restore v1.3.4: iptables-restore: unable to initializetable 'nat'

 

Error occurred at line: 2

Try `iptables-restore -h' or 'iptables-restore --help' for more informat [ !! ]

 

I recieved the following error while booting into this new kernel so I then checked to see if it was set as a module...

 

rivendale ~ # grep -i netfilter /usr/src/linux/.config

 

CONFIG_NETFILTER=y <-------

# CONFIG_NETFILTER_DEBUG is not set

# Core Netfilter Configuration

# CONFIG_NETFILTER_NETLINK is not set

# CONFIG_NETFILTER_XTABLES is not set

# IP: Netfilter Configuration

 

then i did the following:

 

rivendale ~ # echo "ip_tables" >> /etc/modules.autoload.d/kernel-2.6.16-gentoo-r3 && modules-update

 

rivendale ~ # modprobe ip_tables

FATAL: Module ip_tables not found.

 

i'd appreciate any ideas on how to fix this little problem thanks in advance...




iptable problem kernel 2.6.16-r3 - znx - 2006-05-21


Most of the NETFILTER options are under the IP_NF .. grep that :)

 

Example ..CONFIG_IP_NF_NAT :)




iptable problem kernel 2.6.16-r3 - xDamox - 2006-05-21

Enigma try recompiling your iptables check out [/url][url=<___base_url___>/index.php...wtopic=2182&hl=][/url][url=<___base_url___>/index.php...wtopic=2182&hl=]https://www.linux-noob.com/forums/index.php...wtopic=2182&hl=



iptable problem kernel 2.6.16-r3 - OVERKILL - 2006-12-13

Are you building your kernel manually via make menuconfig or are you using genkernel?



iptable problem kernel 2.6.16-r3 - znx - 2006-12-14

I assisted enigma with this via IRC one day if I remember :)