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] VM / network setting

To: Antoine Nivard <anivard@xxxxxxx>
Subject: Re: [Xen-users] VM / network setting
From: Tupshin Harper <tupshin@xxxxxxxxxxx>
Date: Sun, 27 Mar 2005 02:57:27 -0800
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 27 Mar 2005 10:55:32 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <55747.212.234.98.209.1111740201.squirrel@xxxxxxxxxxxxxxxxxxxxxxx>
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: <55747.212.234.98.209.1111740201.squirrel@xxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Debian Thunderbird 1.0 (X11/20050116)
Antoine Nivard wrote:

I would like to add more than 1 NIC:

nics=3

But how to specify the MAC with VIF?

I have to networking card on my server, how t configure the relation
between the VIF and the cards.

vif = ['mac=00:06:AA:F6:BB:B3']
vif = ['mac=aa:00:00:00:00:11,bridge=xen-br0' ]
vif = ['mac=aa:00:00:00:00:11,bridge=xen-br0','bridge=xen-br1']


I would like to introduce the bonding on my server and then configure the
VIF on my two cards...

You're close...they just need to be all specified on a single vif = line, with comma delimiters. This is what my vif line looks like: vif = [ 'mac=cc:cc:cc:cc:cc:19, bridge=xen-br0', 'mac=cc:cc:cc:cc:cc:20, bridge=xen-br1', 'mac=cc:cc:cc:cc:cc:21, bridge=xen-br2' ]

-Tupshin

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

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