auto loiface lo inet loopbackauto enp1s0iface enp1s0 inet manual mtu 9000#eth0auto enp2s0iface enp2s0 inet manual mtu 9000#eth1auto enp3s0iface enp3s0 inet manual mtu 9000#eth2auto enp4s0iface enp4s0 inet manual mtu 9000#eth3auto enp5s0iface enp5s0 inet manual mtu 9000#eth4auto enp6s0iface enp6s0 inet manual mtu 9000#eth5iface enx00e04c534458 inet manualauto bond1iface bond1 inet manual bond-slaves enp5s0 enp6s0 bond-miimon 100 bond-mode balance-xor bond-xmit-hash-policy layer3+4 mtu 9000#LAGG_WANauto bond0iface bond0 inet manual bond-slaves enp1s0 enp2s0 enp3s0 enp4s0 bond-miimon 100 bond-mode balance-xor bond-xmit-hash-policy layer3+4 mtu 9000#LAGG_Switchauto vmbr1000iface vmbr1000 inet manual bridge-ports bond0 bridge-stp on bridge-fd 0 bridge-vlan-aware yes bridge-vids 1-4094 mtu 9000#Bridge All VLANs to SWITCHauto vmbr2000iface vmbr2000 inet manual bridge-ports bond1 bridge-stp on bridge-fd 0 bridge-vlan-aware yes bridge-vids 1-4094 mtu 9000#Bidge WANauto vmbr1000.10iface vmbr1000.10 inet manual mtu 9000#VMsauto vmbr1000.99iface vmbr1000.99 inet manual mtu 9000#VMsauto vmbr10iface vmbr10 inet static address 10.0.10.9/24 gateway 10.0.10.1 bridge-ports vmbr1000.10 bridge-stp off bridge-fd 0 post-up ip rule add from 10.0.10.0/24 table 10Server prio 1 post-up ip route add default via 10.0.10.1 dev vmbr10 table 10Server post-up ip route add 10.0.10.0/24 dev vmbr10 table 10Server mtu 9000auto vmbr99iface vmbr99 inet static address 10.0.99.9/24 gateway 10.0.99.1 bridge-ports vmbr1000.99 bridge-stp off bridge-fd 0 post-up ip rule add from 10.0.99.0/24 table 99Test prio 1 post-up ip route add default via 10.0.99.1 dev vmbr99 table 99Test post-up ip route add 10.0.99.0/24 dev vmbr99 table 99Test mtu 9000
root@pve:~ # cat /etc/iproute2/rt_tables.d/200_10Server.conf200 10Serverroot@pve:~ # cat /etc/iproute2/rt_tables.d/204_99Test.conf204 99Testroot@pve:~ #