Hi guys,
I am pretty sure my question is really basic but for some how I could not figure out how to achieve that from the documentation. I do some development with opennebula, therefore I need to know the IP address the vm is going to have after the deployment. Currently I am using dhcp and my vnet got 8 leases which are used randomly from my point of view!?
Can anybody tell my what exactly to use in the template file to define a fixed IP there?
In order to assign a certain IP address to VM I specify the following lines in VM template:
NIC=[
IP="123.45.67.89",
NETWORK_ID="2" ]
1 Like
Thank you!