We are building a private cloud here, VMs have at least 2 NICs, sometimes 3 or 4, each may be statically configured for IPv4 and/or IPv6 or be configured by DHCP or a combo of the two.
Yes it's a mess, but this is the design I have to work with...
So say I have a RHEL or CentOS image coming up with eth1 and eth0, both have dhcp and dvcpV6, the way I understand it, it will have 4 clients running? Now what happens if all 4 are getting host names from the DHCP servers that answered them? which one "wins"? can I configure it to happen deterministically? Can I do it without pre-deciding this in the image, instead using some sort of dynamically defined priority or other logic to pick the hostname to use?