Additionally 3.4 will have a new hook, vdsm-hook-extnet that uses custom device properties to allow plugging any vnic to a non oVirt defined libvirt network (this can be used to plug into open vSwitch, nicless nets, NAT nets).
----- Original Message ----- > From: "Markus Stockhausen" <[email protected]> > To: "Saša Friedrich" <[email protected]>, [email protected] > Sent: Thursday, December 19, 2013 12:54:20 PM > Subject: Re: [Users] Isolatet virtual network > > > Von: [email protected] [[email protected]]" im Auftrag von > > "Saša Friedrich [[email protected]] > > Gesendet: Donnerstag, 19. Dezember 2013 12:34 > > An: [email protected] > > Betreff: [Users] Isolatet virtual network > > > > Hi! > > > > I can't find a way to create an isolated virtual network interface in > > ovirt cluster? > > > > Any help would be appreciated. > > Do you think of a virtual network that connects VMs on one node? > If yes you have to create dummy interfaces. Create a start script > > modprobe dummy > ip link add dummy_0 type dummy > ip link add dummy_1 type dummy > ip link add dummy_2 type dummy > ip link add dummy_3 type dummy > ip link add dummy_4 type dummy > > VDSM should recognize those interfaces and you should be able > to bind OVirt networks (e.g. MY_SECRET_LAN) to them. Finally > add VM interfaces to that network. > > Best regards. > > Markus > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

