Find the line number that needs to be removed from the IPTables sudo iptables -L fail2ban-SSH -v -n --line-numbers Output: Chain fail2ban-SSH (1 references) num pkts bytes target prot opt in out source destination 1 0 0 REJECT all -- * * 84.93.156.103 0.0.0.0/0 reject-with icmp-port-unreachable 2 0 0 REJECT ...
How to unblock an IP address from IPTables that has been blocked by Fail2Ban
H