[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] My 2ndary DNS "learnt" something.. but what...?



"Craig Napier" <craignapier@xxxxxxxxxxx> wrote ON : Thursday, March 08, 2001
2:27 AM
> Greets!
>
> -- Site xyz.com (216.xxx.xxx.xxx) sits on RaQ#1 along with primary DNS
> services - it's DNS entries also list RaQ#2 as secondary DNS.
>
> -- On RaQ#2, site xyz.com (216.xxx.xxx.xxx) is entered correctly as backup
> secondary DNS (pointing to RaQ#1's DNS server).
>
> -- But the following error appears in the logs on RaQ#2
>
> named[746]: Err/TO getting serial# for "xyz.com"
> ....
> named-xfer[746]: connect(216.xxx.xxx.xxx) for zone xyz.com failed: No route
> to host
<SNIP>
Are you absolutely sure that on RaQ #2 you selected the correct entry;
"Secondary Name Service for Domain"
record should look like;
domain.com   is served by IP address   216.xxx.xxx.xxx [the ip for the master]

And the secondary named.conf entry looks like;
zone "domain.com" { type slave; file "sec.domain.com"; masters {
216.xxx.xxx.xxx; }; };
And the primary named.conf looks like;
zone "domain.com" { type master; file "pri.domain.com"; };

Gerald