1

I installed proxmox 4.1 on virtual box and after installationI received the following :

welcome to the proxmox virtual environment.please use your web browser to configure this server - connect to:

https://192.168.56.101:8006

but while trying this https://192.168.56.101:8006 in the browser it is not working can someone advice !

nn222
  • 11
  • 1
  • 6

2 Answers2

0

Check if the VirtualBox Machine Network Adapter is in Bridge Mode. And check that your host and the vm are in the same IP rank (Ex: Windows: 192.168.1.50 & Proxmox: 192.168.1.70)

0

Your network adapter in VirtualBox has been set to host-only. If you want to connect to it with your PC you'd better set-up bridged networking.

Also when you've did that, change your /etc/hosts file on the Proxmox hosts so that it won't give you any errors while setting up the webserver or any optional clusters.

clemens
  • 16,716
  • 11
  • 50
  • 65
Yvan Watchman
  • 284
  • 3
  • 13
  • Add some more details – Mathews Sunny Dec 24 '17 at 13:35
  • When you'll bridge it, you have a dedicated IP to your router and than it would also be accesible from other PCs in the same network. When you only have it set-up host-only you have to add NAT network to download any updates to have it automatically set-up right. – Yvan Watchman Dec 24 '17 at 14:03