Skip to main content

Cannot access Cpanel nor SSH after upgrade/reboot

Comments

5 comments

  • cPanelAnthony
    Hello! Would you be able to perform some network testing steps? If the SSH port and 2087 are unresponsive, it sound like a potential firewall or networking issue. You can use tools like "telnet" or "nmap" to test connectivity from your local machine to these ports.
    0
  • quietFinn
    Have you tried to connect using KVM? You find it in Your VPS -> Name ... KVM
    0
  • pmoby
    Thanks for the replies. Being blocked from my own SSH I have of course a very limited set of options, and the KVM option is pending verification. As far as tools from another VPS are concerned, I could gather the following: [CODE=bash]root@vps123abc:~# telnet: Unable to connect to remote host: Network is unreachable
    [CODE=bash]Nmap scan report for vpsname.ovh.net PORT STATE SERVICE VERSION 22/tcp closed ssh Too many fingerprints match this host to give specific OS details Network Distance: 12 hops root@vps:~# nmap r -p 65100 Starting Nmap 7.80 ( https://nmap.org ) at 2022-01-20 08:32 UTC Host is up (0.00078s latency). PORT STATE SERVICE 65100/tcp filtered unknown Nmap done: 1 IP address (1 host up) scanned in 0.18 seconds
    Thanks.
    0
  • pmoby
    After the graceful reboot from Cpanel that lead to that downtime, the reboot through KVM was also tried to no avail.
    0
  • cPanelAnthony
    Hello! Seeing the "closed" status in nmap for port 22 indicates that SSH runs on a different port, which is what we already know and expect. When you ran it on port 65100, it gave a "filtered" status which indicates the firewall is blocking the incoming connections. If 65100 is the SSH port, I can definitely say there is some type of firewall problem; at least between the device you ran the nmap test on and your server.
    0

Please sign in to leave a comment.