virtualbox install guide fail - can't access web gui

vv111y

New Member
Jun 10, 2017
4
0
1
54
Using this guide https://pve.proxmox.com/wiki/Proxmox_VE_inside_VirtualBox for proxmox 4.4

No access to web gui,

I can ping the proxmox VM when I adjusted the network adapter IP via host OS (windows 7), to make it same as proxmox own IP

I cannot ping out.
I disabled windows firewall. no effect.
I tried different network adapter settings. no effect.

I can't find more info. help please, thanks.
 
With bridged adapter setting I can ping from proxmox VM to windows7 host, and vice-versa. No web gui
 
You may have the wrong url. The page should be at https://ipaddress:8006

Other than that... need more info, are you running 4.4 stable? if you are running one of the betas, you might need to setup the testing repository and run updates to patch a potential bug.

On the pinging, yes most likely you would be best served with bridge networking on vb.
 
yes, stable. IP address is confirmed. fwiw:

/etc/network/interfaces

iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
address 192.168.0.64
netmask 255.255.255.0
gateway 192.168.0.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
 
????
Works on my mac, which is not the host.

I'll try what you suggest later ... have an errand to run...