From owner-freebsd-questions@FreeBSD.ORG Mon Nov 24 17:25:37 2003 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 6BCC916A4CE for ; Mon, 24 Nov 2003 17:25:37 -0800 (PST) Received: from siralan.org (12-223-227-231.client.insightbb.com [12.223.227.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557F743FAF for ; Mon, 24 Nov 2003 17:25:36 -0800 (PST) (envelope-from mikes@siralan.org) Received: from siralan.org (localhost [127.0.0.1]) by siralan.org (8.12.10/8.12.10) with ESMTP id hAP1PZss091363; Mon, 24 Nov 2003 20:25:35 -0500 (EST) (envelope-from mikes@siralan.org) Received: (from mikes@localhost) by siralan.org (8.12.10/8.12.10/Submit) id hAP1PYJ0091362; Mon, 24 Nov 2003 20:25:35 -0500 (EST) (envelope-from mikes) From: "Michael L. Squires" Message-Id: <200311250125.hAP1PYJ0091362@siralan.org> To: jesse@wingnet.net Date: Mon, 24 Nov 2003 20:25:34 -0500 (EST) In-Reply-To: from "Jesse Guardiani" at Nov 24, 2003 03:47:00 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Arplookup error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 01:25:37 -0000 > Sorin Chiorean wrote: > > > I doesn't seem to show up on a regular base. > > This is an example from a log file : > > Nov 24 12:16:45 nira /kernel: arplookup 100.93.140.1 failed: host is not > > on local network I've seen this when the IP number is not in the network defined by the IP number and netmask bound to that interface. The organization I worked for had a single class B subnet which they subnetted into multiple class C subnets, but they passed traffic from more than one class C subnet at the same time through the building switches and FreeBSD didn't like it. Mike Squires