I changed my server from ESXi back to Proxmox, and need some assistance setting up the network interfaces. My server has (2) NIC cards: eno1 is connected to an untagged VLAN port on my switch, and is the connection I use to access the Proxmox GUI at 10.10.0.200. Eno2 is the "new" interface that I just setup. Eno2 is connected to a vlan trunk port on my switch, and my VMs and containers receive the proper IP address from their assigned VLAN. Currently I can access the GUI at the 10.10.0.200 address when I am on my 10.10.x.x network. When I connect my PC to the 10.12.x.x network, I can access the VMs and LXC containers on the .12 network/vlan, but not the GUI, and cannot ping 10.12.0.200. Am I misunderstanding my setup on eno2/vmbr1 or am I doing something wrong trying to access the GUI at 10.12.0.200? Normally, I would keep tinkering and testing until I get it to work, but I don't want to get locked out.
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.10.0.200/24
gateway 10.10.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 10.12.0.200/24
bridge-ports eno2
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.10.0.200/24
gateway 10.10.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 10.12.0.200/24
bridge-ports eno2
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094