Удалить IP адрес из таблицы блокировки IPTABLES для fail2ban

root@rt:/home/sk# iptables -L fail2ban-ssh -n -v --line-numbers | grep 193.254.
1       37  3120 DROP       all  --  *      *       193.254.X.X      0.0.0.0/0    
root@rt:/home/sk# iptables -D fail2ban-ssh 1
root@rt:/home/sk#