ROUTERS & FIREWALLS: Unblock IP from Fail2Ban Answer:
SOURCE: http://help.webcontrolcenter.com/KB/a1023/unblock-ip-from-fail2ban.aspx http://richardjh.org/blog/unblocking-fail2ban-hosts/
https://www.howtoforge.com/how-to-whitelist-an-ip-in-fail2ban-on-debian-wheezy
Login as root user and run command:
#iptables -L -n
Fail2Ban Blocked IP's Results:
Chain fail2ban-SSH (1 ...
ROUTERS & FIREWALLS: Fail2ban - Install Summary Answer:
SOURCE: Seguridad en Servidores 0-8-6.pdf
Login as root user and run command:
yum install fail2ban
CHECKLIST file to be Modify & Create:
etc/fail2ban/jail.confetc/fail2ban/filter.d/asterisk.confetc/asterisk/logger.confetc/rc.d/init.d/fail2ban
Start/Re-Start Fail2Ban Service:
service fail2ban restart
Verify Fail2ban is ...