Hi,
I have a Dell R820 Server with the following network configuration.
vmbr0 is the Management Bridge as we can see and vmbr1 is the bridge for Public interface. The issue that we face is that the VM's connected to the bridge vmbr1 can communicate to the Internet perfectly. But the VM's that are connected to vmbr0 cannot communicate with the default route or the host and vice versa. Please let me know what I'm doing wrong and what should be done so that VM's are accessible over both Public and LAN networks.
I have a Dell R820 Server with the following network configuration.
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.20.100.140
netmask 255.255.255.0
gateway 172.20.100.2
bridge_ports eno1
bridge_stp off
bridge_fd 0
iface eno2 inet manual
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno2
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
iface eno3 inet manual
iface eno4 inet manual
vmbr0 is the Management Bridge as we can see and vmbr1 is the bridge for Public interface. The issue that we face is that the VM's connected to the bridge vmbr1 can communicate to the Internet perfectly. But the VM's that are connected to vmbr0 cannot communicate with the default route or the host and vice versa. Please let me know what I'm doing wrong and what should be done so that VM's are accessible over both Public and LAN networks.