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

RE: [Xen-users] installing DomU with two network bridges viavirt-install

To: "Steven Timm" <timm@xxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] installing DomU with two network bridges viavirt-install
From: "Ferreira, N.L." <N.L.Ferreira@xxxxx>
Date: Wed, 1 Apr 2009 22:33:07 +0200
Cc:
Delivery-date: Wed, 01 Apr 2009 13:35:31 -0700
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <Pine.LNX.4.64.0904011435190.24668@xxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcmzAjoLUGRgvc9NSxCZhgBGI4FbTQABta56
Thread-topic: [Xen-users] installing DomU with two network bridges viavirt-install

Hey Steven

OUt of curiosity, what is you dom0 configuration (OS and xen ver.)
I'm struggling to put 2 NICs (& 2 bridges) on a CentOS52 x64, running gitco xen 3.3.1.

Cheers,
N.


-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx on behalf of Steven Timm
Sent: Wed 01-Apr-09 9:42 PM
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] installing DomU with two network bridges viavirt-install


I have a Xen DomU configuration that was made in the days before
libvirt and virt-install.   In this configuration
I have:

vif = [ 'mac=00:16:3e:05:06:01, bridge=xenbr0', 'mac=00:16:3e:05:06:0a,
bridge=xenbr1' ]

and then in xend-config.sxp I define

(network-script my-network-bridge)

where my-network-bridge is in the scripts directory and looks like this:

[root@fermigrid6 xen]# more scripts/my-network-bridge
#!/bin/sh
# start bridges on both eth0 and eth1

XENDIR="/etc/xen/scripts"

$XENDIR/network-bridge "$@" netdev=eth0 bridge=xenbr0 vifnum=0
$XENDIR/network-bridge "$@" netdev=eth1 bridge=xenbr1 vifnum=1


Is there a way to automate all or part of this with virt-install?
I'm guessing that I would still have to hack the xend-config.sxp
to get xenbr0 and xenbr1 started on dom0 in the first place,
but once that is done, would it be possible to have
two network interfaces specified via the --bridge argument
of virt-install, where one would have --bridge=xenbr0 and the other
would have --bridge=xenbr1?

Thanks

Steve Timm


--
------------------------------------------------------------------
Steven C. Timm, Ph.D  (630) 840-8525
timm@xxxxxxxx  http://home.fnal.gov/~timm/
Fermilab Computing Division, Scientific Computing Facilities,
Grid Facilities Department, FermiGrid Services Group, Assistant Group Leader.

_______________________________________________
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