Disabling round robin

Kevin Darcy kcd at daimlerchrysler.com
Sat May 5 00:10:18 UTC 2001


liz.marks at clorox.com wrote:

> We have a network with both token ring and ethernet clients. Our DNS
> servers
> and many other systems have both token ring and ethernet interfaces. We use
> the same
> name for the token ring and the ethernet addresses in DNS. We also have
> clients which
> are only ethernet or token ring.
>
> Example:
>
>    jbs003 xxx.xxx.56.112 (token ring)
>    jbs003 xxx.xxx.64.145     (ethernet)
>
> We want the token ring clients to get the token ring address when making
> a DNS query and the same for the ethernet clients.

That's an ambiguous sentence; did you mean that you always want to give out
the addresses in the *same* order, regardless of whether the client is token
ring or ethernet, or did you mean that token ring clients should get the token
ring address first, and ethernet clients should get the ethernet address
first? Your sentence can be read either way.

In the former case (always give out the addresses in the same order), use the
"rrset-order" option.

In the latter case (change the order depending on the client), use the
"sortlist" option.

You'll need to be running a fairly late version of BIND 8 (8.2. or later), or
BIND 9, in order to successfully configure either of these.


- Kevin



More information about the bind-users mailing list