Have a user that keeps hammering your FTP or trying to login over and over and over again that you just want to ban and never see again? We'll show a quick and dirty method to ban an IP address from the server.
We commonly receive questions like:
"I would like to ban that ip address to prevent the access to the server.
how can i ban that Ip address from the server?"
Simple!
1) Login to the server as and su - to root.
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.
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
New! - Need server help? Hire an Expert
Get professional help with your configuration, script installation or server issue.Learn how we can help you with any server problem and make your server run like new.
| By : ramprage | Rating :
|
Views: 33954 | Date: March 16, 2005 |
Return to WebHostGear.com