From owner-freebsd-isp@FreeBSD.ORG Fri Sep 1 05:38:56 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E964116D815 for ; Fri, 1 Sep 2006 05:35:28 +0000 (UTC) (envelope-from blake@ekalb.net) Received: from rupert.ekalb.net (rupert.ekalb.net [208.47.103.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EFEC43D5C for ; Fri, 1 Sep 2006 05:35:27 +0000 (GMT) (envelope-from blake@ekalb.net) Received: from [192.168.15.3] (c-24-1-102-121.hsd1.tx.comcast.net [24.1.102.121]) by rupert.ekalb.net (Postfix) with ESMTP id 29A6568D1F; Thu, 31 Aug 2006 22:34:49 -0700 (MST) In-Reply-To: <8E9E84CF-C5DA-4F33-8F1A-C082FBFE6232@essenz.com> References: <20060830135428.U95055@beck.quonix.net> <20060831111244.GB21249@serendipity.org.za> <20060831161529.R84804@beck.quonix.net> <2709.192.165.226.68.1157059789.squirrel@mail.bsdswe.info> <8E9E84CF-C5DA-4F33-8F1A-C082FBFE6232@essenz.com> Mime-Version: 1.0 (Apple Message framework v752.2) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <47C345F6-9B2E-418A-9582-33F857E0142D@ekalb.net> Content-Transfer-Encoding: 7bit From: Blake Covarrubias Date: Fri, 1 Sep 2006 00:35:24 -0500 To: John Von Essen X-Mailer: Apple Mail (2.752.2) Cc: freebsd-isp@freebsd.org Subject: Re: Question about a high load BIND server setup... X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 05:38:56 -0000 Those messages are being sent by your server in response to failed connections to port 53. Because named is no longer listening on that port (service is stopped) your server is informing machines which are attempting to make connections to port 53 that the port is closed. -- Blake Covarrubias On Aug 31, 2006, at 11:08 PM, John Von Essen wrote: > Okay, so this is where I am at. > > sysctl tunables are standard, but somaxconn was bumped up to 512. > > I edit /boot/loader.conf and added: > > kern.dfldsiz=900000000 > kern.dflssiz=700000000 > kern.maxdsiz=900000000 > kern.maxssiz=700000000 > kern.maxusers=512 > > And I recompiled Bind 9.3.2 and enabled the internal memory allocator. > > One thing I still get, which I dont understand why, is whenever I > stop named, I get the following console error: > > Aug 31 23:47:57 cache01 kernel: Limiting icmp unreach response from > 213 to 200 packets/sec > Aug 31 23:47:58 cache01 kernel: Limiting icmp unreach response from > 242 to 200 packets/sec > Aug 31 23:47:59 cache01 kernel: Limiting icmp unreach response from > 208 to 200 packets/sec > Aug 31 23:48:00 cache01 kernel: Limiting icmp unreach response from > 224 to 200 packets/sec > > As soon as I start named, it goes away. Any idea what this can be? > > -John > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" >