I have two machines running Ubuntu 18.04 server edition. Networking go through netplan
. They get their IPv4 from a DHCP server v6.3 running on Windows Server 2012 R2. For some reason, they don't provide their MAC address but a very long hardware-type. And for some reason, both machines provide the same Client-ID, then the DHCP replies with the same IP address, leading to IP conflicts on my network. I tcpdump'ed DHCP requests when both machines boot:
We can see that machines e0:d5:5e:b0:ed:49
and e0:d5:5e:8f:a6:b0
both advertises the same Client-ID. What's wrong with my Ubuntu server configuration?