First I have set an ip in jail local in ignore list. But the Same IP still got blocked. When I am running the following command Code: pawan@server1:~$ ip route get 117.247.67.180 RTNETLINK answers: Network is unreachable pawan@server1:~$ sudo route delete 117.247.67.180 SIOCDELRT: No such process How I can remove the IP from the blocked list. The log for fail2ban show like this 2016-08-17 22:28:23,328 fail2ban.actions.action: ERROR ip route add unreachable 117.247.67.180 returned 200 Please suggest what command should I run to unblock the IP. Thanks.