|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] vifs and networking
root wrote: 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. Our default domU config doesn't include netfilter so rebuild the domU kernel (remember to use ARCH=xen in all Linux 'make' invocations) to include the required options. (You should also be able to use a dom0 kernel and /lib/modules tree for a domU. The former has the needed netfilter modules.) Is there a step-by-step on how to get iptables running on dom0 anddomU? In general setting up iptables is the same on Xen domains as it is on multiple physical boxes. The main gotchas are: 1. The interface that dom0 sees as it's external interface is the name of the bridge it attaches to (usually xen-br0). 2. The bridging in dom0 interacts with iptables. Even bridged packets traverse some chains (this will apply to non-xen boxes using Linux bridging too). Thanks again this forum is indispensable. Even more so if you reply to the list rather than just to me :-). Please can you post with a legitimate email address rather than root@xxxxxxxxxxxxxxxxx (I could put a firewall box in front of of this 4 OS box, but I think there has to be a way to get this DMZ to work on one box in xen. [I this multi zoned network working on one box in VMWare 5.0]) James _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |