Description
A very simple DHCP server only listening to registered VMs on L3 vnets (not L2 ones!)
It should be possible to enable that.
If a VM is sending a dhcp request the DHCP server hands it the IP assigned by the OpenNebula vnet. The reply would be a unicast reply. The reply would include the network config that overlaps with info that is supported by dhcp. (mask, gw, dns)
Use case
The following scenarios would work out of the box:
- imported VMs
- unsupported OS
- network connectivity for downloading drivers etc.
- fallback configuration when there's errors with the conext
- Rescue CDs etc. would have the correct info, if needed
Currently all of those need manual intervention, without large visible benefits.
The neat part is that it is a graceful behaviour, since both scenarios end up with the same network config (even if other vars would be missing)
Interface Changes
A toggle to turn on / off.
Additional Context
.
Progress Status
Description
A very simple DHCP server only listening to registered VMs on L3 vnets (not L2 ones!)
It should be possible to enable that.
If a VM is sending a dhcp request the DHCP server hands it the IP assigned by the OpenNebula vnet. The reply would be a unicast reply. The reply would include the network config that overlaps with info that is supported by dhcp. (mask, gw, dns)
Use case
The following scenarios would work out of the box:
Currently all of those need manual intervention, without large visible benefits.
The neat part is that it is a graceful behaviour, since both scenarios end up with the same network config (even if other vars would be missing)
Interface Changes
A toggle to turn on / off.
Additional Context
.
Progress Status