fail2ban: unban IP from iptables
In case an IP gets banned by fail2ban and you want to remove it: The following command gives you an overview of all chains and the banned IPs along with their corresponding number.
1 |
iptables -L -n --line-numbers |
To unban an IP use this … Continue reading