[Users] How-to NAT / host-only virtual machine network
Alexander von Gluck
kallisti05 at gmail.com
Tue Apr 1 16:17:47 UTC 2014
Found a way to get easy NAT / host only virtual networks in oVirt 3.4. I
didn't see this documented, so posting it here:
1. Create a fake ethernet card
- ip link set name vmnet0dummy dev dummy0
Now you can create a new network (bridge) named vmnet0, and attach it to
vmnet0dummy.
The issue is that as posted on
http://www.ovirt.org/Features/Nicless_Network#Benefit_to_oVirt:
"
I am told that implementing this in Engine is quite a pain, as network
external interfaces are currently used as keys. A network without nics is
currently unsearchable.
"
You'll need to figure out your own dhcp / NAT using libvirt or something
running on your server, but a *lot* easier and less hacky than
http://lists.ovirt.org/pipermail/users/2012-April/001751.html :-)
-- Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20140401/2c6af340/attachment-0001.html>
More information about the Users
mailing list