BIND won't resolve or forward

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Tue Jul 31 02:15:37 UTC 2001


> I could use some help figuring out why my BIND server is not working.  Below
> is my conf file.  Is there any glaring error?

	BIND 9.2's named-checkconf reports the following:

drugs:cache 12:09 {1495} % bin/check/named-checkconf junk
junk:23: option 'topology' is not implemented
junk:85: option 'allow-update' is not allowed in 'slave' zone 'test.com'
junk:99: option 'allow-update' is not allowed in 'slave' zone '113.163.206.in-addr.arpa'
drugs:cache 12:10 {1496} % 

	I would be checking log files.

	Mark
> 
> 
> // generated by named-bootconf.pl
> 
> options {
>  directory "/var/named";
>  /*
>   * If there is a firewall between you and nameservers you want
>   * to talk to, you might need to uncomment the query-source
>   * directive below.  Previous versions of BIND always asked
>   * questions using port 53, but BIND 8.1 uses an unprivileged
>   * port by default.
>   */
>  // query-source address * port 53;
>  allow-transfer {
>   129.250.35.32;
>   192.67.14.16;
>   206.163.10.225;
>   };
>  forwarders {
>   206.163.10.46;
>   192.67.14.16;
>   };
>  forward first;
>  topology {
>   206.163.10.46;
>   192.67.14.16;
>   };
>  query-source address 206.163.10.220 port 53;
>  listen-on port 53 {
>   206.163.10.220;
>   };
> };
> 
> //
> // a caching only nameserver config
> //
> zone "." IN {
>  type hint;
>  file "named.ca";
> };
> 
> zone "localhost" IN {
>  type master;
>  file "localhost.zone";
>  allow-update { none; };
> };
> 
> zone "0.0.127.in-addr.arpa" IN {
>  type master;
>  file "named.local";
>  allow-update { none; };
> };
> key "key" {
>  algorithm hmac-md5;
>         secret
> "lxeMqfjnRwR0sEMyUKomZjTWikRDpHAIwGvkeadEPmQAyDDTpqfYcuhddBaP";
> };
> server 129.250.35.32 {
>  transfers 10;
>  };
> server 192.67.14.16 {
>  transfers 10;
>  };
> 
> 
> 
> 
> server 206.163.113.6 {
>  transfers 10;
>  };
> 
> 
> 
> 
> 
> 
> zone "test.com" {
>  type slave;
>  file "/var/named/dentistryonline.com.hosts";
>  masters {
>   206.163.10.225;
>   };
>  allow-transfer {
>   206.163.10.225;
>   };
>  allow-update {
>   206.163.10.225;
>   };
>  };
> 
> zone "113.163.206.in-addr.arpa" {
>  type slave;
>  file "/var/named/10.163.206.in-addr.arpa.rev";
>  masters {
>   206.163.10.225;
>   };
>  allow-transfer {
>   206.163.10.225;
>   };
>  allow-update {
>   206.163.10.225;
>   };
>  };
> 
> 
> 
> 
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com


More information about the bind-users mailing list