ERROR: Restart of bind9 failed

Hello,

Now I notice that bind9 is not active and Fail2ban is also not enable it wont let me activate them

I fix bind9 using

mkdir -p /var/cache/bind
chown bind:bind /var/cache/bind
chmod 775 /var/cache/bind

still having issue with fail2ban not starting

Fix Fail2ban by reinstall and chainging vsftpd-iptables to - true to false

apt-get remove --purge fail2ban -y
apt-get install fail2ban -y
systemctl restart fail2ban

[vsftpd-iptables]
enabled = false
filter = vsftpd
action = hestia[name=FTP]
logpath = /var/log/vsftpd.log
maxretry = 5

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.