From owner-freebsd-net@FreeBSD.ORG Thu Mar 24 04:05:07 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D184516A4CE for ; Thu, 24 Mar 2005 04:05:07 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [83.167.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E35C743D41 for ; Thu, 24 Mar 2005 04:05:06 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 1D471651FA; Thu, 24 Mar 2005 04:02:05 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12560-01; Thu, 24 Mar 2005 04:02:04 +0000 (GMT) Received: from empiric.dek.spc.org (dhcp52.icir.org [192.150.187.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id DBF8A651F7; Thu, 24 Mar 2005 04:02:03 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 59ADE62DB; Wed, 23 Mar 2005 20:05:02 -0800 (PST) Date: Wed, 23 Mar 2005 20:05:02 -0800 From: Bruce M Simpson To: Olivier Nicole Message-ID: <20050324040502.GB749@empiric.icir.org> Mail-Followup-To: Olivier Nicole , freebsd-net@freebsd.org References: <200503240339.j2O3dpoN099306@banyan.cs.ait.ac.th> <42423976.7000608@schluting.com> <200503240358.j2O3wb4I099605@banyan.cs.ait.ac.th> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503240358.j2O3wb4I099605@banyan.cs.ait.ac.th> cc: freebsd-net@freebsd.org Subject: Re: Resolving MAC address X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 04:05:07 -0000 On Thu, Mar 24, 2005 at 10:58:37AM +0700, Olivier Nicole wrote: > But what i really want to avoid is sending any IP/ICMP packet when the > ARP resolution is all I need. (And some people even filter out the > ICMP echo request packets (Windows XP firewall), so I have to wait for > the time out). ports/net/arping BMS