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] bridge was not renamed what more to be checked

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] bridge was not renamed what more to be checked
From: Tapas Mishra <mightydreams@xxxxxxxxx>
Date: Sat, 10 Apr 2010 17:13:28 +0530
Delivery-date: Sat, 10 Apr 2010 04:44:58 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=0ZzIb8r0bU8YR18rW3jIdRlRSr+q6piYllCTjxQAKH8=; b=vK8NLU11zp3AWNo5HJrY2oDnqXYeLHb6J2td6l1yww84hv51iMpHgPPdUE4nYTgszk m15AcuoqSIc6aCLmHBW8tP4WrmAC9vHUn3MOcAglAFLj7jJMSmwOu88ITSKbcCtV6jTL VBmPRYmwlp5NOMW4yJwcPVgvIGuOIViOoSdhY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=o+9+5VjXU2NZ8KdaABig+TQhi7MAQLesA0eFZAkhkTqfabaKlIOmGp+vrIDJrpf8ey tHf9ln8YPw4stdw1A6zzunm6sk+6nNe0n+bC9mOB1cudEhHFtZ89IdUP3Ch2ceTFuHLx QvYns9X2FhnBOQreocK6XQ9lI90/urGtbooyI=
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
How do I test whether network-script is running or not in Xen Dom0.
I have a Debian Lenny Dom0.Running Xen on it and 4 virtual hosts on it.
I am currently setting up a proxy server in Dom0 which DomU's will be
able to use.The problem is before I go on to set NAT I wanted to test
bridges.

So I renamed the bridge in /etc/xen/xend-config.sxp
Code:
Code:

(network-script 'network-bridge bridge=ABCD')

but when I do a reboot or xend restart and do following

Code:
Code:

:/etc/xen# brctl show
bridge name    bridge id        STP enabled    interfaces
eth2        8000.0026b9824238    no        peth2
                            vif1.0
                            vif2.0
                            vif3.0
                            vif4.0

the bridge is not renamed to ABCD above output is showing eth2 which
is not even default.
So I doubt that the script network-bridge has not been called so that
it renames the bridge or there is some thing else I should look for.

-- 
Tapas
http://news.gmane.org/gmane.comp.emulators.xen.user
+91 8971248477

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] bridge was not renamed what more to be checked, Tapas Mishra <=