From: Phil Oester <kernel@linuxace.com>
To: Matteo Croce <rootkit85@yahoo.it>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: UNWANTED state
Date: Wed, 29 Dec 2004 15:56:57 -0800 [thread overview]
Message-ID: <20041229235657.GA11573@linuxace.com> (raw)
In-Reply-To: <200412300042.18561.rootkit85@yahoo.it>
On Thu, Dec 30, 2004 at 12:42:17AM +0100, Matteo Croce wrote:
> Hi,
> time ago i wanted to stealth may gateway, so i start dropping outgoing
> icmp-port-unreachable packets, to avoid UDP scans.
> But i had also a '--dport 113 -j REJECT' target to allow faster irc logins,
> that stopped working since those ICMP were rejected by the new rule.
> So i hacked the kernel with a patch i also attach, to prevent those packets
> being generated.
Perhaps you should consider using:
--dport 113 -j REJECT --reject-with tcp-reset
instead of hacking the kernel to disable icmp rejects?
As far as the rest of your message goes, I suppose it is a matter of personal
preference, but if you have a firewall open to the world for a particular
service, people on the outside will be able to find it if that service is
running. Why do you care if people get an icmp unreachable when the service
is down? You aren't making the box more secure IMO by not allowing the
icmp error outbound.
Anyhow...this discussion likely belongs over on the general netfilter list.
Phil
next prev parent reply other threads:[~2004-12-29 23:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-29 23:42 UNWANTED state Matteo Croce
2004-12-29 23:56 ` Phil Oester [this message]
2004-12-30 0:39 ` Matteo Croce
2004-12-31 5:56 ` Willy Tarreau
2004-12-31 13:15 ` Matteo Croce
-- strict thread matches above, loose matches on Subject: below --
2004-12-29 22:58 Matteo Croce
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=20041229235657.GA11573@linuxace.com \
--to=kernel@linuxace.com \
--cc=netfilter-devel@lists.netfilter.org \
--cc=rootkit85@yahoo.it \
/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.