Blocking an IP address

For example, if a script kiddie is trying to ssh from address w.x.y.z as adam, betty, charlie, dan, ed, etc.:

iptables -I INPUT -s w.x.y.z -j DROP

The login attempts are generally harmless (unless they succeed, of course), but they can be distracting if you're debugging something related to processes (e.g., atop or ps).

Categories

Leave a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About this Entry

This page contains a single entry by Mike Tsao published on August 1, 2008 12:21 PM.

Prediction was the previous entry in this blog.

Yet another "Dell sucks" blog post is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.2-en