From owner-freebsd-questions@FreeBSD.ORG Mon Mar 15 08:22:02 2004 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 5462816A4CF for ; Mon, 15 Mar 2004 08:22:02 -0800 (PST) Received: from ws1.cnweb.com (ws1.cnweb.com [207.91.1.11]) by mx1.FreeBSD.org (Postfix) with SMTP id B126F43D2D for ; Mon, 15 Mar 2004 08:22:01 -0800 (PST) (envelope-from darryl@osborne-ind.com) Received: (qmail 21570 invoked from network); 15 Mar 2004 16:22:01 -0000 Received: from p245n23.ruraltel.net (HELO darryl) (24.225.23.245) by spkg.com with SMTP; 15 Mar 2004 16:22:01 -0000 From: "Darryl Hoar" To: Date: Mon, 15 Mar 2004 10:23:03 -0600 Message-ID: <01d801c40aa9$cb5bac30$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.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Importance: Normal Subject: Block ARP messages 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, 15 Mar 2004 16:22:02 -0000 Greetings, I have a 4.4-stable box that is a firewall/router/nat box for my Lan. I keep getting the following message: /kernel arplookup 10.2.2.2 failed. Host is not on local network. My external Nic is configured with a real IP, and a netmask of 255.255.255.0. This is static and configured per the ISP's instruction. My internal nic is statically configured to use the 192.168.1.4 ip address with the netmask of 255.255.255.0. netstat -rn shows nothing odd or out of the ordinary. How can I supress these messages as they fill my log and console. thanks in advance, Darryl. BTW, I think these messages are generated prior to IPFilter ever getting in the picture.