| 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. 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. how can i ban that 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 <IP> -j DROP 3) If you have APF firewall installed apf -d <ip> pico /etc/apf/deny_hosts.rules 5) Restart APF |
Powered by WHMCompleteSolution