I'm new to proxmox VE and I liked it, I'm new to using it.
But can anyone help me?
I have two physical networks that have their gateways and DNS separated.
In that scenario, my GUI interface is solely accessible on vmbr1 on IP 192.168.0.14. Attempting to connect on vmbr0 fails, and I am unable to access the web GUI.
But can anyone help me?
auto vmbr0 iface vmbr0 inet static address 10.12.52.125/24 bridge-ports eno1 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094 auto vmbr1 iface vmbr1 inet static address 192.168.0.14/22 gateway 192.168.0.1 bridge-ports eno2 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094 |
I have two physical networks that have their gateways and DNS separated.
In that scenario, my GUI interface is solely accessible on vmbr1 on IP 192.168.0.14. Attempting to connect on vmbr0 fails, and I am unable to access the web GUI.