From owner-freebsd-questions Thu Mar 6 11:51:15 2003 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 079D937B405 for ; Thu, 6 Mar 2003 11:51:14 -0800 (PST) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE95943FBD for ; Thu, 6 Mar 2003 11:51:11 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc52.attbi.com (rwcrmhc52) with ESMTP id <2003030619511105200pqibae>; Thu, 6 Mar 2003 19:51:11 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.8/8.12.7) with ESMTP id h26JpANA014997; Thu, 6 Mar 2003 14:51:10 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.8/8.12.6/Submit) id h26Jp9LN014994; Thu, 6 Mar 2003 14:51:09 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: "Aaron Burke" Cc: "Jonas Fornander" , Subject: Re: Mirroring/load-balance two servers References: From: Lowell Gilbert Date: 06 Mar 2003 14:51:09 -0500 In-Reply-To: Message-ID: <44k7fcz32q.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Aaron Burke" writes: > To my knowlege, yes. Lets say you had a server called www. > You would just give it two addresses in your domain configuration > files. > > www IN CNAME 12.34.56.78 > www IN CNAME 9.10.11.12 > www IN CNAME 65.4.3.21 That should be A records, not CNAMEs. > The DNS standard will give out a different address for every > query. To get the address 12.34.56.78 twice, you would have > to make 4 unique queries for the server records. Where does the standard say that? Most servers will return the records in the same order each time by default, and my reading of the standards is that this is perfectly acceptable behaviour. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message