WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] vifs and netwroking

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] vifs and netwroking
From: Mike & Deb Hoesing <m-d-hoesing@xxxxxxx>
Date: Mon, 13 Jun 2005 21:42:46 -0500
Delivery-date: Tue, 14 Jun 2005 09:39:41 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thanks James
My /lib/modules/2.6.10-xen0/build/include/linux/netfilter directory has
the file ip_tables.ko but does not have the file iptables_netfilter.ko.
depmod -av complains that ip_connecttrack can not find 
        ip_connecttrack_expect_related
        ip_connecttrack_expect_put
        ip_connecttrack_expect_allocate
        ip_connecttrack_helper_register
        ip_connecttrack_helper_unregister

My unaltered kernel 2.6.9.667 does not have iptables_netfilter.ko either
but iptables works fine in that unaltered kernel.

If I install a newer version of iptables, it wants to know the
KERNEL_DIR for the location of kernel source and Fedora does not provide
the kernel source. So I'm kinda stuck making iptables 1.2.11 work.

#######################################################################

The default configs for our dom0 and domU kernels has CONFIG_KMOD set 
which should allow the relevant modules to be automatically loaded when 
the iptables command is run.

Can you check you have the modules installed in dom0 correctly and that 
/lib/modules/2.6.11.11-xen0/kernel/net/ipv4/netfilter/ (varied for your 
kernel version) is full of modules including ip_tables.ko and 
iptables_netfilter.ko. You could also try a 'depmod -a' and reboot.


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>