From owner-freebsd-net Mon Oct 29 13:49:17 2001 Delivered-To: freebsd-net@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id 2EB5B37B405 for ; Mon, 29 Oct 2001 13:49:14 -0800 (PST) Received: (qmail 1833 invoked by uid 1000); 29 Oct 2001 21:49:12 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 29 Oct 2001 21:49:12 -0000 Date: Mon, 29 Oct 2001 15:49:12 -0600 (CST) From: Mike Silbersack To: veedee Cc: "freebsd-net@FreeBSD.ORG" Subject: Re: your mail In-Reply-To: <20011029203627.5527437B406@hub.freebsd.org> Message-ID: <20011029154344.X1182-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 29 Oct 2001, veedee wrote: > Hello, > > Can anyone please explain to me what this means? > > Oct 29 21:46:58 /kernel: arp: 00:c0:df:eb:a9:1c is using my IP address 172.27.0.1! Sounds bad, you should figure out who's trying to use your IP and get that fixed. > Oct 29 21:46:58 /kernel: xl0: no memory for rx list -- packet dropped! > ... and after that... a whole bunch of... You're running out of nmbclusters. You can up it by adding kern.ipc.nmbclusters= to /boot/loader.conf and then rebooting. To see what your current mbuf cluster usage / max are, see netstat -m. (If you're running less than 4.4, you will need to set NMBCLUSTERS in the kernel config instead, then rebuild your kernel.) Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message