当前位置: 技术问答>linux和unix
升级内核后,,IPTABLES 无NAT 表,,怎么添加上?
来源: 互联网 发布时间:2016-06-15
本文导语: 把CENTOS 升级到Linux centos 2.6.30 后,,IPTABLES 里就无NAT表了,,如何添加上去了..做过的给个步骤: [root@centos ~]# iptables -V iptables v1.3.5 [root@centos ~]# modprobe ipt_time FATAL: Module ipt_time not found. [root@centos ~]# uname -a Lin...
把CENTOS 升级到Linux centos 2.6.30 后,,IPTABLES 里就无NAT表了,,如何添加上去了..做过的给个步骤:
[root@centos ~]# iptables -V
iptables v1.3.5
[root@centos ~]# modprobe ipt_time
FATAL: Module ipt_time not found.
[root@centos ~]# uname -a
Linux centos 2.6.30 #1 SMP Mon Jun 22 06:55:06 CST 2009 i686 i686 i386 GNU/Linux
[root@centos ~]# iptables -t nat -L
iptables v1.3.5: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
[root@centos ~]#
[root@centos ~]# iptables -V
iptables v1.3.5
[root@centos ~]# modprobe ipt_time
FATAL: Module ipt_time not found.
[root@centos ~]# uname -a
Linux centos 2.6.30 #1 SMP Mon Jun 22 06:55:06 CST 2009 i686 i686 i386 GNU/Linux
[root@centos ~]# iptables -t nat -L
iptables v1.3.5: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
[root@centos ~]#
|
http://linux.chinaunix.net/bbs/viewthread.php?tid=915358
|
modprobe ip_tables
modprobe iptable_nat
modprobe iptable_filter
modprobe ip_conntrack_ftp
modprobe ip_nat_ftp
modprobe iptable_nat
modprobe iptable_filter
modprobe ip_conntrack_ftp
modprobe ip_nat_ftp
|
内核升级时候的config中的相关选项没有选 我也遇到过这样的问题
又试了一遍
楼主升级的时候配置以下如下项目中的可选设置全都选中 试试 我当时选的哪些现在忘记了
core netfilter configuration
iP:netfilter configuraton
又试了一遍
楼主升级的时候配置以下如下项目中的可选设置全都选中 试试 我当时选的哪些现在忘记了
core netfilter configuration
iP:netfilter configuraton
|
重新编一下内核,或者选择debian是apt自己安装iptables
|
filter和mangle 有么?
要是没有 就直接重新装一下iptables吧
要是没有 就直接重新装一下iptables吧