Set MAC For LACP-Bond

hieroglyph

Cadet
Joined
Mar 8, 2024
Messages
1
How do I set the MAC for a bond? Instead of hoping eno1 always comes up before eno2,3,4 and the eno1 MAC is used for the bond.

The network manager built into the CLI does not have a place to set a MAC.

For my other (non-TrueNAS) Linux machines I modified
Code:
/etc/network/interfaces
and set the Bond's MAC to always be the MAC of the first interface using
Code:
hwaddress ether 01:23:45:67:89:AB
. While searching the forums on how to do this for Scale and I learned
Code:
/etc/network/interfaces
may not be kept through reboots. What is the correct way to do this?

TrueNAS-23.10.1.3 Scale Cobia
 
Top