Hello,<br><br>I get the following messages on the BIND server when I do a short name nslookup from a client:<br><br>Mar 31 14:08:04 jedi named[1299]: [ID 873579 <a href="http://daemon.info">daemon.info</a>] network unreachable resolving '<a href="http://C.ROOT-SERVERS.NET/AAAA/IN">C.ROOT-SERVERS.NET/AAAA/IN</a>': 2001:500:1::803f:235#53<br>
Mar 31 14:08:05 jedi named[1299]: [ID 873579 <a href="http://daemon.info">daemon.info</a>] network unreachable resolving '<a href="http://I.ROOT-SERVERS.NET/AAAA/IN">I.ROOT-SERVERS.NET/AAAA/IN</a>': 2001:500:1::803f:235#53<br>
Mar 31 14:08:07 jedi named[1299]: [ID 873579 <a href="http://daemon.info">daemon.info</a>] network unreachable resolving '<a href="http://B.ROOT-SERVERS.NET/AAAA/IN">B.ROOT-SERVERS.NET/AAAA/IN</a>': 2001:500:2f::f#53<br>
Mar 31 14:08:07 jedi named[1299]: [ID 873579 <a href="http://daemon.info">daemon.info</a>] network unreachable resolving '<a href="http://L.ROOT-SERVERS.NET/AAAA/IN">L.ROOT-SERVERS.NET/AAAA/IN</a>': 2001:500:2f::f#53<br>
<br>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??<br><br>Thanks<br><br><br><br>cat named.conf<br>
<br>options {<br> directory "/var/named";<br>};<br><br>zone "0.0.127.in-addr.arpa" {<br>type master;<br>file "db.127.0.0";<br>};<br><br>zone "test.local" {<br>type master;<br>
file "db.test";<br>};<br><br>zone "test2.local" {<br>type master;<br>file "db.test2";<br>};<br><br>zone "118.10.10.in-addr.arpa" {<br>type master;<br>file "db.10.10.118";<br>
};<br><br>zone "119.10.10.in-addr.arpa" {<br>type master;<br>file "db.10.10.119";<br>};<br><br>zone "240.100.10.in-addr.arpa" {<br>type master;<br>file "db.10.1.240";<br>};<br><br><br>
cat db.test<br>$TTL 86400<br>@ SOA jedi root ( 1 10800 3600 604800 600 )<br> NS jedi<br><br>localhost A 127.0.0.1<br>test-scan A 10.10.119.140<br> A 10.10.119.141<br>
A 10.10.119.142<br> MX 10 test-scan<br>dns1 A 10.1.240.24<br> MX 10 dns1<br>dns2 A 10.1.240.23<br>
MX 10 dns2<br><br>cat db.test2<br><br>$TTL 86400<br>@ SOA jedi root ( 1 10800 3600 604800 600 )<br> NS jedi<br><br>localhost A 127.0.0.1<br>test2-scan A 10.10.118.140<br>
A 10.10.118.141<br> A 10.10.118.142<br> MX 10 test2-scan<br>dns1 A 10.1.240.24<br> MX 10 dns1<br>
dns2 A 10.1.240.23<br> MX 10 dns2<br>