by
admin on Fri, 05/25/2007 - 12:32
Recently we had to figure out how to run XEN with bridged networking for our Now & XEN project. This is how to do it:
Edit /etc/xen/xend-config.sxp:
(network-script network-bridge) > (network-script network-bridge-both)
Put the attached network-bridge-both file into /etc/xen/scripts/ and change its permissions:
chmod a+rx /etc/xen/scripts/network-bridge-both
Edit the config file of each domU that needs access to the internal network and replace the vif line with this:
Tags: bridgedomunetworknetworkingvirtualizationxen