Jupiter MAC address

Hello,

The MAC Address for my Jupiter is changing on every boot, is this normal ?

4 Likes

Hello,

I can confirm the same behavior on the Jupiter NX.

The first 3 bytes of the MAC are fe while the remaining 3 seem to be random allocated during boot.

I’ll try to look if it is possible to store a MAC in the Ethernet controller, in some eeprom or in the system to have a fixed MAC.

1 Like

Hi,

I had the same problem with random macs after each reboot.

To fix it I made a permanent assignment of the MAC addresses for end0 and end1

In /etc/netplan/ there were two files (It’s for openmediavault image) 20-openmediavault-end0.yaml and 20-openmediavault-end1.yaml

Just added fixed mac to macaddress: and removed “match:” (end1 for example):

Then sudo netplan apply

1 Like