The MAC ID of the first NIC on all PC Engines boards is derived of its serial number. The following NICs have subsequent addresses.This is the formula to convert from MAC ID to serial number and vice versa:MAC ID = 00:0d:b9 (our OUI) : (serial + 64) * 4serial = (MAC ID & 0x000000FFFFFF) / 4 - 64
root@opnsense:~ # kenv | grep serialboot_serial="YES"smbios.planar.serial="1427876"smbios.system.serial="1427876"