Hi

We need to set (and modify from time to time) the MAC address in our VM templates, by default ONE generates this MAC using the default prefix value and the VM ip, but we need to set a different MAC in some cases. We are including the MAC address into NIC section, as example:

NIC=[
  IP="10.141.8.30",
  MAC="AA:00:00:80:01:00",
  MODEL="virtio",
  NETWORK="br100",
  NETWORK_UNAME="oneadmin",
  TARGET="eth0" ]

but OpenNebula is still using the default value, and at the end we have to include the harcoded mac into our vnet conf (and we don't want to do that):

LEASE=[ MAC="aa:01:00:80:01:00", IP="10.141.8.40", IP6_LINK="fe80::ac01:ff:fe80:100", USED="0", VID="-1" ]

do you know if this is a known issue, or do we need to do something else to set the MAC from the VM template? We are testing opennebula 4.6 right now

Thanks in advance!
Álvaro
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to