From owner-freebsd-current Fri Jan 21 15: 3:40 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by hub.freebsd.org (Postfix) with SMTP id F1AFE155C7 for ; Fri, 21 Jan 2000 15:03:34 -0800 (PST) (envelope-from oppermann@pipeline.ch) Received: (qmail 3274 invoked from network); 21 Jan 2000 23:01:27 -0000 Received: from unknown (HELO pipeline.ch) ([195.134.128.41]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 21 Jan 2000 23:01:27 -0000 Message-ID: <3888E597.9D80E8EF@pipeline.ch> Date: Sat, 22 Jan 2000 00:02:47 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.03 [en] (WinNT; U) MIME-Version: 1.0 To: sthaug@nethelp.no Cc: louie@TransSys.COM, drosih@rpi.edu, jdp@polstra.com, current@FreeBSD.ORG Subject: Re: Please help spread the CVSup mirror load more evenly References: <3888E18E.F1CBA39B@pipeline.ch> <46031.948495356@verdi.nethelp.no> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sthaug@nethelp.no wrote: > > > > Second, a domain name can at most a single CNAME record associated > > > with it, and other other record types. BIND will (should) barf on a > > > zone file containing the example you listed. > > > > It does not. It will round-robin over the CNAME's. > > See the documentation for the multiple-cnames option in BIND 8.2.2: > > If yes, multiple CNAME resource records will be allowed for a domain > name. The default is no. Allowing multiple CNAME records is against > standards and is not recommended. Multiple CNAME support is available > because previous versions of BIND allowed multiple CNAME records, and > these records have been used for load balancing by a number of sites. > > So I'd say this is not a good idea. Ah, well, ok. I used it extensively with bind 8.1.2 in an internal application in a big bank to get approx. load distribution with Windumb clients (they always take the first record in the list returned). Anyway, if multi CNAME is no good then do: cvsup IN A 198.104.92.71 ; cvsup1.freebsd.org cvsup IN A 205.149.189.91 ; cvsup2.freebsd.org ... and so on This is legal, is it? -- Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message