From owner-freebsd-questions Fri Sep 29 12:35:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id D332C37B650 for <questions@FreeBSD.ORG>; Fri, 29 Sep 2000 12:35:08 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id PAA94223; Fri, 29 Sep 2000 15:35:06 -0400 (EDT) (envelope-from wollman) Date: Fri, 29 Sep 2000 15:35:06 -0400 (EDT) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Message-Id: <200009291935.PAA94223@khavrinen.lcs.mit.edu> To: "gummibear@nettaxi.com" <gummibear@nettaxi.com> Cc: questions@FreeBSD.ORG Subject: Need help understanding ARP messages in /var/log/messages In-Reply-To: <200009291935.MAA27065@mail17.bigmailbox.com> References: <200009291935.MAA27065@mail17.bigmailbox.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG <<On Fri, 29 Sep 2000 12:35:07 -0700, "gummibear@nettaxi.com" <gummibear@nettaxi.com> said: > Sep 29 11:56:48 ns /kernel: arp: 10.0.0.5 is on lo0 but got reply from 00:50:04: > 18:53:47 on tl0 It's telling you that your network interfaces are badly misconfigured. You have apparently done something seriously odd which causes it to think that some network that matches 10.0.0.5 is configured on the loopback interface, when clearly it should be configured on tl0 instead. (Alternatively, someone out there on the network tl0 is connected to has it wrong, but given the numbers in question this seems less likely.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message