VMs and containers cannot talk to network and I cannot talk to them

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

scrummie02

New Member
May 9, 2015
24
0
1
46
Everything was working and now it doesn't. I have the following bridges:

auto lo

iface lo inet loopback



iface enp5s0f0 inet manual



iface enp5s0f1 inet manual



auto vmbr0

iface vmbr0 inet static

address 192.168.xx.x0

netmask 255.255.255.0

gateway 192.168.xx.x253

bridge-ports enp5s0f0

bridge-stp off

bridge-fd 0



auto vmbr1

iface vmbr1 inet static

address 192.168.xx.x1

netmask 255.255.255.0

bridge-ports enp5s0f1

bridge-stp off

bridge-fd 0

bridge-vlan-aware yes

bridge-vids 2-4094​



I was able to get to the servers via icmp/ssh/rdp but now I cannot. They can't even ping eachother. This is racking my brain. I had it working and everything was fine until today. I haven't changed anything. THis goes for VMs and containers.