From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 08:42:50 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 B637537B407 for ; Wed, 2 Apr 2003 08:42:50 -0800 (PST) Received: from web13505.mail.yahoo.com (web13505.mail.yahoo.com [216.136.175.84]) by mx1.FreeBSD.org (Postfix) with SMTP id 5003443F3F for ; Wed, 2 Apr 2003 08:42:50 -0800 (PST) (envelope-from will@willardjwilliams.com) Message-ID: <20030402164250.64140.qmail@web13505.mail.yahoo.com> Received: from [80.133.191.138] by web13505.mail.yahoo.com via HTTP; Wed, 02 Apr 2003 08:42:50 PST Date: Wed, 2 Apr 2003 08:42:50 -0800 (PST) From: "W. J. Williams" To: freebsd-questions@freebsd.org In-Reply-To: <20030402162615.GF1912@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: 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:42:51 -0000 --- Dan Nelson wrote: > In the last episode (Apr 02), W. J. Williams said: > > 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 > > fxp1: flags=8843 mtu 1500 > > inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 > > You have overlapping networks, for one. > > fxp0's network range is 192.168.0.0 -> 192.168.7.255 > fxp1's network range is 192.168.1.0 -> 192.168.1.255 > > The 192.168.1/24 subnet is accessible to both cards, so the fxp1 > interface is redundant. Try removing the card completely. ********************************************* this box is in a lab-learning environment...how do I stop and keep both cards...should I make range for fxp1 192.168.8.x? ===== Will Williams