From owner-freebsd-net@FreeBSD.ORG Wed Apr 7 10:58:52 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 A802F16A4CE; Wed, 7 Apr 2004 10:58:52 -0700 (PDT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9911D43D41; Wed, 7 Apr 2004 10:58:52 -0700 (PDT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i37Hvmgd014325; Wed, 7 Apr 2004 10:57:48 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i37HvmLF014324; Wed, 7 Apr 2004 10:57:48 -0700 (PDT) (envelope-from rizzo) Date: Wed, 7 Apr 2004 10:57:48 -0700 From: Luigi Rizzo To: net@freebsd.org Message-ID: <20040407105748.C13115@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Subject: 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: Wed, 07 Apr 2004 17:58:52 -0000 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: > ifconfig rl0: flags=8843 mtu 1500 inet 10.0.1.55 netmask 0xffffff00 broadcast 10.0.1.255 inet 10.1.1.236 netmask 0xffffff00 broadcast 10.1.1.255 ether 00:40:f4:34:b1:4b media: Ethernet autoselect (100baseTX ) status: active lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 > arp -na ? (10.0.1.52) at 00:02:2d:08:a3:3b on rl0 [ethernet] ? (10.0.1.64) at 52:54:05:de:99:7c on rl0 [ethernet] > the interface is actually up and moving traffic -- the box is talking to 10.0.1.52. The route magically reappears if i try to open a session to the local box using the interface's address: > ssh 10.0.1.55 ... bla bla bla ... > arp -na ? (10.0.1.52) at 00:02:2d:08:a3:3b on rl0 [ethernet] ? (10.0.1.55) at 00:40:f4:34:b1:4b on rl0 permanent [ethernet] ? (10.0.1.64) at 52:54:05:de:99:7c on rl0 [ethernet] and it's marked permanent, so it should not expire! Yet it looks like they do anyways... cheers luigi