Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!news-peer.sprintlink.net!news.sprintlink.net!Sprint!EU.net!Norway.EU.net!uninett.no!not-for-mail From: sthaug@nethelp.no (Steinar Haug) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Caching only nameserver Date: 18 Jul 1997 10:16:46 GMT Organization: Nethelp Consulting, Trondheim, Norway Lines: 18 Message-ID: <5qnfqe$8bi@verdi.nethelp.no> References: <5qmmlm$mal$1@filet.nrlssc.navy.mil> NNTP-Posting-Host: dole.uninett.no In-reply-to: beck@nrlssc.navy.mil's message of 18 Jul 1997 03:07:34 GMT Cache-Post-Path: dole.uninett.no!unknown@verdi.nethelp.no Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:44609 [Jeff Becklehimer] | I had a caching dns server setup using 2.1.7.1 that worked perfectly fine. | I have since upgraded to 2.2.2-RELEASE and now it doesn't work. I have | included my naed.boot and localhost.rev files below. The problem | is that clients get a query refused message yet they can use | nslookup in interactive mode with no problems. Any ideas? Your clients are using old versions of nslookup which use the now deprecated IQUERY query type. Add the following to named.boot and restart named: options fake-iquery Alternatively, you could upgrade to a more modern nslookup on the clients. Steinar Haug, Nethelp consulting, sthaug@nethelp.no