Hi, Whether you have a dns server or a caching namserver, to know if it is serving locally, make it refer to itself. To be sure, do:
[EMAIL PROTECTED] QTBUILD]# cat /etc/resolv.conf nameserver 127.0.0.1 and verify that it is asking itself (127.0.0.1) for resolution. Then, do any lookup and you should see something similar to the following examples: ~~~~~~ snip ~~~~~~ [EMAIL PROTECTED] QTBUILD]# nslookup www.qmailtoaster.com Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: Name: www.qmailtoaster.com Address: 38.99.66.144 === OR === [EMAIL PROTECTED] QTBUILD]# host www.qmailtoaster.com www.qmailtoaster.com has address 38.99.66.144 ~~~~~~ snip ~~~~~~ If it errors or gives no return, it is not working . . . This information is in addition to Erik's remarks. Regards, Nick > Make sure the named process is running. Try running 'service named > restart', then just make sure that you can do lookups through the > local bind, type 'nslookup www.qmailtoaster.com 127.0.0.1' and see > what you get. If it works, just set it as the first nameserver in > /etc/resolv.conf. > > Thanks, > Erik > > On 5/24/06, Diego Pivetta <[EMAIL PROTECTED]> wrote: >> Ok, I have installed caching-nameserver-7.3-3 on server >> What to verify it´s work´s ???? >> >> >> >> ----- Original Message ----- >> From: "Erik Espinoza" <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Wednesday, May 24, 2006 3:25 PM >> Subject: Re: [qmailtoaster] upgrade >> >> >> Hello Diego, >> >> You don't need djbdns, you just need a caching dns server. If you are >> already using bind, you may want to install caching-nameserver or >> perhaps just set forwarders in the named.conf file. >> >> Thanks, >> Erik >> >> On 5/24/06, Diego Pivetta <[EMAIL PROTECTED]> wrote: >> > >> > >> > Ok i note the upgrades in qmailtoaster >> > I using bind 9 for my dns server >> > I nedd djbdns-1.05 for upgrade my qmailtoaster???? >> > >> > >> > --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
