Hello
I am trying to solve an issue that I can't reach my storage when using a vland aware bridge (and mtu 9000).
My config looks like this:
When just using enp94s0f1np1 with vlan 200 it works just great and I can reach my storage on the 172.31.0.0/20 network.
What could I be missing?
My plan is to use my second nic enp94s0f1np1 for NFS traffic over vlan 200 but also different set up internal networks for internal communication over both virtual and physical hosts.
I am trying to solve an issue that I can't reach my storage when using a vland aware bridge (and mtu 9000).
My config looks like this:
iface enp94s0f1np1 inet manual
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp94s0f1np1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#mtu 9000
#pre-up echo 56 > /sys/class/net/enp94s0f1np1/device/sriov_numvfs
auto vmbr1.55
iface vmbr1.55 inet static
address 172.32.0.20/20
mtu 1500
auto vmbr1.60
iface vmbr1.60 inet static
address 172.33.0.20/20
mtu 1500
auto vmbr1.70
iface vmbr1.70 inet static
address 172.34.0.20/20
mtu 1500
auto vmbr1.80
iface vmbr1.80 inet static
address 172.35.0.20/20
mtu 1500
auto vmbr1.90
iface vmbr1.90 inet static
address 172.36.0.20/20
mtu 1500
auto vmbr1.200
iface vmbr1.200 inet static
address 172.31.0.20/20
mtu 9000
When just using enp94s0f1np1 with vlan 200 it works just great and I can reach my storage on the 172.31.0.0/20 network.
What could I be missing?
My plan is to use my second nic enp94s0f1np1 for NFS traffic over vlan 200 but also different set up internal networks for internal communication over both virtual and physical hosts.
Last edited: