Following up from this question: Wrong IP address from DHCP client on Ubuntu 18.04 .
The TL;DR version of the question above is that Ubuntu has changed from identifying itself to DHCP servers with the MAC address to a unique identifier (presumably) generated when the OS is installed. The solution is to change a config file to restore the old behaviour.
I recently ran into this behaviour when working with a set of VirtualBox VMs. I was working on a project involving communications between a set of servers, so I set up a "base" server with the software I needed then cloned it multiple times. Of course, each cloned server had the same identifier, so they all received the same IP address from our DHCP server.
The answer to the question above solved the problem, but it left me wondering: How can I change the identifier assigned when Ubuntu is installed?