From owner-freebsd-questions@FreeBSD.ORG Fri Jun 25 15:28:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F9F016A4CE for ; Fri, 25 Jun 2004 15:28:22 +0000 (GMT) Received: from clubfoot.cracktown.com (clubfoot.cracktown.com [66.152.21.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id C318443D2D for ; Fri, 25 Jun 2004 15:28:21 +0000 (GMT) (envelope-from joeo@cracktown.com) Received: from clubfoot.cracktown.com (clubfoot.cracktown.com [66.152.21.243]) i5PFgU71060957; Fri, 25 Jun 2004 11:42:30 -0400 (EDT) (envelope-from joeo@cracktown.com) Date: Fri, 25 Jun 2004 11:42:30 -0400 (EDT) From: Joe O To: Peter Pauly In-Reply-To: Message-ID: <20040625113331.U39682@clubfoot.cracktown.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: ARP / Cisco Router Wierdness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 15:28:22 -0000 This behavior is consistent with most IOS based routers I've worked around, they typically hold onto an ARP entry for about 20 minutes before expiring it. On linux I've used a network utility called send_arp that can shoot a user specified gratuitous arp packet at another host on the same layer2 network. I'm sure there are other tools available to do the same from freebsd (if you don't have administrative access to the cisco to clear the arp cache). I'm not sure if I like cisco routers by default being willing to accept an arp response that it didn't request, but that's a different issue. On Fri, 25 Jun 2004, Peter Pauly wrote: > This morning while attempting to replace a server with a new machine > (same IP address, the old machine was unplugged), The Cisco 2600 > router's arp table continued to point to the old DNS server's MAC > address. > > Even after rebooting the new server (Freebsd 5.2.1), the MAC address > remained unchanged in the router. The router continued to point to the > old machine's MAC address. > > I updated the entry manually in the router and all was well. But I am > concerned that Freebsd is not announcing it's MAC address when the > machine or interface comes up. Any ideas? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >