I yesterday upgraded OMV from 6 to 7.4.10-1.
In OMV 6 I had a static route in netplan configured to reach my vlan devices. The configuration is removed during the upgrade. I create a new configuration
/etc/netplan/30-openmediavault-enp3s0-route-openwrt.yaml:
Code
network:
ethernets:
enp3s0:
routes:
- to: 192.168.1.0/24
via: 192.168.178.64
- to: 192.168.103.0/24
via: 192.168.178.64
- to: 192.168.104.0/24
via: 192.168.178.64
- to: 192.168.105.0/24
via: 192.168.178.64
Display More
which is the same as in OMV 6. When I run
I get an error:
Code
/etc/netplan/30-openmediavault-enp3s0-route-openwrt.yaml:8:16: Error in network definition: invalid IP family '-1'
via: 192.168.178.64
^
Can someone help me with this?
Thanks in advance
Matthias