<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hello.<br>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 <br>.org domain. For example:<br><br><br>[root@dnsint ~]# nslookup www.mirrorservice.org 10.20.29.22<br>;; connection timed out; no servers could be reached<br><br>[root@dnsint ~]# nslookup www.madrid.org 10.20.29.22<br>;; connection timed out; no servers could be reached<br><br>[root@dnsint ~]# nslookup www.wikipedia.org 10.20.29.22<br>;; connection timed out; no servers could be reached<br><br>[root@dnsint ~]# nslookup www.marca.es 10.20.29.22<br>Server: 10.20.29.22<br>Address: 10.20.29.22#53<br><br>Non-authoritative answer:<br>Name: www.marca.es<br>Address: 193.110.128.199<br><br>[root@dnsint ~]# nslookup www.elpais.com 10.20.29.22<br>Server: 10.20.29.22<br>Address: 10.20.29.22#53<br><br>Non-authoritative answer:<br>www.elpais.com canonical name = elpais.es.edgesuite.net.<br>elpais.es.edgesuite.net canonical name = a1749.g.akamai.net.<br>Name: a1749.g.akamai.net<br>Address: 77.67.20.195<br>Name: a1749.g.akamai.net<br>Address: 77.67.20.178<br><br>[root@dnsint ~]# nslookup www.telefonica.net 10.20.29.22<br>Server: 10.20.29.22<br>Address: 10.20.29.22#53<br><br>Non-authoritative answer:<br>Name: www.telefonica.net<br>Address: 213.4.130.95<br><br>[root@dnsint ~]# nslookup www.intermonoxfam.org 10.20.29.22<br>;; connection timed out; no servers could be reached<br><br>[root@dnsint ~]#<br><br><br>This is a piece of the configuration:<br>options {<br> directory "/zonas"; // Working directory<br> pid-file "/var/run/named.pid";<br> statistics-file "/logs/named.stats";<br> memstatistics-file "/logs/named.mem";<br> dump-file "/logs/named.dump";<br><br> version none;<br> hostname none;<br> server-id none;<br><br> listen-on-v6 { none; };<br> zone-statistics yes;<br> recursive-clients 2000;<br> cleaning-interval 300;<br> max-cache-size 768M;<br> notify explicit;<br> allow-transfer { XXXXXXXXXXXXXX};<br> also-notify { XXXXXXXXXXXXXXX};<br> allow-query { XXXXXXXXXXXXXXXX};<br>};<br><br>zone "." {<br> type hint;<br> file "named.ca";<br>};<br><br>zone "0.0.127.in-addr.arpa" {<br> type master;<br> file "named.local";<br>};<br><br>and various zones declared...........<br><br>The file named.ca is the last updated one.<br><br>Please, could you help me with this?<br>Thank you very much.<br /><hr />Comparte tus fotos con tus amigos. Más fácil con <a href='http://download.live.com' target='_new'>Windows Live</a></body>
</html>