From: Antony Stone <Antony@Soft-Solutions.co.uk>
To: netfilter@lists.netfilter.org
Subject: Re: Port Scanner
Date: Wed, 5 Nov 2003 15:28:30 +0000 [thread overview]
Message-ID: <200311051528.hA5FSar13183@agate.rockstone.co.uk> (raw)
In-Reply-To: <014201c3a3af$abc00bc0$c2bf09ca@Housecall>
On Wednesday 05 November 2003 3:15 pm, hare ram wrote:
> Hi
>
> iam using p-o-m with PSD patch
>
> right now iam running this
>
> iptables -A INPUT -m psd -j DROP
>
> how do i run the script like this
> Log the Portscanner IP and Drop them
How about:
iptables -N log-and-drop
iptables -A INPUT -m psd -j log-and-drop
iptables -A log-and-drop -j LOG --log-level=....etc
iptables -A log-and-drop -j DROP
Antony.
--
Documentation is like sex:
when it's good, it's very very good;
when it's bad, it's still better than nothing.
Please reply to the list;
please don't CC me.
next prev parent reply other threads:[~2003-11-05 15:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-05 14:14 Port Scanner Leandro Takashi Hirano
2003-11-05 14:19 ` Antony Stone
2003-11-05 14:44 ` Leandro Takashi Hirano
2003-11-05 15:15 ` Antony Stone
2003-11-05 14:37 ` Cedric Blancher
2003-11-05 15:15 ` hare ram
2003-11-05 15:28 ` Antony Stone [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-11-05 15:06 tsh
2003-11-05 15:22 ` Antony Stone
2003-11-05 15:25 ` Martín
2003-11-05 16:38 tsh
2003-11-05 17:07 ` Antony Stone
2003-11-05 19:19 ` SBlaze
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=200311051528.hA5FSar13183@agate.rockstone.co.uk \
--to=antony@soft-solutions.co.uk \
--cc=netfilter@lists.netfilter.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox