At first I had Proxmox working using the interface enp2s0f0 and bridge vmbr0 which is connected to a DHCP private network. I wanted one VM to be reachable from WAN though so I added enp2s0f1 and masqueraded vmbr1 which is connected to a static public IP address.
Everything works but once I connected and enabled the second interface enp2s0f1 Proxmox's web UI stopped listening on enp2s0f0 and started exclusively being accessible from enp2s0f1. This isn't ideal because I'd rather not have the web UI visible on the Internet. To that end I used pveproxy to block access to the web UI from the Internet, but is there a way to explicitly tell Proxmox's web UI on which interface to listen to?
Other forum posts say the Proxmox web UI listens on all interfaces, but that isn't the case for my configuration.
Everything works but once I connected and enabled the second interface enp2s0f1 Proxmox's web UI stopped listening on enp2s0f0 and started exclusively being accessible from enp2s0f1. This isn't ideal because I'd rather not have the web UI visible on the Internet. To that end I used pveproxy to block access to the web UI from the Internet, but is there a way to explicitly tell Proxmox's web UI on which interface to listen to?
Other forum posts say the Proxmox web UI listens on all interfaces, but that isn't the case for my configuration.