From owner-freebsd-questions@FreeBSD.ORG Tue Jul 20 22:54:12 2004 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 2376516A4CE for ; Tue, 20 Jul 2004 22:54:12 +0000 (GMT) Received: from fed1rmmtao04.cox.net (fed1rmmtao04.cox.net [68.230.241.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id A530443D2F for ; Tue, 20 Jul 2004 22:54:11 +0000 (GMT) (envelope-from brently@bjwcs.com) Received: from SAMBA ([68.231.19.60]) by fed1rmmtao04.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040720225410.GKOP18989.fed1rmmtao04.cox.net@SAMBA> for ; Tue, 20 Jul 2004 18:54:10 -0400 From: "Brent Wiese" To: Date: Tue, 20 Jul 2004 15:54:08 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcRuqzBEKn26CqPdTou5C8MkCJGsDQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-Id: <20040720225410.GKOP18989.fed1rmmtao04.cox.net@SAMBA> Subject: Bind 9 answer limit question 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: Tue, 20 Jul 2004 22:54:12 -0000 This isn't really FreeBSD specific, but I'm running Bind on FreeBSD, so it qualifies. ;) Can you limit the number of responses bind will give for a round-robin A record? Microsoft DNS allows you to do this with a "AddressAnswerLimit" registry change. The idea being you may have 16 ips in a round-robin, but in order to keep the packet size w/in spec, you only want to return 8 of them. Thanks! Brent