Allow OMV GUI to configure multiple IP addresses
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] OMV host configure with multiple IP addresses allow flexibility to re-direct traffic to docker containers using the secondary IP address that is configured for OMV. This will be a good alternative to the creation of a docker macvlan (e.g., pihole). Allowing OMV GUI to configure multiple IP addresses should be a simple change.
Describe the solution you'd like A clear and concise description of what you want to happen. When using Static IP Addressing for OMV, allow multiple IP addresses to be configured using a comma delimited entry (e.g., x.x.x.101,x.x.x.102)
In the YAML file in /etc/netplan/, there will be multiple lines in the 'addresses:' section.
network: ethernets: ens18: match: macaddress: "xx:xx:xx:xx:xx:xx" addresses: - x.x.x.101/24 - x.x.x.102/24
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
Source: openmediavault/openmediavault