Whats wrong with this

Danny Mayer mayer at gis.net
Mon Jul 1 16:01:45 UTC 2002


At 08:46 PM 6/30/02, tariq at www.jftechnologies.net wrote:

>whats wrong with this named.conf file
>
>/*
>BIND8 main confiuration file with master zone statements: named.conf
>*/
>
>
>acl mynameservers {ip_list;};
>acl myrecursers {ip_list;};
>acl myqueriers {ip_list;};

You're missing the actual ip_list here.


>options
>{
>directory "d:\windows\system32\dns\etc";
>allow-transfer {localhost;};
>allow-recursion {myrecursers;};

You're missing the myrecursers IP list here.

>fetch-glue no;
>version "";
>use-id-pool yes;
>};
>
>/* remove/add the comment delimiters below to activate/disactivate
>logging */
>/*
>logging
>{
>  channel my_file {file "d:\windows\system32\dns\etc\named.run";
>severity debug; print-time yes; };
>  category default {my_file;};
>  category panic {my_file;};
>  category packet {my_file;};
>  category eventlib {my_file;};
>  category queries {my_file;};
>  category lame-servers { null;};
>  category cname { null;};
>};
>*/
>
>zone "." {type hint; file "db.cache"; };
>zone "anydomain.com" {type master; file "db.anydomain.com"; };
>zone "210.73.212.IN-ADDR.ARPA" {type master; file "db.212.73.210"; };
>zone "0.0.127.IN-ADDR.ARPA" {type master; file "db.127.0.0"; };
>zone "jftechnologies.net" {type master; file "db.jftechnologies.net";
>};
>
>It is not working on xp.

What does the application event log say? All errors go there when you don't
have anything else specified.

         Danny



More information about the bind-users mailing list