All of lore.kernel.org
 help / color / mirror / Atom feed
* more limiting fun
@ 2005-02-11 15:43 Tib
  2005-02-11 15:53 ` [OBORONA-SPAM] " Mikhail Zotov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tib @ 2005-02-11 15:43 UTC (permalink / raw)
  To: netfilter


Ok, I've done some fiddling but still have some issues. I went with some
recommendations on what people said and here's what I have. The first
three rules of my startup set are as follows:

iptables -A INPUT -i eth0 -p tcp --dport 22 -m state \
  --state ESTABLISHED -j ACCEPT

iptables -A INPUT -i eth0 -p tcp --destination-port 22 -m limit \
--limit 15/hour --limit-burst 5

iptables -A INPUT -i eth0 -p tcp --destination-port 22 -j DROP


This places (as directed), the established-accept rule first, my limit
preferences second, and the drop last.

The problem is that it still does exactly what it did before, namely that
it doesn't respond at all once those rules are in place. Anyone have an
idea what's going on? I know my ssh port isn't getting hammered THAT hard.

<EOL>
Tib


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

end of thread, other threads:[~2005-02-11 16:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-11 15:43 more limiting fun Tib
2005-02-11 15:53 ` [OBORONA-SPAM] " Mikhail Zotov
2005-02-11 15:59   ` Tib
2005-02-11 15:53 ` Jason Opperisano
2005-02-11 16:05   ` Tib
2005-02-11 16:09 ` 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.