Date: Mon, 24 Apr 2006 10:08:47 -0600 From: "Chad Leigh -- Shire.Net LLC" <chad@shire.net> To: Chuck Swiger <cswiger@mac.com> Cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: bind and multiple a records Message-ID: <E751FFE7-F1BE-4203-A715-96CFDA1B55F0@shire.net> In-Reply-To: <444BA977.3020607@mac.com> References: <DBFE4F9D-650D-45AF-A4DD-434FC29EC02F@shire.net> <444BA977.3020607@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 23, 2006, at 10:21 AM, Chuck Swiger wrote: > 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: > [ ... ] >> 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)?? > > The last I'd heard, BIND implemented multiple-RR round-robin'ing > but not relative weighting if a RR is specified several times. Too bad that they don't have the simplest implementation, which would be just to cycle through the entries as found in the declaration file. No explicit weighting would be necessary. > > Note that you're probably never going to achieve fine-grained > control by using DNS load-balancing anyway, since client-side > caching behavior is more significant than what your side does. Not needing fine grained control. Say I have 3:2 defined in the declaration. Anywhere from 1:1 to 2:1 at any moment in time would be ok... Just a general distribution. > > If you actually need load-balancing to do something, you're better > off implementing it between a front-end DTS box (an Alteon or > something like that if need be) and a bunch of back-end servers > which actually implement meaningful load-balancing based on the > workload of your back-end servers... If it were worth the money to do so I would agree... Chad > > -- > -Chuck > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E751FFE7-F1BE-4203-A715-96CFDA1B55F0>