I want to have a group of virtual machines which can be on different nodes
but have the illusion of being on the same network.

Throught openvswitch I would take care of the communication between
different machines if they belong to different phisical networks.

There should be just a port on my openvswitch, let's call it vnetAll0,
which would lead to the virtual network I created.

Libvirt offers the "nat" network which would allow me to do that: I create
a virtual dhcp server and each vm get the ip assigned, they communicate
with real hosts by this nat interface.

However, from your documentation I read that "nat" is not supported so,
isn't there another way to attain this?
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to