From owner-freebsd-stable Mon Feb 5 16:00:37 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA08053 for stable-outgoing; Mon, 5 Feb 1996 16:00:37 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA08033 Mon, 5 Feb 1996 16:00:31 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <16057(1)>; Mon, 5 Feb 1996 15:59:48 PST Received: by crevenia.parc.xerox.com id <177478>; Mon, 5 Feb 1996 15:59:45 -0800 From: Bill Fenner To: davidg@root.com Subject: Re: sup is broken? Cc: hackers@freebsd.org, stable@freebsd.org Message-Id: <96Feb5.155945pst.177478@crevenia.parc.xerox.com> Date: Mon, 5 Feb 1996 15:59:44 PST Sender: owner-stable@freebsd.org Precedence: bulk >Also, my experiance with multiple A records is that it always comes >up with them same one (not random). Recent BIND's will round-robin multiple A records; you should get them from the name server in a pseudo-random order. Try "dig @uucp-gw-1.pa.dec.com a tbfddi1.gw.psu.edu | head -15" several times in a row, you will get different answers. (Of course, if you ask your local caching server, then you will keep getting the same answers -- but we are talking about widely seperated people doing their own individual queries, and everyone is not likely to be talking to the same caching server.) Bill