Hello proxmox gurus,
I'm hoping you may help me figure out why the vm cannot communicate outside of the vm. I have configured the linux bridge with tagging and selected the appropriate interface from the vm profile. Can someone see if i have configured the interfaces wrong? Greatly appreciate it!
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
iface enp0s20f0u3u5 inet manual
iface eno2 inet manual
allow-ovs vmbr1
auto vmbr0
iface vmbr0 inet static
address 172.16.0.100
netmask 255.255.255.0
gateway 172.16.0.1
bridge_ports eno1
bridge_stp off
bridge_fd 0
#MGMT
auto vmbr1
iface vmbr1 inet static
address 172.16.0.254
netmask 255.255.255.0
bridge_ports eno2.1
bridge_stp off
bridge_fd 0
#LEGACY
auto vmbr14
iface vmbr14 inet static
address 172.16.14.26
netmask 255.255.255.0
bridge_ports eno2.14
bridge_stp off
bridge_fd 0
I'm hoping you may help me figure out why the vm cannot communicate outside of the vm. I have configured the linux bridge with tagging and selected the appropriate interface from the vm profile. Can someone see if i have configured the interfaces wrong? Greatly appreciate it!
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
iface enp0s20f0u3u5 inet manual
iface eno2 inet manual
allow-ovs vmbr1
auto vmbr0
iface vmbr0 inet static
address 172.16.0.100
netmask 255.255.255.0
gateway 172.16.0.1
bridge_ports eno1
bridge_stp off
bridge_fd 0
#MGMT
auto vmbr1
iface vmbr1 inet static
address 172.16.0.254
netmask 255.255.255.0
bridge_ports eno2.1
bridge_stp off
bridge_fd 0
#LEGACY
auto vmbr14
iface vmbr14 inet static
address 172.16.14.26
netmask 255.255.255.0
bridge_ports eno2.14
bridge_stp off
bridge_fd 0