From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Leonardo_Rodrigues_Magalh=E3es?= Subject: Re: How to make a computer invisible Date: Sun, 30 Nov 2003 16:49:31 -0300 Sender: netfilter-admin@lists.netfilter.org Message-ID: <008401c3b77b$12fee160$8b00000a@casa> References: <20031130181240.GD6930@zeus.tpfm.de> <006301c3b778$b22259a0$8b00000a@casa> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="iso-8859-1" To: netfilter-user Mailinglist Some new informations ..... iptables really cannot do that. But you should take a look at: http://sourceforge.net/projects/ebtables/ go to Files link and you'll see 'arptables' ..... guess what it does = ??? :) ----- Original Message -----=20 From: "Leonardo Rodrigues Magalh=E3es" To: "Thomas Preissler" ; "netfilter-user Mailinglist" Sent: Sunday, November 30, 2003 4:32 PM Subject: Re: How to make a computer invisible > AFAIK, iptables can use some 'layer 2' information such as MAC Addr= ess > for doing some filtering in some tables, but it CANT be used for filter= ing > those 'layer 2' packets. That means iptables CANNOT modify ARP/RARP > behavior. > > ----- Original Message -----=20 > From: "Thomas Preissler" > To: "netfilter-user Mailinglist" > Sent: Sunday, November 30, 2003 3:12 PM > Subject: How to make a computer invisible > > > how do I really make a computer totally invisibly as it would be > > when it does not exist? > > > > It is clear, that the simplest solution is to DROP all incoming > > packets, but what's about (R)ARP packets? Can they be blocked anyway?