masjerangmasjerang
Participant
    Post count: 15

    Unfortunately my image is not patched to allow all MAC addresses and board.
    I’ve tested it with qemu and VirtualBox with the below settings:

    qemu:
    <sysinfo type=”smbios”>
    <system>
    <entry name=”product”>d3003</entry>
    <entry name=”serial”>000ab3021111</entry>
    </system>
    </sysinfo>
    <interface type=”direct”>
    <mac address=”00:0a:b3:02:11:11″/>
    <model type=”virtio”/>
    <link state=”up”/>
    </interface>

    Virtualbox:
    on cli:
    VBoxManage setextradata HS4 “VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial” “000ab3021111”
    VBoxManage setextradata HS4 “VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct” “d3003”
    And set the same MAC address on the proper ethernet interface.

    I’ll try to test with VMWare/ESXi as well.