caching name server

Martin Hepworth martinh at SOLID-STATE-LOGIC.COM
Thu May 27 14:15:13 IST 2004


Casanova, Chase wrote:
> From the suggestion of the list to add DNS name caching to my MS box, I am trying to do so.
>
> When setting up the resolv.conf do I get rid of the nameservers that I already have listed and replace them with 127.0.0.1?  If I do that how will my server know where to look for names to fill its cache?
>
> Chase Casanova
> IT Specialist
> RDU Airport Authority
> chase.casanova at rdu.com
>
> -------------------------- MailScanner list ----------------------
> To leave, send    leave mailscanner    to jiscmail at jiscmail.ac.uk
> Before posting, please see the Most Asked Questions at
> http://www.mailscanner.biz/maq/     and the archives at
> http://www.jiscmail.ac.uk/lists/mailscanner.html
>
Chase

correct on the resolv.conf entry

use the forwarders entry in the named.conf to tell bind where to forward
any unresolved queries to. Heres the critical bit of mime

options {
         directory "/etc/namedb";
         forwarders {
                 10.1.9.6;
         };

.........

make sure the ip-address points to a local name server..


--
--
Martin Hepworth
Snr Systems Administrator
Solid State Logic
Tel: +44 (0)1865 842300

**********************************************************************

This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote confirms that this email message has been swept
for the presence of computer viruses and is believed to be clean.

**********************************************************************

-------------------------- MailScanner list ----------------------
To leave, send    leave mailscanner    to jiscmail at jiscmail.ac.uk
Before posting, please see the Most Asked Questions at
http://www.mailscanner.biz/maq/     and the archives at
http://www.jiscmail.ac.uk/lists/mailscanner.html



More information about the MailScanner mailing list