|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] How to add a new NIC to a VM ?
Thank you very much ! That resolved my problem 2010/9/8 James Dingwall <james.dingwall@xxxxxxxxxx>
> I added a 2nd line vif = ['....'] to my config file but no
NIC was added to the VM
If you added a second line this assignment will replace the original.
The second interface needs to be defined within the existing statement, e.g.:
vif = [ 'mac=00:16:3e:00:01:3c, bridge=eth0',
'mac=00:16:3e:00:01:3d, bridge=eth1' ]
James
-- Yassine AYACHI Ingénieur réseaux et systèmes ENSAO '07
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|