req: found 'cshl.org' as 'cshl.org' BUT still times out

Dermot Paikkos dermot at sciencephoto.com
Tue Feb 18 10:19:59 UTC 2003


Hi Bind-users,

	BIND 8.3.

I could not connect 'www.cshl.org' and found that users in different 
zones could. When I turned on debugging I noticed that cshl.org was 
found yet `dig` always reported "connection timed out" It this 
because cshl.org's name server - phage.cshl.org - is down?

What about getting the records for cshl.org? Other servers have the 
records and will tell you the name of web-server but I can't get my 
name sever to cache the results from  other servers so the web page 
which is available can not be found by users in my domain.

Is there something up with my configuration? Thanx in advance.
Dp.

====== named.conf =========
options {
        directory "/etc/namedb";
        pid-file "/var/run/named.pid";
};

zone "." in {
        type hint;
        file "named.root";
};

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

zone "mydomain.com" in {
        type master;
        file "hosts.db";
;       forward first;
;       forwarders {
;       158.43.128.1;
;       158.43.128.72;
;       158.43.192.1;
;       };
};

zone "mydomain.com" in {
        type slave;
        file "hosts.com";
        masters {
          194.205.115.2;
        };
};

====== named.run ============

req: nlookup(cshl.org) id 2 type=1 class=1
req: found 'cshl.org' as 'cshl.org' (cname=0)
forw: forw -> [143.48.1.20].53 ds=4 nsid=50214 id=2 7ms retry 
4sec
resend(addr=1 n=0) -> [143.48.1.1].53 ds=4 nsid=50214 id=2 9ms
datagram from [127.0.0.1].4791, fd 22, len 26


~~
Dermot Paikkos * dermot at sciencephoto.com
Network Administrator @ Science Photo Library
Phone: 0207 432 1100 * Fax: 0207 286 8668



More information about the bind-users mailing list