All of lore.kernel.org
 help / color / mirror / Atom feed
* Is using a blacklist in iptables a good strategy?
@ 2005-11-29  8:21 David Leangen
  2005-11-29  8:29 ` Dave Strydom
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: David Leangen @ 2005-11-29  8:21 UTC (permalink / raw)
  To: netfilter


Hello,

I don't know why, but I'm getting a little fed up with break-in attempts
happening every single day.

Do I just have to accept this as a fact of life?


I started keeping a list of IP addresses that I'm just going to
blacklist, but this does not seem like a maintainable solution. For now,
I'm just adding lines like so:

  ...
  -A INPUT -s xxx.xxx.xxx.xxx -j BLACKLIST
  ...
  -A BLACKLIST -j DROP
  ...

What is common practice?


Is it possible to blacklist any packets that come from a server from a
given country?


Thanks for the advice!
Dave




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-12-07 19:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-29  8:21 Is using a blacklist in iptables a good strategy? David Leangen
2005-11-29  8:29 ` Dave Strydom
2005-11-29  8:44 ` Łukasz Hejnak
2005-11-30 14:51   ` David Leangen
2005-12-06 12:47 ` Nick Drage
2005-12-07  3:18   ` David Leangen
2005-12-07  7:47     ` Brent Clark
2005-12-07 19:45 ` R. DuFresne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.