Unable to sync between pri & sec dns servers

Kevin Darcy kcd at daimlerchrysler.com
Fri Dec 8 22:06:48 UTC 2000


Usually this is caused by the zone not loading properly on the master. Because the zone doesn't load properly, the master doesn't answer "authoritatively" for the zone. This then prohibits zone transfers. Look in the master's logs to see if there is a problem loading the zone. Often it's a syntax error or something illegal like an underscore in a name or "CNAME and other data".

                                                                                                                                                        - Kevin

George Irwin wrote:

> Currently, I've two servers configured as primary & secondary dns servers. However, the primary dns server is unable to transfer the zone files over to the secondary dns server when there are changes done to it. I did increment the serial number and the ip address were specified correctly. I've included the config files for my primary & secondary dns server. Please let me know if you sopt the problem.
>
> Primary dns server
>
> options {
> directory "/var/named";
> auth-nxdomain yes;
> };
> acl dnsserver {xxx.xxx.xxx.xxx;xxx.xxx.xxx.xxx;};
> zone "." IN {
> type hint;
> file "named.ca";
> };
> zone "localhost" IN {
> type master;
> file "local.host";
> };
> zone "0.0.127.in-addr.arpa" IN {
> type master;
> file "local.rev";
> };
> zone "abc.com" IN {
> type master;
> file "abc.host";
> allow-transfer {dnsserver;};
> notify yes;
> };
> zone "xxx.xxx.xxx.in-addr.arpa" IN {
> type master;
> file "abc.rev";
> allow-transfer {dnsserver;};
> notify yes;
> };
>
> Secondary dns server
> options {
> directory "/var/named";
> };
> zone "." {
> type hint;
> file "named.ca";
> };
> zone "0.0.127.in-addr.arpa" {
> type master;
> file "local.rev";
> };
> zone "localhost" {
> type master;
> file "local.host";
> };
> zone "abc.com" {
> type slave;
> file "abc.host";
> masters {xxx.xxx.xxx.xxx; };
> };
> zone "xxx.xxx.xxx.in-addr.arpa" {
> type slave;
> file "abc.rev";
> masters {xxx.xxx.xxx.xxx; };
> };
>
> The other question is on the secondary server, after adding a new zone on the named.conf file, it didn't fetch the new zone file from the primary server after restarting the named services. However, I'm able to manually transfer the zone file from the primary dns server.
>
> What could be my problem?
>
> Thanks.
>
> _____________________________________________________________
> Discuss Progress development ---> http://www.ProgressTalk.com
> Get Your Free Email & Webpage --> http://www.ProgressMail.com






More information about the bind-users mailing list