How to ban the IP address from the Linux server

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Manuel_
    Banned
    • May 2005
    • 120

    How to ban the IP address from the Linux server



    1) Login to the server as via ssh with root user..

    2) If you are running iptables, you can enter:

    iptables -A INPUT -s <IP> -j DROP

    3) If you have APF firewall installed

    apf -d <ip>

    4) When you reboot this IP ban will be removed, meaning the IP will no longer be banned anymore.
    If you have APF you can get around this by opening the deny hosts file.
    Last edited by admin; 08-05-2015, 05:42 AM.
Working...
X