All of lore.kernel.org
 help / color / mirror / Atom feed
* use of the limiting options
@ 2005-01-25 18:54 Tib
  2005-01-25 19:08 ` Tib
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Tib @ 2005-01-25 18:54 UTC (permalink / raw)
  To: netfilter


I'd like to use the --limit and --limit-burst options to protect my sshd
from dictionary password attacks. Considering the userbase and activity
level I'd say that something like this would suit me just fine.

--limit 6/hour
--limit-burst 2

This would limit it to two connect/login attempts at first, and then one
more every 10 minutes.. correct?

Would this be the proper command to use? I'm trying to just limit
connections from the outside world, not from the local network, hence the
address as a destination:

iptables -A INPUT --d 66.80.174.210 --dport 22   \
   --limit 6/hour --limit-burst 2


<EOL>
Tib


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

end of thread, other threads:[~2005-03-02 12:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-25 18:54 use of the limiting options Tib
2005-01-25 19:08 ` Tib
2005-01-25 19:28   ` Tib
     [not found]     ` <294d5daa0501251137328fa4ff@mail.gmail.com>
     [not found]       ` <Pine.LNX.4.53.0501251340370.24829@altaica>
2005-01-25 19:51         ` Mark Moseley
2005-01-25 19:56           ` Tib
2005-01-25 20:17             ` Mark Moseley
2005-01-25 20:22               ` Tib
2005-01-26  7:58                 ` Tib
2005-01-26 18:43                   ` Mark Moseley
2005-01-28 21:32                     ` Tib
     [not found]                     ` <7096989.1107132520756.JavaMail.rct@kale>
2005-01-31 19:00                       ` Bob Tellefson
2005-01-26 16:17 ` Jason Opperisano
2005-01-28 21:29   ` Tib
2005-01-31  3:44 ` Josh Nerius
2005-01-31  5:52   ` R. DuFresne
2005-03-02 10:33   ` forwarding internet connection elg3ne
2005-03-02 10:41     ` Essien Ita Essien
2005-03-02 12:34     ` Jörg Harmuth

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.