I just installed 6.1 and ifupdown2 because the release notes promised that networking can be restartet after changes without reboot.
Is it a known problem that the same configuration on Open vSwitch does not work if ifupdown2 is installed?
Removing ifupdown2 makes the system working again.
Thanks,
dksoft
Just in case my interfaces:
Is it a known problem that the same configuration on Open vSwitch does not work if ifupdown2 is installed?
Removing ifupdown2 makes the system working again.
Thanks,
dksoft
Just in case my interfaces:
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
iface enp1 inet manual
allow-vmbr0 enp1
iface enp1 inet manual
ovs_type OVSPort
ovs_bridge vmbr0
up sysctl -w net.ipv6.conf.$IFACE.disable_ipv6=1
auto lan
allow-vmbr0 lan
iface lan inet static
ovs_type OVSIntPort
ovs_bridge vmbr0
address 10.0.0.8
netmask 255.255.255.0
gateway 10.0.0.1
dns-nameservers 10.0.0.1
dns-domain intra
iface lan inet6 auto
address fd00::8
netmask 64
dns-nameservers fd00::1
dns-domain intra
up ip token set ::8 dev $IFACE
auto vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports enp1 lan
up sysctl -w net.ipv6.conf.$IFACE.disable_ipv6=1
# LAN