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

How do I block an IP address from my server ?

If you want to block access to your server for whatever reason, you will need to log into the shell as root. Your server should either have ipchains or iptables to help accomplish this. In this example, the attacking IP is 192.168.56.210.

Issue the appropriate command in a terminal session: If you just want to block access to one port from an IP : The above would drop all packets from 192.168.56.210/32 to port 23 (Telnet) on the server.

There are many in-depth tutorials available on the Internet. Consult your favorite search engine for more information.

Was this answer helpful?

Also Read