How to remove the blocked ip using iptables

 

    1. First check that ip is blocked or not

 

    1. iptables –L –n | grep

 


DROP all -- 125.99.10.123 216.240.157.91

 

    1. to unblock the ip give the command

 


iptables -D INPUT -s 125.99.10.123 -d 216.240.157.91 -j DROP

Now the ip is unblocked

  • 24 Users Found This Useful
Was this answer helpful?

Related Articles

 How To Configure CSF Firewall

    In this how to I will describe how to install /configure full feature firewall on...

 Install RED5 Server on Centos 5.3

In this how to i will describe how to install RED5 server on Centos 5.3. This how to can be used...

 HowTo install and configure FFmpeg and FFmpeg-Php on a DA server

I saw this headline on another part of the forum and the instructions I thought were a lot more...

 HowTo install and configure FFmpeg and FFmpeg-Php on a DA server

I saw this headline on another part of the forum and the instructions I thought were a lot more...

 Setting or Changing MYSQL Root Password

Setting/changing MYSQL root PasswordSetting up mysql database password is one of the important...