From owner-freebsd-hackers Fri Dec 15 01:02:37 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA06004 for hackers-outgoing; Fri, 15 Dec 1995 01:02:37 -0800 (PST) Received: from pcpsj.pfcs.com (harlan.clark.net [168.143.10.179]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA05983 for ; Fri, 15 Dec 1995 01:02:30 -0800 (PST) Received: from mumps.pfcs.com (mumps.pfcs.com [192.52.69.11]) by pcpsj.pfcs.com (8.6.11/8.6.9) with SMTP id EAA01347 for ; Fri, 15 Dec 1995 04:02:25 -0500 Received: from localhost by mumps.pfcs.com with SMTP id AA11079 (5.67b/IDA-1.5 for ); Fri, 15 Dec 1995 04:02:23 -0500 To: freebsd-hackers@freebsd.org Subject: Strange arplookup() message Date: Fri, 15 Dec 1995 04:02:22 -0500 Message-Id: <11077.819018142@mumps.pfcs.com> From: Harlan Stenn Sender: owner-hackers@freebsd.org Precedence: bulk At one site I know they get console messages about once every hour or so from each of 4 FreeBSD 2.1-STABLE (as of about 5 months ago) machines: arplookup 0.0.0.204 failed: host is not on local network These messages are coming from @line 452 of if_ether.c, and (obviously) itaddr.s_addr == myaddr.s_addr (I put in a debug statement, and sure enough, the IP address of the machine pops out). Rebooting doesn't help. "arp -a" doesn't list 0.0.0.204 . Why are we getting these messages? More importantly, how can I make the message disappear (besides doing something stupid to if_ether.c)? Thanks... H