From owner-freebsd-questions@FreeBSD.ORG Tue Oct 30 06:42:33 2007 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 3183516A418 for ; Tue, 30 Oct 2007 06:42:33 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id B95F813C480 for ; Tue, 30 Oct 2007 06:42:32 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1430926nfb for ; Mon, 29 Oct 2007 23:42:11 -0700 (PDT) Received: by 10.78.168.1 with SMTP id q1mr3755499hue.1193630230745; Sun, 28 Oct 2007 20:57:10 -0700 (PDT) Received: by 10.78.97.16 with HTTP; Sun, 28 Oct 2007 20:57:10 -0700 (PDT) Message-ID: <64c038660710282057o4077f09cr913017aa56a28a79@mail.gmail.com> Date: Sun, 28 Oct 2007 21:57:10 -0600 From: Modulok To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: arp: 192.168.1.1 is on lo0 but got reply from... 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: Tue, 30 Oct 2007 06:42:33 -0000 One of my FreeBSD machines acts as a router, providing shared internet access via ipfw/natd to the local network. Recently I've been getting a lot of these in the logs: arp: 192.168.1.1 is on lo0 but got reply from (someEthernetAddress) on xl1 xl1 is my Internet-facing interface. The address 192.168.1.1 is configured on the internal interface, xl0 not xl1. The address mapping for 192.168.1.1 is a permanent entry in the ARP table. 1) After reading the arp(4) manpage am I to assume that someone on my ISP's side of things has something terribly mis-configured? 2) If the local host has a permanent entry for 192.168.1.1, why would it send out an arp request for an address it already knows (is this normal)? Just trying to make sure it's not something I screwed up... -Modulok-