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] two bridges with xen 3.2.0

To: Jordi Moles <jordi@xxxxxxxxx>
Subject: Re: [Xen-users] two bridges with xen 3.2.0
From: Sadique Puthen <sputhenp@xxxxxxxxxx>
Date: Wed, 20 Feb 2008 20:07:43 +0530
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 20 Feb 2008 06:38:32 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <47BC1409.1080209@xxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <47BC1409.1080209@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.6 (X11/20070926)
Jordi Moles wrote:
hi,

i'm trying the new 3.2.0.

In 3.2 the bridge names are replaced as eth0 and eth1 instead of xenbr0 and xenbr1. So you have to change your scripts accordingly

--Sadique


i've always used two bridges since 3.0.x with the following set up:

Replace

(network-script network-bridge)

with

(network-script network-bridge-both)

in file /etc/xen/xend-config.sxp

The content of network-bridge-both is

************

#!/bin/sh
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0
"$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=xenbr1

************

As i said, this used to work for 3.0.x and 3.1.x releases.....

Now, it doesn't work anymore...

when the xen loads....

there's only this in the ifconfig command:

-lo
-peth0
-peth1

What's different from the earlier releases? Thank you.

_______________________________________________
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

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