Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bind/dns problems

Status
Not open for further replies.

Nostradamus

Technical User
Joined
May 3, 2000
Messages
419
Location
SE
I´ve got a problem getting my backup files from master-dns.
This is how named.conf is configured on slave.dns.whatever:

zone "master.dns.whatever" {
type slave;
file "bak.master.dns.whatever";
masters {
172.24.50.8;
};
};

and this is the error message that appears in var/adm/messages when I restart named.

Oct 1 15:52:50 slave.dns.whatever named-xfer[13814]: [172.24.50.8] not authoritative for master.dns.whatever., SOA query got rcode 0, aa 0, ancount 1, aucount 0

the bak.master.dns.whatever never appears on slave.dns.whatever
Why is that?

please ask if you need more info. /Sören
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top