ip6tables error [message #14049] |
Wed, 13 June 2007 11:11 |
thequestion
Messages: 6 Registered: June 2007
|
Junior Member |
|
|
I'm using openvz kernel : 2.6.18-8.el5.028stab031.1PAE
and inside me VE I'm getting the following error when I hit:
ip6tables -L
ip6tables -L
FATAL: Could not load /lib/modules/2.6.18-8.el5.028stab031.1PAE/modules.dep: No such file or directory
ip6tables v1.3.6: can't initialize ip6tables table `filter': iptables who? (do you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.
But iptables work:
# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Is this a known bug?
|
|
|
Re: ip6tables error [message #14056 is a reply to message #14049] |
Wed, 13 June 2007 14:38 |
|
curx
Messages: 739 Registered: February 2006 Location: Nürnberg, Germany
|
Senior Member |
|
|
Hi Stefan,
are some ip6tables kernel-modules are loaded in VE0 (Hardwarenode) ?
Please print output of
VE0# lsmod | grep ^ip6
if no ip6tables are loaded, please load a minimal set in VE0:
VE0# modprobe ip6_tables
VE0# modprobe ip6table_filter
VE0# modprobe ip6table_mangle
VE0# modprobe ip6t_REJECT
[Updated on: Wed, 13 June 2007 14:39] Report message to a moderator
|
|
|
|
|
|
|
|