Fail2ban安装完成后无法启动 常用命令 -云主机博士
解决:SSH连接,输入
systemctl enable fail2ban //开机启动
可解决启动不了的问题(我是这样解决的)
常用命令:
#启动
systemctl start fail2ban
#停止
systemctl stop fail2ban
#开机启动
systemctl enable fail2ban
#查看日志
tail /var/log/fail2ban.log
解决:SSH连接,输入
systemctl enable fail2ban //开机启动
可解决启动不了的问题(我是这样解决的)
常用命令:
#启动
systemctl start fail2ban
#停止
systemctl stop fail2ban
#开机启动
systemctl enable fail2ban
#查看日志
tail /var/log/fail2ban.log