Hello,
I'm trying to configure a management vlan for pve (7.1-7) with a bond and pass a vlan aware bridge to the guests. With the config below, I can reach pve but the hosts become unreachable. I had a configuration working where the pve management was on enp0s25 in the native vlan and the guests could communicate in their respective vlans from vmbr0. Could someone explain what I've missed?
I'm trying to configure a management vlan for pve (7.1-7) with a bond and pass a vlan aware bridge to the guests. With the config below, I can reach pve but the hosts become unreachable. I had a configuration working where the pve management was on enp0s25 in the native vlan and the guests could communicate in their respective vlans from vmbr0. Could someone explain what I've missed?
Code:
iface lo inet loopback
iface enp0s25 inet manual
iface ens4f0 inet manual
iface ens4f1 inet manual
iface enp8s0f0 inet manual
iface enp8s0f1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves ens4f0 ens4f1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
iface bond0.69 inet manual
auto vmbr0v69
iface vmbr0v69 inet static
address 10.10.69.100/24
gateway 10.10.69.1
bridge-ports bond0.69
bridge-stp off
bridge-fd 0
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 1001-2000