Duplicate MAC Addresses and Serial Numbers

You can set a custom MAC address during start-up by editing /etc/network/interfaces
or /etc/network/interfaces/eth0 and adding a line starting with hwaddress :

auto eth0
iface eth0 inet dhcp
  hwaddress ether XX:XX:XX:XX:XX:XX
1 Like