Slave DNS problem.

Kerry Thompson kerry at security.geek.nz
Mon Jan 24 19:30:50 UTC 2005


Helio Neto said:
> Hello folks, i am trying to replicate a windows master zone from my Linux
> server. My named.conf looks like this:
>
> zone "vc2ti.com.br.dns" IN {
>         type slave;
>         file "vc2ti.com.br.dns";
>         masters { 10.0.0.6; };
> };
>
> When i restart named i get the following from /var/log/messages:
>
> zone vc2ti.com.br.dns/IN: refresh: non-authoritative answer from master
> 10.0.0.6#53
>

Shouldn't the zone be vc2ti.com.br?

so the configuration should be:

zone "vc2ti.com.br" IN {
        type slave;
        file "vc2ti.com.br.dns";
        masters { 10.0.0.6; };
};

-- 
Kerry Thompson
IT Security Consultant
http://www.crypt.gen.nz



More information about the bind-users mailing list