From owner-freebsd-net@FreeBSD.ORG Wed May 7 23:43:10 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D12519D for ; Wed, 7 May 2014 23:43:10 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [67.212.89.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A3F4E01 for ; Wed, 7 May 2014 23:43:10 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) by mail.bsdinfo.com.br (Postfix) with ESMTP id DDC92139E4 for ; Wed, 7 May 2014 20:43:13 -0300 (BRT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-transfer-encoding:content-type:content-type :in-reply-to:references:subject:subject:to:mime-version :user-agent:from:from:date:date:message-id; s=dkim; t= 1399506189; x=1400370190; bh=ioaUtr8/b/PNM3mLg7xJNOseb08vVXH2MUK /zjttHLk=; b=UlTjt28Qvl3mxQPBQILA87dM5h6t9ckq9LouC5QDpwU6NiE6PQK +deOthoeL8169pCWDEN1bFhxArZPJDi9DR7MSqTEN8I0S06XxO1m9mit3Qz2a5N6 xTXpQorCrMyGufSptvZczg1Bhdg2bnpARcwXX/8mgEYqEYELQCG82PBc= X-Virus-Scanned: amavisd-new at mail.bsdinfo.com.br Received: from mail.bsdinfo.com.br ([127.0.0.1]) by mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KVjrBHzOGlOD for ; Wed, 7 May 2014 20:43:09 -0300 (BRT) Received: from MacBook-de-Gondim-2.local (unknown [186.193.54.69]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id 73CE2139C3 for ; Wed, 7 May 2014 20:43:09 -0300 (BRT) Message-ID: <536AC505.80107@bsdinfo.com.br> Date: Wed, 07 May 2014 20:43:01 -0300 From: Marcelo Gondim User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: FreeBSD Net Subject: Re: Problem with removing mac address from arptable on 10-stable References: <536A5580.6020502@bsdinfo.com.br> <536A822A.7040404@bsdinfo.com.br> In-Reply-To: <536A822A.7040404@bsdinfo.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 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 May 2014 23:43:10 -0000 Em 07/05/14 15:57, Marcelo Gondim escreveu: > Em 07/05/14 15:18, Alan Somers escreveu: >> On Wed, May 7, 2014 at 9:47 AM, Marcelo Gondim >> wrote: >>> Hi all, >>> >>> I'm having this problemon my FreeBSD 10-STABLE: >>> >>> (root@rt01)[~]# arp -an|grep 187.xxx.216.252 >>> ? (187.xxx.216.252) at 5c:e0:f6:00:11:29 on vlan4 permanent [vlan] >>> >>> (root@rt01)[~]# arp -d 187.xxx.216.252 >>> delete: cannot locate 187.xxx.216.252 >>> >>> FreeBSD rt01.xxxxxx.com.br 10.0-STABLE FreeBSD 10.0-STABLE #8 >>> r265409: Tue >>> May 6 01:14:05 BRT 2014 >>> root@rt01.xxxxxx.com.br:/usr/obj/usr/src/sys/GONDIM >>> amd64 >>> >>> This is a real problem or am I missing something? >> Are you using multiple FIBs? There are been bugs relating to FIBs and >> the ARP table. If you're unsure, check "sysctl net.fibs" > Hi Alan, > > Thanks for your reply. > > # sysctl net.fibs > net.fibs: 2 > > I'll change it to 1 and see if the problem will happen. > > Thanks! Hi Alan, did not work :( It also happens the errors below when I try to add a host in the arp table: # arp -an|grep 187.xxx ? (187.xxx.219.28) at 00:1e:67:77:de:62 on vlan4 permanent [vlan] # arp -s 187.xxx.223.254 5c:e0:f6:00:12:8e cannot intuit interface index and type for 187.xxx.223.254 # arp -s 187.xxx.216.253 5c:e0:f6:00:11:2c cannot intuit interface index and type for 187.xxx.216.253 # arp -s 187.xxx.223.253 5c:e0:f6:00:12:8b cannot intuit interface index and type for 187.xxx.223.253 # arp -s 187.xxx.216.254 5c:e0:f6:00:11:2f cannot intuit interface index and type for 187.xxx.216.254 # sysctl net.fibs net.fibs: 1 dmesg: arpresolve: can't allocate llinfo for 187.xxx.216.254 arpresolve: can't allocate llinfo for 187.xxx.216.254 arpresolve: can't allocate llinfo for 187.xxx.216.254 arpresolve: can't allocate llinfo for 187.xxx.216.254 arpresolve: can't allocate llinfo for 187.xxx.216.254 arpresolve: can't allocate llinfo for 187.xxx.216.254 arpresolve: can't allocate llinfo for 187.xxx.216.254 arpresolve: can't allocate llinfo for 187.xxx.216.254 Thanks and best regards