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] no bridge is shown by ifconfig on Xen Debian

To: Tapas Mishra <mightydreams@xxxxxxxxx>
Subject: Re: [Xen-users] no bridge is shown by ifconfig on Xen Debian
From: "jpp@xxxxxxxxxxxxxxxxxx" <jpp@xxxxxxxxxxxxxxxxxx>
Date: Sun, 11 Apr 2010 10:59:19 +0200
Cc: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>, linux-poweredge@xxxxxxxx
Delivery-date: Sun, 11 Apr 2010 02:00:48 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <g2ke2d2e5831004102021q4ea8e6a3r1d63b5eff5cde30e@xxxxxxxxxxxxxx>
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: <p2je2d2e5831004100800kbcbf7ac3g35f23b3242966cbb@xxxxxxxxxxxxxx> <q2jed123fa31004100810k244fcab6u61fafff38bf5faee@xxxxxxxxxxxxxx> <z2ve2d2e5831004101006y28ffc4c4va90291f46ca1de6c@xxxxxxxxxxxxxx> <r2ked123fa31004101138w37f87e93p9cd77ad133f703d0@xxxxxxxxxxxxxx> <j2xe2d2e5831004101213wa0d3bae0k506abaee13ef872c@xxxxxxxxxxxxxx> <q2ked123fa31004101815j66f98a60pa2df5ad1aadb1703@xxxxxxxxxxxxxx> <u2o31e44a111004101939p59713262o7fad58ce3de2ded9@xxxxxxxxxxxxxx> <g2ke2d2e5831004102021q4ea8e6a3r1d63b5eff5cde30e@xxxxxxxxxxxxxx>
Reply-to: jp.pozzi@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

> On Sun, Apr 11, 2010 at 8:09 AM, chris <tknchris@xxxxxxxxx> wrote:
> > I agree with Grant, the mystery is solved.
> Well it is not a mystery upto this point I am also clear that this is
> happening what you and Grant Said.
> 
> >It is just that some of the
> > docs are a bit dated.
> I can not comment on this since I am following what ever the docs are saying.
> 
For naming "correctly" (as I want it to be) and to be compatible with an
OpenSuse 11.2 machine I use the following script to have my two Nics
named as on the Opensuse.

#!/bin/bash
#

cd /etc/xen/scripts

case "$1" in
        start)  ./network-bridge start bridge=br0 netdev=eth0
                ./network-bridge start bridge=br1 netdev=eth1
                ;;
        stop)   ./network-bridge stop bridge=br0 netdev=eth0
                ./network-bridge stop bridge=br1 netdev=eth1
                ;;
        *)      echo 'No or incorrect action ('$1')'
                exit
esac
/usr/sbin/brctl show


Regards

JPP



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users