1 FAQ tagged "linux drop ip address"
Viewing 1-1 of 1 FAQ -- How do I block an IP on my Linux server?
In order to block an IP on your Linux server you need to use iptables firewall. First you need to log into shell as root user. To block IP address you need to type iptables command as follows:
iptables -A INPUT -s IP-ADDRESS -j DROP
Replace IP-ADDRESS with actual IP address. For example if you wish to [...]
Viewing 1-1 of 1 FAQ - ( see all popular tags )


Recent Comments
Today ~ 8 Comments
Today ~ 7 Comments
Today ~ 1 Comment
Today ~ 1 Comment
Yesterday ~ 2 Comments