From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 07:33:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09F9E37B401 for ; Mon, 31 Mar 2003 07:33:29 -0800 (PST) Received: from mail1.ruraltel.net (mail1.ruraltel.net [24.225.0.34]) by mx1.FreeBSD.org (Postfix) with SMTP id EDDE043F85 for ; Mon, 31 Mar 2003 07:33:27 -0800 (PST) (envelope-from darryl@osborne-ind.com) Received: (qmail 17958 invoked by uid 204); 31 Mar 2003 15:33:26 -0000 Received: from darryl@osborne-ind.com by mail1.ruraltel.net by uid 201 with qmail-scanner-1.14 (F-PROT: 3.12spamassassin: 2.43. Clear:SA:0(0.8/5.0):. Processed in 0.308608 secs); 31 Mar 2003 15:33:26 -0000 X-Qmail-Scanner-Mail-From: darryl@osborne-ind.com via mail1.ruraltel.net X-Qmail-Scanner: 1.14 (Clear:SA:0(0.8/5.0):. Processed in 0.308608 secs) Received: from unknown (HELO darryl) (24.225.31.189) by 0 with SMTP; 31 Mar 2003 15:33:26 -0000 From: "Darryl Hoar" To: Date: Mon, 31 Mar 2003 09:35:37 -0600 Message-ID: <012801c2f79b$2dd069a0$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal X-Spam-Status: No, hits=0.8 required=5.0 tests=SPAM_PHRASE_00_01,USER_AGENT_OUTLOOK version=2.43 X-Spam-Level: Subject: Arp question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: darryl@osborne-ind.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2003 15:33:30 -0000 Greetings, I have /kernel Arplookup failure: 10.1.1.1 is not on the local network. I have confirmed that this is a test port address on a pieced of gear at my ISP. I have firewall rules blocking private IP's in and out, but ARP aint IP as I've been told. To try and get this messages to stop (one a minute or so), I have tried: # ifconfig ep0 -arp to try and disable arp on the external interface. That works for a while, but after a few minutes the interface hangs. I can't get the ISP to do anything about it. How can I get my FreeBSD 4.7-stable machine to ignore these? I have verified that the NIC is not in promiscous mode by # ifconfig ep0 -promisc but it makes no difference. Any ideas ? thanks, Darryl