From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Brenton Subject: Re: How to make a computer invisible Date: Sun, 30 Nov 2003 13:31:41 -0500 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1070217100.2884.9.camel@grendel> References: <20031130181240.GD6930@zeus.tpfm.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20031130181240.GD6930@zeus.tpfm.de> Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Thomas Preissler Cc: netfilter-user Mailinglist On Sun, 2003-11-30 at 13:12, Thomas Preissler wrote: > > how do I really make a computer totally invisibly as it would be > when it does not exist? Leave the power switch in the "off" position. ;-) > It is clear, that the simplest solution is to DROP all incoming > packets, Actually, dropping packets is a clear indication that you do in fact have a firewall protecting one or more systems. Its the only condition which will cause ICMP error packets to not be returned consistently. You would be better off rejecting with host unreachables. then your firewall looks like a simple router, and the host in question looks like it is powered down. HTH, C