Can't access Proxmox web-ui (ssh is working)

Semel

New Member
Mar 23, 2022
1
0
1
Good day.

I'm trying to figure out why I can't access Proxmox web-ui after installation.

1) My router IP is 192.168.3.1

2) My PC is assigned 192.168.3.2 IP

3)Ports 80, 443 and 22 are forwarded to 192.168.3.2

4) When I was installing proxmox I kept the default netwirk settings

- IP4 192.168.3.2/24

- gateway 192.168.3.1

- dns 192.168.3.1


5) I specified my subdomain vps.xxx.online

6)
/etc/network/interfaces
https://pastebin.com/adzm8sxQ

ip addr
https://pastebin.com/VNAXwShW

cat /etc/hosts
https://pastebin.com/xJjiRakc


My ISP doesn't provide IPV6 only IPv4 if it's relevant.


What am I missing here?


Kind regards

PS Update.. logging via https://192.168.3.2:8006 has worked!
 
Last edited:
For anyone coming across this who might be wondering:

The problem here seems to be that the user tried to connect over http which returns an empty response. Most browsers display this error visually similar to the error when a server can't be reached. In such a case, watch out that you are trying to connect over https://... rather than http://...