From owner-freebsd-questions Wed Oct 30 12:38:26 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA27544 for questions-outgoing; Wed, 30 Oct 1996 12:38:26 -0800 (PST) Received: from www.hsc.wvu.edu (www.hsc.wvu.edu [157.182.105.122]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA27538 for ; Wed, 30 Oct 1996 12:38:22 -0800 (PST) Received: (from jsigmon@localhost) by www.hsc.wvu.edu (8.7.5/8.7.3) id PAA16804; Wed, 30 Oct 1996 15:38:53 -0500 (EST) Date: Wed, 30 Oct 1996 15:38:53 -0500 (EST) From: Jeremy Sigmon To: dwhite@resnet.uoregon.edu cc: questions@freebsd.org Subject: Re: error question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I am getting the following error: > > > > /kernal: arpresolve: cannot allocate llinfo for 157.182.105.123 > > > > 123 is an aliased ip on my machine. > > This error happens when I run MOMSpider against myself to find bad > > links at my site. Am I filling up a network buffer or some such? > > Should I enlarge something in the kernel? > > No, this is a routing problem. For some reason the system can't identify > where 157.182.105.123 is in a routing sense and thus can't get ARP > information for that address. > > Try adding an explicit route for it. > I have in my rc.local route -add interface 157.182.105.123 127.0.0.1 route get 157.182.105.123 gives me the answer route to: hscnet destination: hscnet interface: ep0 flags: recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 16384 16384 0 0 0 0 1500 0 What else should I do? thanks for the help.