From owner-freebsd-questions@FreeBSD.ORG Mon Apr 24 19:25:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 23B7D16A401 for ; Mon, 24 Apr 2006 19:25:43 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id B086843D4C for ; Mon, 24 Apr 2006 19:25:42 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from fenrirw.private.submonkey.net ([192.168.10.23]) by shrike.submonkey.net with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FY6gb-0007if-R2; Mon, 24 Apr 2006 20:25:41 +0100 User-Agent: Microsoft-Entourage/11.2.3.060209 Date: Mon, 24 Apr 2006 20:25:30 +0100 From: Ceri Davies To: "Chad Leigh -- Shire.Net LLC" , freebsd-questions Message-ID: Thread-Topic: bind and multiple a records Thread-Index: AcZn1NkeF6/0RNPIEdqjuAAUUSJIlg== In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cc: Subject: Re: bind and multiple a records X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2006 19:25:43 -0000 On 23/4/06 07:24, "Chad Leigh -- Shire.Net LLC" wrote: > On FreeBSD 6.0 with bind9, if I define a host to have multiple A > records, such that some IP addresses are listed more than once, for > example: > > . > . > . > www 600 IN A 192.168.1.1 > 600 IN A 192.168.1.2 > 600 IN A 192.168.1.1 > . > . > . > > > Will those addresses listed more than once show up more often as the > "answer" to name server requests (or more often as the first address > since it lists all addresses in response alternating the order)?? If it doesn't you could cheat thusly: www IN CNAME www1 IN CNAME www2 IN CNAME www3 www1 IN A 192.168.1.1 www2 IN A 192.168.1.1 www3 IN A 192.168.1.2 It would still be a crappy solution though :) Ceri -- That must be wonderful! I don't understand it at all. -- Moliere