Newbie DNS question

Joaquin J. Domens jdomens at corp.terra.es
Wed Apr 10 16:09:57 UTC 2002


Matthew Tan wrote:

> 1) My named.conf file
> options {
>         directory "/var/named";
>         };
>
> zone "0.0.127.in-addr.arpa" IN {
>         type master;
>         file "named.local";
> };
>
> zone "birds.com.sg" IN {
>         type master;
>         file "birds.com.sg.zone";
> };
>
> zone "64.153.16.in-addr.arpa" IN {
>         type master;
>         file "16.153.64.reverse";
> };
>

Remove "IN" in zone definition stament.

        Cheers




More information about the bind-users mailing list