In this
Pro Tip: We recommend you make sure the IP Address in question is
Step 1: Login to the server as root user
Step 2: Use the commands given below
iptables -D INPUT -p all -s IP.ADDRESS.HERE -j DROP
iptables -D OUTPUT -p all -s IP.ADDRESS.HERE -j DROP
After executing the above commands, you should be able to remove the IP address
you wish from the list of banned IP addresses.
Step 3″ Save and restart the IP tables service by using the commands given below
service iptables save
service iptables restart
You should now have successfully unbanned your IP address.