7 & 8 are a bridged and bonded connection, LAG set on my switch. I can ssh into server or open web api, from api I can open shell of VMS. I cannot however access VMs from the network. Server also has no WAN connectivity which makes zero sense to me.
9 is the onboard unused 1gb nic, link is down (intentional for now).
auto lo
iface lo inet loopback
auto enp7s0
iface enp7s0 inet manual
auto enp8s0
iface enp8s0 inet manual
auto enp9s0
iface enp9s0 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp7s0 enp8s0
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2
up ip link set up dev bond0
bond-downdelay 200
bond-updelay 200
bond-lacp-rate 1
bond-xmit-has-policy layer2
auto vmbr0
iface vmbr0 inet static
address 192.168.1.99/24
gateway 192.168.1.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1
iface vmbr1 inet static
address 192.168.1.98/24
bridge-ports enp9s0
bridge-stp off
bridge-fd 0
bridge-stfp off
9 is the onboard unused 1gb nic, link is down (intentional for now).
auto lo
iface lo inet loopback
auto enp7s0
iface enp7s0 inet manual
auto enp8s0
iface enp8s0 inet manual
auto enp9s0
iface enp9s0 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp7s0 enp8s0
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2
up ip link set up dev bond0
bond-downdelay 200
bond-updelay 200
bond-lacp-rate 1
bond-xmit-has-policy layer2
auto vmbr0
iface vmbr0 inet static
address 192.168.1.99/24
gateway 192.168.1.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1
iface vmbr1 inet static
address 192.168.1.98/24
bridge-ports enp9s0
bridge-stp off
bridge-fd 0
bridge-stfp off