From owner-freebsd-questions@FreeBSD.ORG Fri Aug 10 14:03:13 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C63BF106564A for ; Fri, 10 Aug 2012 14:03:13 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (ei.bzerk.org [82.95.223.12]) by mx1.freebsd.org (Postfix) with ESMTP id 472F28FC0A for ; Fri, 10 Aug 2012 14:03:12 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.4/8.14.4) with ESMTP id q7AE39cg049015 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Aug 2012 16:03:09 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.4/8.14.4/Submit) id q7AE389Q049014; Fri, 10 Aug 2012 16:03:08 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Fri, 10 Aug 2012 16:03:08 +0200 From: Ruben de Groot To: Cos Message-ID: <20120810140308.GA49001@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Cos , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-12.9 required=5.0 tests=ALL_TRUSTED,AUTHD_RELAY, BAYES_00 autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Fri, 10 Aug 2012 16:03:11 +0200 (CEST) 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:03:13 -0000 Try arp -ad On Fri, Aug 10, 2012 at 03:38:54PM +0200, Cos typed: > 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? > > -- > 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"