From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 03:37:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5240916A417 for ; Thu, 24 Jan 2008 03:37:40 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from mx-out-01.forthnet.gr (mx-out.forthnet.gr [193.92.150.104]) by mx1.freebsd.org (Postfix) with ESMTP id D7AD113C44B for ; Thu, 24 Jan 2008 03:37:39 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from mx-av-01.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-01.forthnet.gr (8.13.8/8.13.8) with ESMTP id m0O3bbQR006466; Thu, 24 Jan 2008 05:37:37 +0200 Received: from MX-IN-04.forthnet.gr (mx-in-04.forthnet.gr [193.92.150.163]) by mx-av-01.forthnet.gr (8.14.1/8.14.1) with ESMTP id m0O3bbn1007210; Thu, 24 Jan 2008 05:37:37 +0200 Received: from kobe.laptop (ppp133-151.adsl.forthnet.gr [62.1.124.151]) by MX-IN-04.forthnet.gr (8.14.2/8.14.2) with ESMTP id m0O3baGY011603; Thu, 24 Jan 2008 05:37:37 +0200 Authentication-Results: MX-IN-04.forthnet.gr smtp.mail=keramida@ceid.upatras.gr; spf=neutral Authentication-Results: MX-IN-04.forthnet.gr header.from=keramida@ceid.upatras.gr; sender-id=neutral Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m0O3baXC012521; Thu, 24 Jan 2008 05:37:36 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m0O3bYtZ012520; Thu, 24 Jan 2008 05:37:34 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 24 Jan 2008 05:37:34 +0200 From: Giorgos Keramidas To: Anjang Aki Message-ID: <20080124033734.GB12442@kobe.laptop> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: Out of range IP address in /var/log/messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 03:37:40 -0000 On 2008-01-24 11:32, Anjang Aki wrote: > Hello, > i have never added IP 213.112.194.33 in my rc.conf and the log keep > generated the error every hours > > fyi, my network start from 213.112.194.34 to 213.112.194.62 > it causes my cpu utilization turning upside down from 90% idle to 0% > easily and making the logfile getting its size bigger > > other than /etc/rc.conf, where else should i checked if there's any > entry of this IP address? > messages log: > [root@freebsdsrv /var/log]# cat messages > Jan 20 16:59:50 freebsdsrv kernel: arplookup 213.112.194.33 failed: host is not on local network > Jan 20 17:00:50 freebsdsrv kernel: arplookup 213.112.194.33 failed: host is not on local network > Jan 20 17:00:50 freebsdsrv last message repeated 27 times It would help if you could show us your `ifconfig -a' output. This way we will know what IP address *and* netmask you are using.