Page 1 of 1

NAT / IPTABLES problem after kernel update

PostPosted: Mon Oct 01, 2007 10:16 pm
by urbiusz
I updated my kernel from 2.6.19.3-grsec to 2.6.22.9-grsec and now i have problem with my LAN and iptables.

[root@ool-457d1240 iptables-1.3.8]# uname -a

Linux ool-457d1240.dyn.optonline.net 2.6.22.9-grsec #1 SMP Mon Oct 1 12:03:44 EDT 2007 i686 i686 i386 GNU/Linux

[root@ool-457d1240 iptables-1.3.8]# iptables -L -t nat
iptables v1.3.8: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

I already tried reinstall iptables and check .conf . Everything looks good. Any ideas?

PIII1000 , 512mb, 40hdd, FC6.

PostPosted: Tue Oct 02, 2007 6:53 am
by erikd
Check that you have CONFIG_NF_NAT set to either 'm' or 'y' i .config-file.

works like never before :)

PostPosted: Tue Oct 02, 2007 12:06 pm
by urbiusz
Works like never before :)

Thank You.