New install of Proxmox VE 7.1-2, no access via web browser

Rapunzel3000

New Member
Apr 22, 2022
3
0
1
My first install of Proxmox VE, currently trying to acess web configuration interface on the designated web address
Code:
http://192.168.100.2:8006
Trying to acess via browser from my local network, as well as sending a ping request to the Proxmox Machine is not sucessful.
Any help or suggestions is appreciated!

code_language.shell:
# cat /etc/hosts

127.0.01 locaLhost.localdomain
192.168.100.2 not.available.yet not

::1 ip6-localhost ip6-loopback
[...]

# cat /etc/network/interfaces

auto lo
iface lo inet loopback

iface enp6s0 inet manual

auto vmbr0
iface vmbr0 inet static
    address 192.168.100.2/24
    gateway 192.168.100.1
    bridge-ports enp6s0
    bridge-stp off
    bridge-fd 0
   
    iface enx0090********** inet manual
 
Last edited:
And I would also guess that your LAN isn't using the 192.168.100.0/24 subnet and you just kept the defaults of the installer instead of choosing a IP that actually fits to your existing network. In that case you won't be able to access the server, because your clients are outside of that subnet. Only a client with a IP between 192.168.100.1 and 192.168.100.255 can access the server.

In that case you would need to either use te terminal to manually fix the network config of the server or install PVE again using a correct IP.
 
Last edited:
  • Like
Reactions: sterzy
Don't forget the "https:" and ":8006" or it wont work. In your first post you only used "http:" and not "https:".
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!