|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] multi bridge support?
So how do I properly configure them in the guest config?
-----Original Message-----
From: Robert Dunkley [mailto:Robert@xxxxxxxxx]
Sent: Monday, March 23, 2009 2:52 AM
To: Mark Chaney
Subject: RE: [Xen-users] multi bridge support?
The NIC interfaces have probably change from Ethx to Pethx.
Regards,
Rob
-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Mark Chaney
Sent: 23 March 2009 07:31
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] multi bridge support?
I just upgraded my centos 5.2 x86_64 box from xen 3.0.3 to xen 3.3.1.
Everything went great for the most part except my multi bridge script is
no
longer working. I basically have two physical interfaces that I am
trying to
create two virtual interfaces with. I was modifying my xend-config.sxp
file
with the following change:
(network-script network-multi-bridge)
And then in /etc/xen/scripts/ I had the file network-multi-bridge:
#!/bin/sh
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 bridge=xenbr0 netdev=eth0
"$dir/network-bridge" "$@" vifnum=1 bridge=xenbr1 netdev=eth1
Any within my guest configs, I had something like:
vif = [ "mac=00:16:3e:29:08:a6,bridge=xenbr0",
"mac=00:16:3e:5c:28:e2,bridge=xenbr1,script=vif-bridge" ]
So my question now is, how the heck are we supposed to do it now with
3.3.1?
Any help is sincerely appreciated.
Thanks,
Mark
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
The SAQ Group
Registered Office: 18 Chapel Street, Petersfield, Hampshire GU32 3DZ
SAQ is the trading name of SEMTEC Limited. Registered in England & Wales
Company Number: 06481952
http://www.saqnet.co.uk AS29219
SAQ Group Delivers high quality, honestly priced communication and I.T.
services to UK Business.
Broadband : Domains : Email : Hosting : CoLo : Servers : Racks : Transit :
Backups : Managed Networks : Remote Support.
ISPA Member
Find us in http://www.thebestof.co.uk/petersfield
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|