[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] installing DomU with two network bridges via virt-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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |