Mailing List Archive

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


regards,
Antoine N.
Webmaster of XENfr.org



_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Re: VM / network setting [ In reply to ]
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@lists.xensource.com
http://lists.xensource.com/xen-users