Hi all, I added a 2nd line vif = [''....''] to my config file but no NIC was added to the VM Thanks in advance for any help ! Yassine _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> I added a 2nd line vif = [''....''] to my config file but no NIC was added to the VMIf 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@lists.xensource.com http://lists.xensource.com/xen-users
Thank you very much ! That resolved my problem 2010/9/8 James Dingwall <james.dingwall@amdocs.com>> > 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 > >-- Yassine AYACHI Ingénieur réseaux et systèmes ENSAO ''07 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users