From owner-freebsd-questions Mon Mar 22 23:22:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hummer.globotech.dyndns.org (24.64.228.185.ab.wave.home.com [24.64.228.185]) by hub.freebsd.org (Postfix) with ESMTP id 73620152E3 for ; Mon, 22 Mar 1999 23:22:16 -0800 (PST) (envelope-from root@globotech.dyndns.org) Received: from localhost (root@localhost) by hummer.globotech.dyndns.org (8.9.3/8.9.3) with ESMTP id AAA00622 for ; Tue, 23 Mar 1999 00:21:36 -0700 (MST) (envelope-from root@globotech.dyndns.org) Date: Tue, 23 Mar 1999 00:21:36 -0700 (MST) From: Charlie ROOT To: freebsd-questions@FreeBSD.ORG Subject: arpresolve error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I keep getting this message in the /var/log/messages file once in a while: Mar 23 00:06:42 hummer /kernel: arpresolve: can't allocate llinfo for 127.0.0.1rt Mar 23 00:06:54 hummer /kernel: arplookup 127.0.0.1 failed: could not allocate llinfo Here's what netstat -rn shows: Destination Gateway Flags Refs Use Netif Expire default 24.64.228.1 UGSc 8 304 fxp0 24.64.228/24 link#1 UC 0 0 fxp0 24.64.228.1 8:0:3e:0:98:99 UHLW 8 0 fxp0 978 24.64.228.185 127.0.0.1 UGHS 0 10 fxp0 127.0.0.1 127.0.0.1 UH 2 107 lo0 192.168 link#2 UC 0 0 fxp1 192.168.0.2 0:10:4b:73:c5:a6 UHLW 3 92790 fxp1 1094 192.168.0.255 ff:ff:ff:ff:ff:ff UHLWb 4 170 fxp1 and this is what i get from ifconfig -a fxp0: flags=8843 mtu 1500 inet 24.64.228.185 netmask 0xffffff00 broadcast 24.64.228.255 ether 00:a0:c9:cc:13:5f media: autoselect (10baseT/UTP) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP fxp1: flags=8843 mtu 1500 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:a0:c9:b8:c5:a9 media: autoselect (10baseT/UTP) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP lo0: flags=8049 mtu 16384 Anyone know how I could fix this? thank you, Octavian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message