Ssh connection, no web interface!

Postremus12

Member
Jun 9, 2022
14
0
6
Hello world, I have this new proxmox I got from a hosting provider. They gave me this OS "installed" with ssh access, but there's no web interface.
Everything seems to work, proxmox is indeed installed and the terminal outputs port 8006 actually working.
Problem is I cannot connect to it still...

ss -tlpn results:
1654801142219.png

nmap results:
1654801171720.png

/var/log/pveproxy:
1654801219244.png

Proof of installation:
1654801238246.png
 
I had a similar situation today, console fine, no ssh into it. Long story short, the network interface was down, check yours is up as well as the ipv4 & ipv6 situation.
 
Hello, try adding new rule in Datacenter -> Firewall : Direction: in , Action: ACCEPT , enable: (marked) , protocol: tcp , Dest. port: 8006 .
netstat:
# netstat -ntpl | grep 8006
tcp6 0 0 :::8006 :::* LISTEN 3748/pveproxy
Works on Ipv4 too.
 
is the gateway correctly set? can the host ping an internet address like 8.8.8.8, can you ping the host from your desktop/laptop, does ip route from the host terminal look ok?
 
Hello, try adding new rule in Datacenter -> Firewall : Direction: in , Action: ACCEPT , enable: (marked) , protocol: tcp , Dest. port: 8006 .
netstat:
# netstat -ntpl | grep 8006
tcp6 0 0 :::8006 :::* LISTEN 3748/pveproxy
Works on Ipv4 too.
We dont even have a firewall. It says uknown command when we try to use the proxmox built-in firewall...