Published On: 2012-10-18
Category: Jargon Jabberwocky
With command line :
iptables -L INPUT -n --line-numbers You'll get the list of all blocked IP. Look at the number on the left, then :
iptables -D INPUT NUMBER_HERE (Note after you delete one the numbers realign so adjust or run the line numbers again.)