Fail2ban remove ip from blocked list

Discussion in 'ISPConfig 3 Priority Support' started by pawan, Aug 17, 2016.

  1. pawan

    pawan Member

    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.
     
  2. pawan

    pawan Member

    OK Got it.
    I should have added sudo ip route delete
    Thanks.
     

Share This Page