Portal Home > Knowledgebase > Server Administration > Ban IP


Ban IP




Ban an IP Address From The Server

1) Login to the server as and su - to root.

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

iptables -A INPUT -s -j DROP

3) If you have APF firewall installed

apf -d

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.

pico /etc/apf/deny_hosts.rules

Scroll to the bottom and paste in the IP address.
Ctrl+X then Y to save the changes and exit.

5) Restart APF
/etc/apf/apf -r

Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
Wheelgroup User (Views: 1214)
SSH Command List (Views: 2980)
Check Available Ports (Views: 1788)