|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen and iptables
On Mon, 4 Jun 2007, Frank Church wrote:
When I try to run iptables on the Centos VM I get this error.
iptables -L
iptables v1.2.11: can't initialize iptables table `filter': iptables
who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
you need to load the iptables module.
with centos4, you can try:
/etc/init.d/iptables start
with other distros you probably want a modprobe.
verify you have the modules installed in /lib/modules/`uname -r`
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|