From owner-freebsd-questions@FreeBSD.ORG Fri Aug 10 14:07:04 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB1BB106566C for ; Fri, 10 Aug 2012 14:07:04 +0000 (UTC) (envelope-from feenberg@nber.org) Received: from mail2.nber.org (mail2.nber.org [66.251.72.79]) by mx1.freebsd.org (Postfix) with ESMTP id 892248FC08 for ; Fri, 10 Aug 2012 14:07:04 +0000 (UTC) Received: from nber6 (nber6.nber.org [66.251.72.76]) by mail2.nber.org (8.14.4/8.14.4) with ESMTP id q7ADsxdf015526; Fri, 10 Aug 2012 09:54:59 -0400 (EDT) (envelope-from feenberg@nber.org) Date: Fri, 10 Aug 2012 09:46:55 -0400 (EDT) From: Daniel Feenberg X-X-Sender: feenberg@nber6 To: Cos In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20120810 #8136832, check: 20120810 clean Cc: freebsd-questions@freebsd.org Subject: Re: How to refresh network card buffer? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2012 14:07:05 -0000 On Fri, 10 Aug 2012, Cos wrote: > Hi all > > The background is I have around 100pcs router-like products. they all > have a fixed IP address 192.168.1.100 and of course different MAC > address. > > I need to connect them one by one to configure. > > The trouble is while I disconnect one unit and change to another unit, > the FreeBSD can not recognize the unit immediately. It need around > more than 10 minutes to ping 192.168.1.200 successfully. > > I can refresh it by "ifconfig ue0 down" and "ifconfig ue0 up", it > works but I think the way is not smart. > > I guess there is something like buffer to record IP and MAC pair has > to be cleaned. Could anybody advise? Try arp -d 192.168.1.200 as superuser to delete the MAC address from the local ip-to-mac table. dan feenberg > > -- > with kind regards > _______________________________________________ > 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" >