为什么我编译kernel后内核里会没有iptables????
发表于 : 2006-07-31 11:32
kernel原本的是2.6.9,从kernel.org下了kernel-2.6.16
编译后使用新内核,但内核里却没有iptables?
上面是报错信息
有iptables这个命令,但内核里却不支持iptables
我在编译内核的时候,全部iptalbes/filter选项都选择上了!
大家说说看
编译后使用新内核,但内核里却没有iptables?
代码: 全选
root@Realserver2:/home/linuxcn# iptables -L -n
FATAL: Module ip_tables not found.
iptables v1.3.1: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
有iptables这个命令,但内核里却不支持iptables
我在编译内核的时候,全部iptalbes/filter选项都选择上了!
大家说说看