From owner-freebsd-net@FreeBSD.ORG Wed Apr 7 19:59:09 2004 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 5796E16A4D1; Wed, 7 Apr 2004 19:59:09 -0700 (PDT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3AC243D5D; Wed, 7 Apr 2004 19:59:08 -0700 (PDT) (envelope-from mike@sentex.net) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smtp3.sentex.ca (8.12.11/8.12.10) with ESMTP id i382x88L072354; Wed, 7 Apr 2004 22:59:08 -0400 (EDT) (envelope-from mike@sentex.net) Received: from BLUELAPIS.sentex.ca (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.12.11/8.12.11) with SMTP id i382x73G014381; Wed, 7 Apr 2004 22:59:08 -0400 (EDT) (envelope-from mike@sentex.net) From: Mike Tancsa To: Luigi Rizzo Date: Wed, 07 Apr 2004 22:59:08 -0400 Message-ID: References: <20040407105748.C13115@xorpc.icir.org> In-Reply-To: <20040407105748.C13115@xorpc.icir.org> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable cc: freebsd-net@freebsd.org Subject: Re: arp entries for local interfaces disappearing ? 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, 08 Apr 2004 02:59:09 -0000 On Wed, 7 Apr 2004 10:57:48 -0700, in sentex.lists.freebsd.net you wrote: >Can someone explain why, in my arp table, i don't have an >entry for my local machine ? I just noticed this by chance, >on my 4.9 box at the office, and now again at home: I think this is a fairly old thing as I noticed this at least a year and a half ago on RELENG_4 box back then. My memory is a bit foggy, but it was causing problems for some reason so I ended up adding a=20 ping -c 1 to the startup script so the entry would be there. ---Mike