fail2ban not autostart on ISPConfig 3.2.9p1

Discussion in 'General' started by nelchael81, Aug 13, 2023.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    ahrasis likes this.
  2. schmidtedv

    schmidtedv Member HowtoForge Supporter

    ok, what I did to resolve this problem seems to be a onetime- command at the end (5 minutes ago):
    systemctl disable fail2ban
    systemctl enable fail2ban
    After a reboot, it looks like fail2ban is starting now as it should, "fail2ban-client status" is working without having to "start" it anymore.
     
    Th0m likes this.
  3. bvo007

    bvo007 New Member

    I installed the Ubuntu minimum 22.04.3 LTS. All the options given here didn't work for me. I had no fail2ban working and also no logs from Postfix under the Monitoring. To solve it I did this:
    apt install inetutils-syslogd
    Then reboot and after that
    systemctl enable fail2ban
    It did not start because it couldn't read the logs (the mail log was not there), which was solved by installing inetutils-syslogd, after that rebooted start fail2ban. All logs are working now. Maybe this helps for others. I reproduced it, because i had made a snapshot during the install steps.
     
    ahrasis, Th0m and till like this.

Share This Page