Join the community today
Become a Member

Iptables - Unblock one or more IP addresses

Discussion in 'System Administration' started by Josephm, Oct 24, 2014.

  1. Josephm

    Josephm Active Member

    132
    44
    28
    Aug 26, 2014
    Ratings:
    +48
    Local Time:
    4:14 AM
    1.9.5
    10.0.21
    Hi all; simple question and I found in Google but unable to block my ip from my host.
    I used following command and got nothing:
    Code:
    [root@chicabwh ~]# iptables -D INPUT -s 1.53.67.226 -j DROP
    iptables: Bad rule (does a matching rule exist in that chain?).
    
    I did 'service iptables save' as well.
    And some more ip addresses I like to unblock, do you have any script?. Any help is really appreciate. Thanks.

     
  2. rdan

    rdan Well-Known Member

    5,419
    1,386
    113
    May 25, 2014
    Ratings:
    +2,167
    Local Time:
    5:14 AM
    Mainline
    10.2
    Use csf allow and deny config.
     
  3. Josephm

    Josephm Active Member

    132
    44
    28
    Aug 26, 2014
    Ratings:
    +48
    Local Time:
    4:14 AM
    1.9.5
    10.0.21
    Just removed my ip from the list of /etc/csf/csf.deny.
    Thank you.
     
  4. eva2000

    eva2000 Administrator Staff Member

    50,461
    11,661
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,082
    Local Time:
    7:14 AM
    Nginx 1.25.x
    MariaDB 10.x