fail2ban 一键安装 \ 卸载脚本魔改版
支持OS : CentOS7 \ Debian \ Ubuntu
开启防火墙:systemctl start firewalld
systemctl enable firewalld
wget "https://raw.githubusercontent.com/owiofwm2i/fail2banc/master/fail2banc.sh" && bash fail2banc.sh install && bash fail2banc.sh start
若想以fb代替bash fail2banc.sh 执行如下命令
cp /root/fail2banc.sh /bin/fb && chmod +x /bin/fb
安装 : bash fail2banc.sh install
卸载 : bash fail2banc.sh uninstall
查看运行日志 : bash fail2banc.sh runlog
查看更多信息 : bash fail2banc.sh more
启动 : bash fail2banc.sh start
停止 : bash fail2banc.sh stop
重启 : bash fail2banc.sh restart
查看状态 : bash fail2banc.sh status
解除封禁 : bash fail2banc.sh {unlock|ul}
快捷解除封禁 : bash fail2banc.sh {unlock|ul} ip
, e.g : bash fail2ban.sh ul 123.123.123.123
查看封禁列表 : bash fail2banc.sh {blocklist|bl}
注:bl
为 block list
简拼 ,ul
为 un lock
简拼,使用上是等效的
2018-11-10
: 创建修改centos7不起作用的问题(iptables)
https://www.fail2ban.org
https://linux.cn/article-5067-1.html
剽窃于: