Skip to main content

[SOLVED] WHM/cPanel unresponsive after reboot, SSH access

Comments

9 comments

  • andrew.n
    Do you have CSF installed? Almalimux comes with firewallcmd. Can you check the output of this? firewallcmd --state
    0
  • mencargo
    Thanks! I tried iptables and csf... systemctl stop firewalld
    Should I disable it and install CSF? Is there something wrong with the install? Seems weird that a fresh install could have something like this, should I move to another OS?
    0
  • kodeslogic
    Yes, install the CSF and check.
    0
  • andrew.n
    Thanks! I tried iptables and csf... systemctl stop firewalld
    Should I disable it and install CSF? Is there something wrong with the install? Seems weird that a fresh install could have something like this, should I move to another OS?

    Did this do the trick?
    0
  • mencargo
    Did this do the trick?

    Yes, checked with firewall-cmd --state
    and it was indeed active (very few rules, including ssh), so I stopped the service.
    0
  • kodeslogic
    Disable it so it won't autostart in the next reboot. # systemctl disable firewalld
    0
  • mencargo
    Disable it so it won't autostart in the next reboot. # systemctl disable firewalld

    Yep, done that also, thks
    0
  • andrew.n
    Glad to hear, enjoy :)
    0
  • kodeslogic
    I am glad I was able to help.
    0

Please sign in to leave a comment.