Date: Wed, 28 Nov 2001 13:39:18 +1000 (EST) From: Colin Campbell <sgcccdc@citec.qld.gov.au> To: Kal Torak <kaltorak@quake.com.au> Cc: FreeBSD Stable <freebsd-stable@FreeBSD.ORG>, FreeBSD ISP <freebsd-isp@FreeBSD.ORG> Subject: Re: Whats with this -> sendto: No buffer space available Message-ID: <Pine.BSF.4.33.0111281335190.42315-100000@guru.citec.qld.gov.au> In-Reply-To: <3C0454B6.6000102@quake.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Methinks you is out of "mbufs". Try a "netstat -m". You can maybe increase mbufs by increasing "maxusers" or definitely by adding the fllowing to your kernel config: options NMBCLUSTERS=8192 #network mbuf clusters Note the 8192 might be too big for your system. Of course you'll need to rebuild your kernel. On Wed, 28 Nov 2001, Kal Torak wrote: > This keeps happening... > > I have adsl running on my gateway using pppoe with userppp > and its internal nat enabled, also a fairly simple ipfw config > blocking a few ports... > > Now every so often all data stops and checking on the gateway > trying to send something I get the "sendto: No buffer space available" > error and have to reboot and everything is fine again... Colin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0111281335190.42315-100000>