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] Multiple network adapter bridges

To: Xen Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Multiple network adapter bridges
From: Thomas Harold <tgh@xxxxxxxxxxxx>
Date: Mon, 09 Oct 2006 09:33:55 -0400
Delivery-date: Mon, 09 Oct 2006 06:34:47 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)
Sort of a follow-up question to the old "Two bridge adapters" thread in July 2006. In that thread, Timo says that in order to create multiple bridges you have to write a wrapper script.

-------------------------------
Or just write a wrapper-script:

---<snip>---
#!/bin/sh
# /etc/xen/scripts/network-bridge-wrapper
/etc/xen/scripts/network-bridge netdev=eth0 bridge=xenbr0 start
/etc/xen/scripts/network-bridge netdev=eth1 bridge=xenbr1 start
---<snap>---

and set this script in /etc/xen/xend-config.sxp

---<snip>---
# /etc/xen/xend-config.sxp
(network-script network-bridge-wrapper)
---<snap>---

Greetings,
-timo
-------------------------------

My question is:

Is it simply impossible to accomplish the passing of these parameters and creating multiple bridges using the xend-config.sxp configuration file? As in, you can't simply put multiple lines in the xend-config.sxp file?

(network-script 'network-bridge netdev=eth0 bridge=xenbr0')
(network-script 'network-bridge netdev=eth1 bridge=xenbr1')



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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Multiple network adapter bridges, Thomas Harold <=