openmediavault / openmediavault

openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. Thanks to the modular design of the framework it can be enhanced via plugins. openmediavault is primarily designed to be used in home environments or small home offices.
https://www.openmediavault.org
Other
5.21k stars 484 forks source link

[feature request] add option to specify MAC address for bridge network interface #1830

Closed meiser79 closed 1 month ago

meiser79 commented 1 month ago

Is your feature request related to a problem? Please describe. I'd like to configure a specific MAC address to my bridge interface.

Describe the solution you'd like Please add an option to the Web UI to specify a MAC address for the bridge interface. The way to configure netplan is shown below:

network:
  ethernets:
    eno1:
      [..]
  bridges:
    br0:
      macaddress: <MAC_ADDRESS_HERE>
      interfaces:
        - eno1
      [..]

Thanks a lot in advance!!

Describe alternatives you've considered none

Additional context none