Closed butjar closed 7 years ago
Network config with no gateway addresses
A valid network definition can contain no IPv4 or IPv6 addresses. Such a definition can be used for a "very private" or "very isolated" network since it will not be possible to communicate with the virtualization host via this network. However, this virtual network interface can be used for communication between virtual guest systems. This works for IPv4 and (Since 1.0.1) IPv6. However, the new ipv6='yes' must be added for guest-to-guest IPv6 communication.
veryisolated is supposed to be used when you do not want any IP assigned. You may want to use none
.
Thx, I played with the configuration a bit and it kind of worked when i disabled DHCP :dhcp_enabled => false
. If I understand correctly guest to guest communication should work via IP.