I created an alpine vm and tried setting static and dhcp IP. However no IP is assigned. using one v7 See Below
Versions of the related components and OS (frontend, hypervisors, VMs):
Steps to reproduce:
Current results:
Expected results:
I created an alpine vm and tried setting static and dhcp IP. However no IP is assigned. using one v7 See Below
Versions of the related components and OS (frontend, hypervisors, VMs):
Steps to reproduce:
Current results:
Expected results:
Welcome to OpenNebula Forum!
Add network contextualization
option turned on?ip add add X.X.X.X/Y dev eth0
) to check if the VM can reach anything on that network?Thank you
An IP is assigned by opennebula - see screenshot below, however
ip a` does not show the IP assigned.
Static IP works fine.
For OpenNebula to set up the network by default, you need to set Context
→ Method
as none (Use default)
. Setting it up to dhcp
means that you have a DHCP server on the same Virtual Network (i.e., on a 802.1q network segment).
OpenNebula does not use a DHCP server inside, the contextualization sets up the network automatically.