1836598 Members
2487 Online
110102 Solutions
New Discussion

DNS : order of aliases

 
SOLVED
Go to solution
Rainer von Bongartz
Honored Contributor

DNS : order of aliases


In my DNS Server database I have defined several aliases

server1 a.b.c.d
server1 w.x.y.z

When I do an nslookup server1 I get different orders in the query answer

server1:
a.b.c.d , w.x.y.z

and next time

server1:
w.x.y.z , a.b.c.d

Can I configure named in such a way that the order is always the same ??


Regards
Rainer

He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
1 REPLY 1
Kellogg Unix Team
Trusted Contributor
Solution

Re: DNS : order of aliases

Hi Rainer,

You are suffering from "round-robin" syndrome!:-)

Here is the antidote -

options {
rrset-order {
order fixed;
};
};

HTH
...Manjeet
work is fun ! (my manager is standing behind me!!)