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] TWO NETWORKS

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] TWO NETWORKS
From: Carlo <carlo@xxxxxxxxxxx>
Date: Tue, 13 Feb 2007 16:43:48 +0100
Delivery-date: Tue, 13 Feb 2007 10:33:37 -0800
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>
Reply-to: Carlo <carlo@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
In attach you can find a previous possible solution to my problem: have two
network card and assign them to a domU.

I made it, but work only one of the two netowork.

I have OpenSuse 10.2. How can I do?

Thanks.


---------------------------------------------------------------------------------------------


create the file /etc/xen/two-bridges  (make sure you make it executable)

the contents should look something like this:

#!/bin/sh
/etc/xen/scripts/network-bridge $@ vifnum=0
/etc/xen/scripts/network-bridge $@ vifnum=1

(the $@ will be replaced by either start or stop)

then in the xm config files (usually /etc/xen/DomUname):

vif=['bridge=xenbr0']  #(to put it in the bridge with eth0)
vif=['bridge=xenbr1']  #(to put it in the bridge with eth1)

________________________________________________
Message sent using UebiMiau 2.7.10



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

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