Re: round-robin bug in 9.12.1-P2 for rDNS?

2018-07-06 Thread Michał Kępień
> > This sounds a bit like #336 [1], > > Nope - we got bit by that when we upgraded > to 9.12, which is what resulted in the explicit > config for rrset-order. > > > If you can still reproduce this with current > > master (or with current v9_12 branch), please > > open a new GitLab issue. > > Pl

Re: round-robin bug in 9.12.1-P2 for rDNS?

2018-07-05 Thread Mark Boolootian
Hi Michał, Thanks for the ack. > This sounds a bit like #336 [1], Nope - we got bit by that when we upgraded to 9.12, which is what resulted in the explicit config for rrset-order. > If you can still reproduce this with current > master (or with current v9_12 branch), please > open a new GitLab

Re: round-robin bug in 9.12.1-P2 for rDNS?

2018-07-03 Thread Michał Kępień
> I have a funny issue that looks buggish > to me. I have an RRSET with two > A records that our auth DNS servers happily > round-robin, which can be observed with > > dig unix.lt.ucsc.edu @adns1.ucsc.edu > > However, our recursive DNS servers, with > the same rrset-order config will not round-r

Re: Round-robin

2018-01-24 Thread Matus UHLAR - fantomas
On Wed, Jan 24, 2018 at 4:37 PM, gsi wrote: When I request www, I got random answers (10.1.1.1 or 10.1.1.2) If I use the sortlist option, I always got the same answer. My question : how can I have cyclic answers : request www --> reply 10.1.1.1 request www --> reply 10.1.1.2

Re: Round-robin

2018-01-24 Thread gsi
Perfect ! thanks. -- Sent from: http://bind-users-forum.2342410.n4.nabble.com/ ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/ma

Re: Round-robin

2018-01-24 Thread Nagesh Thati
You can use BIND's RRSET Order for this, http://www.zytrax.com/books/dns/ch7/queries.html#rrset-order On Wed, Jan 24, 2018 at 4:37 PM, gsi wrote: > Hello, > > I have 2 A records like this : > wwwA10.1.1.1 > wwwA10.1.1.2 > > When I request www, I got random answers

Re: Round robin DNS query response

2010-09-29 Thread Kevin Darcy
On 9/29/2010 12:37 AM, SW wrote: Hi everyone... I am rather new to the world of DNS so I'm hoping to get some of your expertise... Is there a way to make BIND respond DNS query in sequence? For example, if I assign 2 IP addresses to an A record, is it possible to have it respond like...

Re: Round robin DNS query response

2010-09-29 Thread Eivind Olsen
> Is there a way to make BIND respond DNS query in sequence? Someone else can probably give a more authoritative answer. My understanding is that BIND will rotate the answers it gives out when there's more than one similar record in a rrset. And yes, this can help spread the load a bit. Whether t

Re: Round robin DNS query response

2010-09-28 Thread SW
I¹m sorry. A little typo for my example. I meant to say... Client 1 for www.example.com -> 192.168.1.1 Client 2 for www.example.com -> 192.168.1.2 Client 3 for www.example.com -> 192.168.1.1 ...and so on. Thanks, SW On 9/29/10 12:37 PM, "SW" wrote: > Hi everyone... > > I am rather new to t

Re: Round robin load distribution among servers does not work properly

2009-04-07 Thread Mark Andrews
In message <96c8e9660904071112p557840a4kfd85120d7c275...@mail.gmail.com>, Mallappa Pallakke writes: > Hi Mark/Kevin, > > I did the changes you suggested and it worked fine. > > Thanks a lot for all your help. > > Regarding round-robin load sharing instead of random, I have > plann

Re: Round robin load distribution among servers does not work properly

2009-04-07 Thread Mallappa Pallakke
Hi Mark/Kevin, I did the changes you suggested and it worked fine. Thanks a lot for all your help. Regarding round-robin load sharing instead of random, I have planned to have a dynamic update (nsupdate) triggered at realtime when ever a server goes down or comes up so that there wil

Re: Round robin load distribution among servers does not work properly

2009-04-06 Thread Kevin Darcy
Mallappa Pallakke wrote: Hi Mark, I do not see any additional section in the response. Can you please tell me what exactly you are asking me to change? You're delegating the zone to the same name you're trying to round-robin. Named is therefore fetching the name multiple times internally

Re: Round robin load distribution among servers does not work properly

2009-04-06 Thread Mallappa Pallakke
Hi Mark, I do not see any additional section in the response. Can you please tell me what exactly you are asking me to change? I selected cyclic instead of random since I want my client requests to go to servers in exactly round-robin order. Please tell is there anything wrong with this? T

Re: Round robin load distribution among servers does not work properly

2009-04-06 Thread Mark Andrews
In message <96c8e9660904061734t61414549o22a535e681f58...@mail.gmail.com>, Mallappa Pallakke writes: > Hi, > > I tried with 9.5.1.P2, but still I am not getting the expected round > robin results: > > Please see below my named.conf and zone file: > > named.conf: > = > options { >

Re: Round robin load distribution among servers does not work properly

2009-04-06 Thread Florian Weimer
* Mallappa Pallakke: > Can anybody tell me why this limitation and is there any sollution to > resove this problem? Does your dig call result in two lookups behind the scenes, perhaps? ___ bind-users mailing list bind-users@lists.isc.org https://lists.i

Re: Round robin DNS and only one record?

2008-12-09 Thread Kevin Darcy
Dustin Lovell wrote: Certain browsers hitting our web application don't like having two A-records handed to them (I'm still in the process of figuring out why), Yeah, you really need to dig into that further, since we have *hundreds* of multi-A-record names, and we've never run into any browse

Re: Round robin DNS and only one record?

2008-12-08 Thread Barry Margolin
In article <[EMAIL PROTECTED]>, "Dustin Lovell" <[EMAIL PROTECTED]> wrote: > Certain browsers hitting our web application don't like having two A-records > handed to them (I'm still in the process of figuring out why), and much > prefer the first example above. Really? So these browsers can't