From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 08:17:23 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 3088337B401 for ; Wed, 2 Apr 2003 08:17:23 -0800 (PST) Received: from web13505.mail.yahoo.com (web13505.mail.yahoo.com [216.136.175.84]) by mx1.FreeBSD.org (Postfix) with SMTP id B5B2B43FAF for ; Wed, 2 Apr 2003 08:17:22 -0800 (PST) (envelope-from will@willardjwilliams.com) Message-ID: <20030402161722.59284.qmail@web13505.mail.yahoo.com> Received: from [80.133.191.138] by web13505.mail.yahoo.com via HTTP; Wed, 02 Apr 2003 08:17:22 PST Date: Wed, 2 Apr 2003 08:17:22 -0800 (PST) From: "W. J. Williams" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Stop this from clogging DMESG X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 16:17:23 -0000 arp: 192.168.0.2 is on lo0 but got reply from 00:d0:b7:b7:66:eb on fxp1 Hi, how do I stop this line from appearing 50,000,000 times per day in my DMESG output. I am sure it has something to do with the two nics I am running on this box. ****************************************** fxp0: flags=8843 mtu 1500 inet 192.168.0.2 netmask 0xfffff800 broadcast 192.168.7.255 inet6 fe80::2d0:b7ff:feb7:66eb%fxp0 prefixlen 64 scopeid 0x1 ether 00:d0:b7:b7:66:eb media: Ethernet autoselect (100baseTX ) status: active fxp1: flags=8843 mtu 1500 inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::202:b3ff:fe10:e413%fxp1 prefixlen 64 scopeid 0x2 ether 00:02:b3:10:e4:13 media: Ethernet autoselect (100baseTX ) status: active ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 faith0: flags=8002 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6 inet 127.0.0.1 netmask 0xff000000 ===== Will Williams