BIND9.3 zonename Problem

SilentRage bind-users at dollardns.net
Sun Oct 31 22:15:13 UTC 2004


I tested the IP 62.80.0.224 which is missing a PTR record in your zone file.  The IPs ending with 225, 226, and 227 resolve fine.  So I'm not sure what the problem is.  Everything is working exactly like you told it to.

Dave

--- Reply to: "jesk" <jesk at killall.org> ---
> 
> > ns0.de.clara.net (212.82.225.7) says:
> > 224.0.80.62.in-addr.arpa. 18000 CNAME
> 224.224-239.0.80.62.in-addr.arpa.
> > 
> > ns0.qunec.com (62.80.0.225) says:
> > 224.224-239.0.80.62.in-addr.arpa. Not Found
> > 
> > It appears that your server does not host the expected arpa domain.
> > 
> > Dave
> 
> named.conf:
> ---
> acl "qunec" { 127.0.0.1; 213.221.104.37; 62.80.0.224/28; };
> acl "slave-aard" { 62.216.179.126; };
> 
> options {
>         directory       "/etc/namedb";
>         pid-file        "/var/run/named/pid";
>         dump-file       "/var/dump/named_dump.db";
>         statistics-file "/var/stats/named.stats";
>         version         "qunec";
>         listen-on       { 127.0.0.1; 62.80.0.225; };
>         allow-query     { "qunec"; };
>         query-source address 62.80.0.225 port 53;
> };
> 
> zone "." {
>         type hint;
>         file "named.root";
> };
> 
> zone "0.0.127.in-addr.arpa" {
>         type master;
>         file "master/localhost.rev";
> };
> 
> zone "224-239.0.80.62.in-addr.arpa" {
>         type master;
>         file "master/224-239.0.80.62.in-addr.arpa";
>         allow-query { any; };
>         allow-transfer { "slave-aard"; };
> };
> ---
> 
> 
> master/224-239.0.80.62.in-addr.arpa:
> ---
> $TTL                            18000
> @       IN      SOA     ns0.qunec.com.       hostmaster.qunec.com. (
>                                 2004103009      ; Serial number
>                                 3H              ; Refresh every 3
> hours
>                                 15M             ; Retry after 15
> Minutes
>                                 1W              ; Expire after 1 week
>                                 4H )            ; Minimum 4 hourse
> 
>         IN      NS      ns0.qunec.com.
>         IN      NS      ns1.qunec.com.
> 
> 225     IN      PTR     ns0.qunec.com.
> 226     IN      PTR     mx0.qunec.com.
> 227     IN      PTR     www.qunec.com.
> ---
> 
> 
> 
> 
> 
> 
> 




More information about the bind-users mailing list