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

[Xen-users] multi bridge support?

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] multi bridge support?
From: "Mark Chaney" <macscr@xxxxxxxxxx>
Date: Mon, 23 Mar 2009 02:31:25 -0500
Delivery-date: Mon, 23 Mar 2009 00:33:34 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=macscr.com; h=Received:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:thread-index:Content-Language:X-soundwave-MailScanner-Information:X-soundwave-MailScanner-ID:X-soundwave-MailScanner:X-soundwave-MailScanner-SpamCheck:X-soundwave-MailScanner-From; b=oGIakle22eToYiqKlNzqAH/f1EBgcgQ6OULhEphZmS2yDe+DriaXuO9bKdLnsdWnKh6zsG5JvYAI2Urq9HMDTih1QLIlk4TAoWm/Lwgf6ckUhO+u/3Jg8DdsEL6HUjiC;
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcmriV7bASU7fCugTwyCYj31BBgYsg==
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

<Prev in Thread] Current Thread [Next in Thread>