BIND 9 And Short Name resolution Problem

Tony MacDoodle tpsdoodle at gmail.com
Thu Mar 31 18:17:04 UTC 2011


Hello,

I get the following messages on the BIND server when I do a short name
nslookup from a client:

Mar 31 14:08:04 jedi named[1299]: [ID 873579 daemon.info] network
unreachable resolving 'C.ROOT-SERVERS.NET/AAAA/IN': 2001:500:1::803f:235#53
Mar 31 14:08:05 jedi named[1299]: [ID 873579 daemon.info] network
unreachable resolving 'I.ROOT-SERVERS.NET/AAAA/IN': 2001:500:1::803f:235#53
Mar 31 14:08:07 jedi named[1299]: [ID 873579 daemon.info] network
unreachable resolving 'B.ROOT-SERVERS.NET/AAAA/IN': 2001:500:2f::f#53
Mar 31 14:08:07 jedi named[1299]: [ID 873579 daemon.info] network
unreachable resolving 'L.ROOT-SERVERS.NET/AAAA/IN': 2001:500:2f::f#53

The config files are below, we are running BIND 9 on Solaris 10. We
currently have 2 domain names configured and on IP address on the BIND
server itself. Any ideas from the gurus??

Thanks



cat named.conf

options {
        directory "/var/named";
};

zone "0.0.127.in-addr.arpa" {
type master;
file "db.127.0.0";
};

zone "test.local" {
type master;
file "db.test";
};

zone "test2.local" {
type master;
file "db.test2";
};

zone "118.10.10.in-addr.arpa" {
type master;
file "db.10.10.118";
};

zone "119.10.10.in-addr.arpa" {
type master;
file "db.10.10.119";
};

zone "240.100.10.in-addr.arpa" {
type master;
file "db.10.1.240";
};


cat db.test
$TTL 86400
@       SOA     jedi root ( 1 10800 3600 604800 600 )
        NS      jedi

localhost               A       127.0.0.1
test-scan                A       10.10.119.140
                        A       10.10.119.141
                        A       10.10.119.142
                        MX      10 test-scan
dns1                    A       10.1.240.24
                        MX      10 dns1
dns2                    A       10.1.240.23
                        MX      10 dns2

cat db.test2

$TTL 86400
@       SOA     jedi root ( 1 10800 3600 604800 600 )
        NS      jedi

localhost               A       127.0.0.1
test2-scan               A       10.10.118.140
                        A       10.10.118.141
                        A       10.10.118.142
                        MX      10 test2-scan
dns1                    A       10.1.240.24
                        MX      10 dns1
dns2                    A       10.1.240.23
                        MX      10 dns2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20110331/65f36a46/attachment.html>


More information about the bind-users mailing list