iptables [message #32326] |
Thu, 31 July 2008 21:02 |
vmvmvm
Messages: 51 Registered: January 2006
|
Member |
|
|
Hello,
I've searched the archives and still not found a solution (though many are close).
Please forgive the (likely) easy to answer question:
My ve's cannot use iptables:
iptables v1.3.5: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
lsmod shows:
# lsmod | grep -i "tables"
ip_tables 18760 1 iptable_filter
x_tables 19204 10 ip_tables,xt_tcpudp,xt_length,ipt_ttl,xt_tcpmss,ipt_TCPMSS,x t_multiport,xt_limit,ipt_tos,ipt_REJECT
and /etc/vz/vz.conf :
# grep -i tables /etc/vz/vz.conf
IPTABLES="ipt_REJECT ipt_tos ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length"
IP6TABLES="ip6_tables ip6table_filter ip6table_mangle ip6t_REJECT"
What am I missing?
Thanks in advance.
|
|
|
|
|
|
|