Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270345AbTHQP53 (ORCPT ); Sun, 17 Aug 2003 11:57:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270346AbTHQP53 (ORCPT ); Sun, 17 Aug 2003 11:57:29 -0400 Received: from smtpzilla2.xs4all.nl ([194.109.127.138]:54788 "EHLO smtpzilla2.xs4all.nl") by vger.kernel.org with ESMTP id S270345AbTHQP52 (ORCPT ); Sun, 17 Aug 2003 11:57:28 -0400 Message-ID: <011a01c364d8$44be1f90$c801a8c0@llewella> From: "Bas Bloemsaat" To: "Alan Cox" , "Carlos Velasco" Cc: "Lamont Granquist" , "Bill Davidsen" , "David S. Miller" , "Marcelo Tosatti" , , , , , "Linux Kernel Mailing List" References: <20030728213933.F81299@coredump.scriptkiddie.org> <200308171509570955.003E4FEC@192.168.128.16> <200308171516090038.0043F977@192.168.128.16> <1061127715.21885.35.camel@dhcp23.swansea.linux.org.uk> <200308171555280781.0067FB36@192.168.128.16> <1061134091.21886.40.camel@dhcp23.swansea.linux.org.uk> Subject: Re: [2.4 PATCH] bugfix: ARP respond on all devices Date: Sun, 17 Aug 2003 17:57:26 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 757 Lines: 21 What wonders me about the behaviour is that it is not consistent. When I have the following situation: a box with twon nics, one 192.168.1.1, ethernet adr aa , the other 192.168.1.2 ethernet adr bb When I do an ARP request for 192.168.1.2, both respond. aa as wel as bb But if I do another request for 192.168.1.2, and I direct it to the aa NIC, it does not respond. Unless I turn on packet_forwarding (i.e. routing). Remember, ARP is not routable, or shouldn't be, yet it is treated as such. Regards, Bas - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/