Block ip address 7,215 views

Use IPTABLES to block an ip address

 iptables -I INPUT -s x.x.x.x -j DROP iptables -I INPUT -m iprange --src-range x.x.x.x-x.x.x.x -j DROP