Hello,
I have a server with 3 interfaces, 1 is a 1GB onboard (enp0) , and 2 are 10GB ports (enp1) on a single adapter. I just got the 10GB card, so I've been using the 1GB interface for both management and VM access. /etc/network/interfaces below
I set up a new bridge with the 10GB adapter, however whenever I change the VMs to use vmbr1, they lose network connectivity. I tried adding an IP address to the second bridge, and I can ping that address from other machines, but the VMs still can't communicate out. Feels like this is a simple issue, but I've been searching and haven't found any answers to my issue yet. Hoping that someone is also configured this way and might be able to provide some suggestions.
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
iface enp1s0f0 inet manual
iface enp1s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.2/24
gateway 192.168.0.1
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.0.4/24
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
#10Gbe
I have a server with 3 interfaces, 1 is a 1GB onboard (enp0) , and 2 are 10GB ports (enp1) on a single adapter. I just got the 10GB card, so I've been using the 1GB interface for both management and VM access. /etc/network/interfaces below
I set up a new bridge with the 10GB adapter, however whenever I change the VMs to use vmbr1, they lose network connectivity. I tried adding an IP address to the second bridge, and I can ping that address from other machines, but the VMs still can't communicate out. Feels like this is a simple issue, but I've been searching and haven't found any answers to my issue yet. Hoping that someone is also configured this way and might be able to provide some suggestions.
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
iface enp1s0f0 inet manual
iface enp1s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.2/24
gateway 192.168.0.1
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.0.4/24
bridge-ports enp1s0f0
bridge-stp off
bridge-fd 0
#10Gbe