Hi Community,
We are facing a problem with deploying a machine having a USB network interface.
The MAC address of this interface changes dynamically on every commission/deploy of a custom image and this is causing the generated /etc/cloud/cloud.cfg.d/50-curtin-networking.cfg to have a different MAC address for this interface. As a result, netplan apply fails during deployment and eventually deployment fails.
For example, during enlistment, MAC address of the interface is be:3a:f2:b6:05:9f
While commissioning, MAC address of the interface is set to a6:bc:d3:10:16:5b
Note that this is not the interface we use for pxe booting and this interface is not connected to network.
How can we handle this dynamic MAC address in commissioning/deploying a custom image? Any help here is appreciated
Thanks & Regards