All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Joachim Wickman" <jwickman@tawi.fi>
To: lartc@vger.kernel.org
Subject: [LARTC] Hammer protection
Date: Mon, 01 Jul 2002 12:40:23 +0000	[thread overview]
Message-ID: <marc-lartc-102552716626714@msgid-missing> (raw)

Hi,

Is it possible to use iptables as hammeprotection ?

I want to deny a user who has just logged off .. for about 10seconds.

I tried with this, but that didn't work. Maybe my mind is going completely in the wrong direction today? =)

iptables -I INPUT -i eth0 -p tcp -s 0/0 -d $my_ip --dport 21 -m limit --limit 10/second --limit-burst 1 --tcp-flags ALL SYN -j ACCEPT


Greetings,

Joachim



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

             reply	other threads:[~2002-07-01 12:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-01 12:40 Joachim Wickman [this message]
2002-07-01 13:00 ` [LARTC] Hammer protection  Tobias Geiger
2002-07-01 17:51 ` Sebastian 'spax' Pape
2002-07-01 20:12 ` Joachim Wickman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-102552716626714@msgid-missing \
    --to=jwickman@tawi.fi \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.