From owner-freebsd-net@FreeBSD.ORG Thu Mar 7 20:26:29 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0273B679 for ; Thu, 7 Mar 2013 20:26:29 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5CBCF124 for ; Thu, 7 Mar 2013 20:26:27 +0000 (UTC) Received: (qmail 17974 invoked from network); 7 Mar 2013 21:39:52 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 7 Mar 2013 21:39:52 -0000 Message-ID: <5138F7EC.30804@freebsd.org> Date: Thu, 07 Mar 2013 21:26:20 +0100 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Krzysztof Barcikowski Subject: Re: Default route changes unexpectedly #2 (was Re: kernel: arpresolve: can't allocate llinfo for 65.59.233.102) References: <51378A9D.6080306@freebsd.org> <5138C9C8.6030809@freebsd.org> <5138EA26.4000403@airnet.opole.pl> In-Reply-To: <5138EA26.4000403@airnet.opole.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Nick Rogers , "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2013 20:26:29 -0000 On 07.03.2013 20:27, Krzysztof Barcikowski wrote: > W dniu 2013-03-07 18:09, Andre Oppermann pisze: >> On 07.03.2013 17:54, Nick Rogers wrote: >>> I'm not sure. I have not explicitly enabled/disabled it. I am using >>> the GENERIC kernel from 9.1 plus PF+ALTQ. >>> >>> # sysctl net.inet.flowtable.enable >>> sysctl: unknown oid 'net.inet.flowtable.enable' >>> # sysctl -a | grep flow >>> kern.sigqueue.overflow: 0 >>> net.inet.tcp.reass.overflows: 0 >>> net.inet6.ip6.auto_flowlabel: 1 >>> >>> uname -v >>> FreeBSD 9.1-RELEASE #0 r245436M: Mon Jan 14 16:34:21 EST 2013 >>> root@fbsd_91:/usr/obj/usr/src/sys/CUSTOM >>> >>> 8.0 release notes say flowtable is enabled by default on amd64/i386. >>> So I presume it is enabled? I can't seem to find much information >>> about this for FreeBSD 9.x >> >> It's not compiled in GENERIC on 9.x because it had/has some stability >> issues. I just wanted to make sure that the problem really come out >> of the arpresolve area before digging into it. >> > > I can confirm I get these messages as well: > > Mar 7 19:40:25 opole kernel: arpresolve: can't allocate llinfo for 86.58.122.125 > Mar 7 19:40:25 opole kernel: arpresolve: can't allocate llinfo for 86.58.122.125 OK. Then this is the common factor. > IP 86.58.122.125 is not from IP pool used by me. You mean it's not from one of the subnets on your interfaces? -- Andre