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:
Port 8006 does not reply at all:
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:
Stopping the firewall does not work.
So..what is next?
Thanks!
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!