Round-robin

Nagesh Thati tcpnagesh at gmail.com
Wed Jan 24 11:15:07 UTC 2018


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 <g.sipp at orange.com> wrote:

> Hello,
>
> I have 2 A records like this :
>         www    A    10.1.1.1
>         www    A    10.1.1.2
>
> 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
>         request www --> reply 10.1.1.1
>         request www --> reply 10.1.1.2
>         ...
>
> Thanks,
>
> Guillaume.
>
>
>
> --
> 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 at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20180124/d06d418d/attachment.html>


More information about the bind-users mailing list