Caching nameServer

Marc.Thach at radianz.com Marc.Thach at radianz.com
Tue Aug 7 16:13:30 UTC 2001



Tony,
is the nameserver also a gateway?  If so, then I think "listen-on" will
kill it.
BTW using forwarding to an ISP DNS will be very slow if the first server is
slow or down.  The timeouts used with forwarders are usually longer (30
secs divided by the number of forwarders). than following referrals (4 secs
to start), and it tries them in strict order.
Marc TXK



                                                                                                                   
                    "Tony"                                                                                         
                    <tandcwong at home        To:     comp-protocols-dns-bind at moderators.isc.org                      
                    .com>                  cc:                                                                     
                    Sent by:               Subject:     Caching nameServer                                         
                    bind-users-boun                                                                                
                    ce at isc.org                                                                                     
                                                                                                                   
                                                                                                                   
                    01/08/2001                                                                                     
                    15:08                                                                                          
                                                                                                                   
                                                                                                                   




I would like to setup a caching nameserver for my local network and have
clients point to this caching DNS instead of my ISP for faster name
resolution.

options {

directory "/var/named";

listen-on {192.168.0.20;};

pid-file "named.pid";

};

zone "." {

type hint;

file "named.ca";

};

zone "localhost" {

type master;

file "localhost.db";

};

zone "0.0.127.in-addr.arpa" {

type master;

file "localhost_rev.db";

};



When I have a client point to this DNS address. Resolution fails. I dont
see
anything in the logs.



Any ideas?









The contents of this e-mail and any attachments contain information that
may be confidential.  Unless you are the named addressee (or authorized to
receive for the named addressee) you may not read, copy, distribute,
disclose or otherwise use this information for any purpose.  If you have
received this transmission in error, please notify the sender immediately
by reply e-mail and then delete this message from your system.  While we
make every effort to keep our network free from viruses, you do need to
check this e-mail (and any attachments) for viruses, as we take no
responsibility for any virus transferred by this e-mail.







More information about the bind-users mailing list