BIND9.3 zonename Problem

jesk jesk at killall.org
Sun Oct 31 21:30:54 UTC 2004


> 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