Problem with .org domain resolution

Juan Rodríguez cutrez at hotmail.com
Wed Jun 3 16:04:21 UTC 2009


Hello.
In my company we have a name server BIND 9.6 running on RedHat 4.7 ES. We've realized it don't resolve any 
.org domain. For example:


[root at dnsint ~]# nslookup www.mirrorservice.org 10.20.29.22
;; connection timed out; no servers could be reached

[root at dnsint ~]# nslookup www.madrid.org 10.20.29.22
;; connection timed out; no servers could be reached

[root at dnsint ~]# nslookup www.wikipedia.org 10.20.29.22
;; connection timed out; no servers could be reached

[root at dnsint ~]# nslookup www.marca.es 10.20.29.22
Server:         10.20.29.22
Address:        10.20.29.22#53

Non-authoritative answer:
Name:   www.marca.es
Address: 193.110.128.199

[root at dnsint ~]# nslookup www.elpais.com 10.20.29.22
Server:         10.20.29.22
Address:        10.20.29.22#53

Non-authoritative answer:
www.elpais.com  canonical name = elpais.es.edgesuite.net.
elpais.es.edgesuite.net canonical name = a1749.g.akamai.net.
Name:   a1749.g.akamai.net
Address: 77.67.20.195
Name:   a1749.g.akamai.net
Address: 77.67.20.178

[root at dnsint ~]# nslookup www.telefonica.net 10.20.29.22
Server:         10.20.29.22
Address:        10.20.29.22#53

Non-authoritative answer:
Name:   www.telefonica.net
Address: 213.4.130.95

[root at dnsint ~]# nslookup www.intermonoxfam.org 10.20.29.22
;; connection timed out; no servers could be reached

[root at dnsint ~]#


This is a piece of the configuration:
options {
        directory "/zonas";           // Working directory
        pid-file "/var/run/named.pid";
        statistics-file "/logs/named.stats";
        memstatistics-file "/logs/named.mem";
        dump-file "/logs/named.dump";

        version         none;
        hostname        none;
        server-id       none;

        listen-on-v6 { none; };
        zone-statistics yes;
        recursive-clients 2000;
        cleaning-interval 300;
        max-cache-size 768M;
        notify explicit;
        allow-transfer { XXXXXXXXXXXXXX};
        also-notify { XXXXXXXXXXXXXXX};
        allow-query { XXXXXXXXXXXXXXXX};
};

zone "." {
        type hint;
        file "named.ca";
};

zone "0.0.127.in-addr.arpa" {
        type master;
        file "named.local";
};

and various zones declared...........

The file named.ca is the last updated one.

Please, could you help me with this?
Thank you very much.
_________________________________________________________________
¿Quieres ver los mejores videos de MSN? Enciende Messenger TV
http://messengertv.msn.com/mkt/es-es/default.htm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20090603/e27d8461/attachment.html>


More information about the bind-users mailing list