|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] How to add a new NIC to a VM ?
> 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
This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp |
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|