I can't reach the Proxmox 7.3 web interface

pilgrimage

Member
Oct 17, 2021
65
2
13
45
I can't reach the Proxmox 7.3 web interface. I entered ip during installation. Then it seems to get ip but I can't reach it on the same network. My server has two ethernet cards as en01 enps1. My network cable is plugged into the en01 port, but when I check with ip a, it shows that proxmox has ip on vmbr0. I wonder if I can't access the web interface because of this? Actually these should be in bridge mode. I need support on this issue. Thanks for your help.
 
My network cable is plugged into the en01 port, but when I check with ip a, it shows that proxmox has ip on vmbr0. I wonder if I can't access the web interface because of this?
This is normal. Proxmox itself has an IP address on the bridge. Think of it as expanding the single connection to a virtual bridge/hub/switch to which all the VM (as well as the Proxmox host) can connect.
What is the output of cat /etc/network/interfaces, ip r and ip a, when you run those commands on the Proxmox host console (using a physical display and keyboard)? Does SSH to the Proxmox host work?
 
Last edited:
Also make sure you don't forget the port (the ":8006" at the end of the URL) and don't forget to use https and not http (URL has to start with "https://").