[SOLVED] Can't access Web Interface or SSH after clean Debian 12 Install

javierspn

New Member
Apr 15, 2023
19
2
3
Hi team!

I followed this guide here to the letter:

https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_12_Bookworm

After rebooting on the last step removing os-probe, I can't access the web UI. I have ping:

Code:
PING pmox1.lan (172.25.1.53): 56 data bytes
64 bytes from 172.25.1.53: icmp_seq=0 ttl=63 time=0.645 ms
64 bytes from 172.25.1.53: icmp_seq=1 ttl=63 time=0.679 ms
64 bytes from 172.25.1.53: icmp_seq=2 ttl=63 time=0.772 ms

Port 8006 does not reply at all:

Code:
nc -zv pmox1.lan 8006
nc: connectx to pmox1.lan port 8006 (tcp) failed: Operation timed out

I logged into the server the old way (keyboard and monitor) and the following command provides the expected output (the pmox1 - Proxmox Virtual Environment text) , meaning that the proxy service runs ok locally:

Code:
curl https://localhost:8006 -k | grep title

Stopping the firewall does not work.

So..what is next?

Thanks!
 
hi.
why you dont install from original proxmox iso ?


a try install proxmox on clean debian 12 by manual and proxmox worked without problem, check logs in your server
 
Last edited:
hi.
why you dont install from original proxmox iso ?


a try install proxmox on clean debian 12 by manual and proxmox worked without problem, check logs in your server
I couldn't be more dense...I did configure the network for the interface on proxmox as /32 instead of /24 so nothing good could happen...XD

Sorry for wasting your time!