From: Norberto Bensa <nbensa@gmx.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] IPtables question
Date: Thu, 1 Feb 2007 00:58:35 -0300 [thread overview]
Message-ID: <200702010058.35787.nbensa@gmx.net> (raw)
In-Reply-To: <c001995e0701311236g51b7c4cdubcd71e51b1ddd3a3@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 424 bytes --]
James Colby wrote:
> currently forwarding all ssh traffic to my gentoo box. What I would
> like to do is set up iptables to only allow ssh logins from a small
> number of internet hosts,
iptables -A INPUT -s ip-address-of-know-host --dport 22 -j ACCEPT
> and to reject and log all other ssh
> attempts.
iptables -A INPUT --dport 22 -j LOG
iptables -A INPUT --dport 22 -j REJECT
Regards,
Norberto
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2007-02-01 4:04 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-31 20:36 [gentoo-user] IPtables question James Colby
2007-01-31 20:56 ` Albert Hopkins
2007-01-31 23:25 ` Mick
2007-02-01 3:58 ` Norberto Bensa [this message]
2007-02-02 8:45 ` Pawel Kraszewski
2007-02-02 9:54 ` Hans-Werner Hilse
2007-02-02 11:01 ` Pawel Kraszewski
-- strict thread matches above, loose matches on Subject: below --
2011-12-16 15:17 [gentoo-user] iptables question Tanstaafl
2011-12-17 16:34 ` Hari Purnama
2011-12-17 17:25 ` Tanstaafl
2006-03-28 13:38 Hiren Dave
2006-03-28 14:06 ` Boyd Stephen Smith Jr.
2006-03-28 14:35 ` Uwe Thiem
2006-03-29 2:24 ` JimD
2006-01-20 19:49 Dmitry S. Makovey
2006-01-20 20:49 ` Trenton Adams
2006-01-20 22:21 ` Dmitry S. Makovey
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=200702010058.35787.nbensa@gmx.net \
--to=nbensa@gmx.net \
--cc=gentoo-user@lists.gentoo.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