Advanced Round Robin Implementation

Laurent Verhoest lolofarwest at my-deja.com
Tue Sep 21 10:23:02 UTC 1999


In article <37E2D28C.ABF0173F at gbl.com.br>,
  rodrigo at gbl.com.br wrote:
>
> I want that when somebody try to access www just the first
> entry(x.y.z.w) answer, and the second entry(x.y.z.w2) just answer the
> query when the first were down.
>   Is it possible or not ?
>

well, if you use bind 8.x, i guess you can just turn the round-robin
feature off ;-)

option {
        ...
        no-round-robin ;
        ...
};

but if you have a big domain and still want round-robin, set low TTL
values to the targeted servers :

www 1 IN A 1.2.3.4
www 1 IN A 1.2.3.5
--
Laurent.


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.


More information about the bind-users mailing list