From owner-freebsd-stable@freebsd.org Tue Mar 29 19:47:57 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 889B4AE20FE for ; Tue, 29 Mar 2016 19:47:57 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from webmail2.jnielsen.NET (webmail2.jnielsen.net [50.114.224.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "webmail2.jnielsen.net", Issuer "freebsdsolutions.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E6651AFA for ; Tue, 29 Mar 2016 19:47:57 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from chads-iphone.domo.com (50-207-241-62-static.hfc.comcastbusiness.net [50.207.241.62]) (authenticated bits=0) by webmail2.jnielsen.NET (8.15.2/8.15.1) with ESMTPSA id u2TJfkhu089543 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Mar 2016 13:41:48 -0600 (MDT) (envelope-from lists@jnielsen.net) X-Authentication-Warning: webmail2.jnielsen.NET: Host 50-207-241-62-static.hfc.comcastbusiness.net [50.207.241.62] claimed to be chads-iphone.domo.com Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Bind-9.10 From: John Nielsen In-Reply-To: Date: Tue, 29 Mar 2016 13:41:24 -0600 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <002999F3-5B02-48E8-B424-8DD7161E8392@jnielsen.net> References: To: Peter Fraser X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 19:47:57 -0000 > On Mar 29, 2016, at 12:57 PM, Peter Fraser = wrote: >=20 > Hi All > Honestly, I am not sure if this post belongs over in a Bind Mailing = List > but I will ask just the same to see if anyone has seen this problem. I > upgraded from Bind 9.9x to bind910-9.10.3P4 on = FreeBSD-9.3-RELEASE-p33. > During the installation from ports, I checked RRL(Response Rate = Limiting) > After the installation I checked and resolves are still working. I > restarted the service and no errors. My problem now is that when I use = the > option rate-limit { responses-per-second 10; }; and reload bind I get = the > error, unknown option rate-limit. Has anyone ever seen this error? I haven't run in to that, but something to check is whether your = installation of BIND was built with response rate limiting. The FreeBSD = port has it enabled by default, but it is a selectable option. Two quick ways to check: % pkg info bind910|grep RRL RRL : on % named -V ... built by make with [...] '--enable-rrl' [...] ... HTH, JN