Hi,
I tried to switch my config to OVS, but have now the issue that the GW configured on a OVS IntPort for Mgmt is not working.
here the related config. There is no other GW configured:
ip a output:
even after a restart mgmt1708 does not show a GW.
Br
I tried to switch my config to OVS, but have now the issue that the GW configured on a OVS IntPort for Mgmt is not working.
here the related config. There is no other GW configured:
Code:
auto mgmt1708
iface mgmt1708 inet static
address 10.17.8.61/24
gateway 10.17.8.1
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_mtu 1500
ovs_options tag=1708
auto bond2
iface bond2 inet manual
ovs_bonds enp8s0f0 enp8s0f1 ens2f0 ens2f1
ovs_type OVSBond
ovs_bridge vmbr1
ovs_mtu 9000
ovs_options bond_mode=active-backup
auto vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports bond2 mgmt1708
ovs_mtu 9000
ip a output:
Code:
14: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether ce:d9:8e:46:43:16 brd ff:ff:ff:ff:ff:ff
15: vmbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether 00:19:99:83:ea:04 brd ff:ff:ff:ff:ff:ff
inet6 fe80::f4c5:29ff:fe16:b549/64 scope link
valid_lft forever preferred_lft forever
16: mgmt1708: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether 32:d0:aa:52:d7:72 brd ff:ff:ff:ff:ff:ff
inet 10.17.8.61/24 scope global mgmt1708
valid_lft forever preferred_lft forever
inet6 fe80::30d0:aaff:fe52:d772/64 scope link
valid_lft forever preferred_lft forever
19: bond2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether 76:5b:75:c6:cd:45 brd ff:ff:ff:ff:ff:ff
inet6 fe80::745b:75ff:fec6:cd45/64 scope link
valid_lft forever preferred_lft forever
even after a restart mgmt1708 does not show a GW.
Br