Hi All,
Kind of embarrassed to be posting this but I've been stuck for too long on this so hopeful a second set of eyes will point me down the right path. I've installed the latest VE ISO on my host (8.3-1) and installed on one of the hard drives without issue. The host boots after install and asks me to browse to https://<management-ip>:8006 which doesn't work.
I had to choose an interface during the pre install configuration and I selected eno1 and entered an IP/netmask gateway etc but when i run ip a on the host there is no IP assigned to the eno1 interface. When I look at /etc/network/interfaces it seems to have created a bridge (vmbr0) and assigned the network configuration I entered to that and allocated eno1 as a bridge port. e.g.
auto vmbr0
iface vmbr0 inet static
address 192.168.x.y/24
gateway 192.168.x.254
bridge-ports eno1
bridge-stp off
bridge-fd 0
Should I expect to see vmbr0 in the ip a output with an ip address assigned or should I see this detail elsewhere?
Kind of embarrassed to be posting this but I've been stuck for too long on this so hopeful a second set of eyes will point me down the right path. I've installed the latest VE ISO on my host (8.3-1) and installed on one of the hard drives without issue. The host boots after install and asks me to browse to https://<management-ip>:8006 which doesn't work.
I had to choose an interface during the pre install configuration and I selected eno1 and entered an IP/netmask gateway etc but when i run ip a on the host there is no IP assigned to the eno1 interface. When I look at /etc/network/interfaces it seems to have created a bridge (vmbr0) and assigned the network configuration I entered to that and allocated eno1 as a bridge port. e.g.
auto vmbr0
iface vmbr0 inet static
address 192.168.x.y/24
gateway 192.168.x.254
bridge-ports eno1
bridge-stp off
bridge-fd 0
Should I expect to see vmbr0 in the ip a output with an ip address assigned or should I see this detail elsewhere?


