From owner-freebsd-questions@FreeBSD.ORG Mon Apr 4 16:15:39 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F39D816A4CE for ; Mon, 4 Apr 2005 16:15:38 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91EDE43D55 for ; Mon, 4 Apr 2005 16:15:38 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1241459rng for ; Mon, 04 Apr 2005 09:15:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=PktDirZYS8bA+Ay9+hp7Nq/jlspnXmwFZeC8jysU8amlaz9Z2k/lO5Vd/vr/NDqjpKhJoFPLMIRu0xdq70+OOFTieLBaOex5iuZWAUVxBEMjxOihqYWOsZ19eN3cYoFZJ5LRQZGoLW4h9h9EVwGf6f2Knzj7yBndKZF58s7W7fM= Received: by 10.38.86.68 with SMTP id j68mr5453910rnb; Mon, 04 Apr 2005 09:15:37 -0700 (PDT) Received: by 10.54.42.28 with HTTP; Mon, 4 Apr 2005 09:15:37 -0700 (PDT) Message-ID: <810a540e050404091536f7fe1@mail.gmail.com> Date: Mon, 4 Apr 2005 09:15:37 -0700 From: Pat Maddox To: FreeBSD Questions In-Reply-To: <425137AA.8090401@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <810a540e05040405173caeb280@mail.gmail.com> <425137AA.8090401@mail.ru> Subject: Re: arplookup failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 16:15:39 -0000 Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 69.61.54.161 UGS 0 838 rl0 69.61.54.160/29 link#1 UC 0 0 rl0 69.61.54.161 00:02:85:0d:7c:80 UHLW 1 0 rl0 156 127.0.0.1 127.0.0.1 UH 0 0 lo0 Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UH lo0 fe80::%rl0/64 link#1 UC rl0 fe80::20c:6eff:fe44:4391%rl0 00:0c:6e:44:43:91 UHL lo0 fe80::%lo0/64 fe80::1%lo0 U lo0 fe80::1%lo0 link#2 UHL lo0 ff01::/32 ::1 U lo0 ff02::%rl0/32 link#1 UC rl0 ff02::%lo0/32 ::1 UC lo0 On Apr 4, 2005 5:48 AM, Andrew P. wrote: > Pat Maddox wrote: > > I've got a system running 5.3-p6, and am getting this error every 20 > > minutes or so: > > kernel: arplookup 69.61.54.33 failed: host is not on local network > > > > I get that the host isn't on the network, but I don't have any idea > > where the message is coming from. It's in /var/log/messages, shows up > > about every 20 minutes. Any ideas? > > Maybe a direct route to that host is specified > in your routing table. Provide the output of > `netstat -rn` please. > > Best wishes, > Andrew P. >