Re: bind and multiple a records

2006-04-24 Thread Ceri Davies
On 23/4/06 07:24, "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]> 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 > 60

Re: bind and multiple a records

2006-04-24 Thread Chad Leigh -- Shire.Net LLC
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

Re: bind and multiple a records

2006-04-23 Thread Chuck Swiger
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 mor

bind and multiple a records

2006-04-22 Thread Chad Leigh -- Shire.Net LLC
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