Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2006
    Posts
    81

    how can i remove list of blocking IPs on iptable on my server

    please i want to know how can i remove list of blocking IPs on iptable on my server its over 100 IPs how can i remove it ?

  2. #2
    Join Date
    Jun 2003
    Location
    Janesville, Wi
    Posts
    1,520
    If you run the following command, all rules in iptables will be flushed: /sbin/iptables -F
    Jakiao

  3. #3
    Join Date
    Oct 2004
    Location
    Kerala, India
    Posts
    4,771
    Quote Originally Posted by ibvb View Post
    please i want to know how can i remove list of blocking IPs on iptable on my server its over 100 IPs how can i remove it ?
    Find out the line number where the specified IP is mentioned.

    iptables -L -n --line-numbers

    Delete that rule using the command

    iptables -D CHAIN line_number.

    Make sure you replace CHAIN with appropriate chain ie INPUT/OUTPUT/FORWARD
    David | www.cliffsupport.com
    Affordable Server Management Solutions sales AT cliffsupport DOT com
    CliffWebManager | Access WHM from iPhone and Android

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •