Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 1999 17:44:28 -0400 (EDT)
From:      "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
To:        gouders@et.bocholt.fh-ge.de
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: arplookup failure
Message-ID:  <199909252144.RAA46988@cc942873-a.ewndsr1.nj.home.com>
In-Reply-To: <199909241302.PAA11232@musashi.et.bocholt.fh-ge.de> from "gouders@et.bocholt.fh-ge.de" at "Sep 24, 1999 03:02:15 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
gouders@et.bocholt.fh-ge.de wrote,
> Hi, 
> 
> I searched the mailing list archive to understand and find a solution
> to my problem but have not been fully satisfied whith the answers I
> found.  So, I take the risk to bore some of the readers...
> 
> Here's my problem:
> 
> I frequently get kernel messages like:
> 
> Sep 23 21:40:38 musashi /kernel: arplookup 193.175.175.156 failed: host is not on local network
> Sep 24 12:54:03 musashi /kernel: arplookup 193.175.175.160 failed: host is not on local network
> 
> and don't understand:
> 
> a) Why the kernel tries to arplookup these hosts (i.e. why and from
>    which module arplookup is conducted)
> 
> b) What to change to get rid of the messages.

The source code is in,

	/usr/src/sys/netinet/if_ether.c

The error message is generated by the arplookup() routine. arplookup()
is called in arpresolve() and in_arpinput().

I've seen these messages too (usually from misconfigured machines). I
am not _exactly_ sure what is prompting the machine to try to do an arp
lookup on a machine that is not on the local network, but it may be
that for some reason the machine's in question sent a packet directly
to the host and it is doing a sanity check on the packet. A guess.
-- 
Crist J. Clark                           cjclark@home.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909252144.RAA46988>