Results 1 to 1 of 1
I'm running Redhat 7.3 w/ Bind 8.1.2
I need to use rrset with fixed order returns
This is my named.conf
options {
directory "/etc";
pid-file "/var/run/named/named.pid";
};
rrset-order {
type ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-26-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 2
Bind 8.1.2 Fixed Order RRSET
I'm running Redhat 7.3 w/ Bind 8.1.2
I need to use rrset with fixed order returns
This is my named.conf
options {
directory "/etc";
pid-file "/var/run/named/named.pid";
};
rrset-order {
type A name "as.example.com" order fixed;
type A name "ns.example.com" order fixed;
type A name "ms.example.com" order fixed;
type A name "cs.example.com" order fixed;
type A name "ws.example.com" order fixed;
};
zone "example.com" {
type master;
file "/etc/example.com.hosts";
};
My records file has two IP addresses for each above clustered DNS names. They return round robin not fixed order. I thought this was the appropriate method for fixed order but I see now I am wrong.
Is there something I have to add to the records file? I have them listed in order I want them returned; no special characters or lines were added to the records file.
Thanks for the help


Reply With Quote
