|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] XEN - Routed and Bridget Mode together (mixed)
Config is easy; it sounds like you want simultaneous routed and bridged in the same domU. If that's the case:
vif = [ 'mac=00:16:3e:00:00:01, bridge=somebridge' ] vif = [ 'mac=00:16:3e:00:00:02, vifname=somevif, script=vif-somevif' ]
The bridged part is easy, just make sure you bring up the bridge first with "brctl addbr somebridge" or via normal OS scripts. The vif-somevif file will reside in /etc/xen/scripts by default and can be the same for all VMs or customized for each domU. I like to customize per-domU because it's easy to move prefixes around that way. HTH.
-Ray
On Tue, Jul 1, 2008 at 3:21 PM, Maik Brauer < mailinglist@xxxxxxxxxxxxxxx> wrote:
Hi,
is there any possibility to get a XEN DomO and DomU running with bridget and routed mode together.
The reason behind this is, to get the requests via the official IPs to the DomU's (routed-mode) and the interworking
between the DomU's with connected with help of the (bridged-mode).
I got it work, with setting everything up manually. But as I understood the "xen-config.sxp" can handle either routed or bridget,
but not both together. So is there're possibility or something what can be done via the Xen-Tools.
Because after a restart everything needs to be set up again and that not the way how it should be.
Many Thanks.
Cheers,
Maik
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|