DNS locked (no nslookup anyway)

N Sikkandar Dulkarnai sikkandar at prime.net.sa
Thu Apr 12 13:08:04 UTC 2001



If you are not able to ping up outside the world means, you have problem
with network deamon. check

ps -ef | grep inetd

deamon is running or not ?

Make a copy of your /etc/resolv.conf and make your /etc/resolv.conf in below
format which format i am using.

# more /etc/resolv.conf
domain  Your-domain
nameserver      IP
nameserver      IP
nameserver      IP

Does named deamon running ? ps -ef | grep named

if not try to start "/usr/sbin/in.named". if it is running try to refresh
"kill -HUP `cat /etc/named.pid`"



----- Original Message -----
From: "Boulton, Michael (Corp-Warren)" <mboulton at bwauto.com>
To: "'N Sikkandar Dulkarnai'" <sikkandar at prime.net.sa>
Sent: Thursday, April 12, 2001 3:43 PM
Subject: RE: DNS locked (no nslookup anyway)


>
>
>   I am not able to ping anywhere, when I enter nslookup, it comes back
with
> nothing.
>
> Here is my named.conf and resolve.conf
>
> [mboulton at coreadns1 /etc]$ more named.conf
> options {
>         query-source address 208.51.26.18 port 53;
>         directory "/var/named";
> };
> logging {
>         channel dnsstats {
>           file "/var/named/dnsstats";
>           severity info;
>         };
>
>         channel dnsquerys {
>           file "/var/named/dnsq";
>           severity info;
>         };
>         category statistics { dnsstats; };
>         category queries { dnsquerys; };
> };
> zone "." {
>         type hint;
>         file "named.ca";
> };
> zone "0.0.127.in-addr.arpa"{
>         type master;
>         file "named.local";
> };
> zone "bwauto.com"{
>         type master;
>         file "db.bwauto.com";
> };
>
> [mboulton at coreadns1 /etc]$ more resolv.conf
> domain bwauto.com
> search bwauto.com
> nameserver 208.51.26.18
>
> Mike Boulton
> Network Engineer
> Siemens/Borg Warner
> Warren MI
> 810-497-4147
>
> > -----Original Message-----
> > From: N Sikkandar Dulkarnai [SMTP:sikkandar at prime.net.sa]
> > Sent: Thursday, April 12, 2001 8:46 AM
> > To: Boulton Michael (Corp-Warren)
> > Subject: Re: DNS locked (no nslookup anyway)
> >
> > I had a problem with my DNS servers, finally I realized that the reverse
> > IP
> > informaiton has been deleted accedently.
> >
> > Are you able to  pingup outside the world ?
> >
> > What is the error message do u get when you are trying nslookup ?
> >
> > have a look at /resolv.conf and named.boot.
> >
> >
> > ----- Original Message -----
> > From: "Boulton, Michael (Corp-Warren)" <mboulton at bwauto.com>
> > To: <bind-users at isc.org>
> > Sent: Thursday, April 12, 2001 3:14 PM
> > Subject: DNS locked (no nslookup anyway)
> >
> >
> > >
> > >
> > >   Greetings,
> > >
> > >   I am still having problems with both of our DNS servers (inside and
> > > outside) locking up once in
> > > a while, not responding to nslookup.  Here is what is in the log:
> > >
> > > Apr 11 10:46:06 coreadns1 named[435]: Cleaned cache of 0 RRsets
> > > Apr 11 10:46:15 coreadns1 PAM_pwdb[1115]: (su) session closed for user
> > root
> > > Apr 11 10:46:17 coreadns1 PAM_pwdb[1092]: (login) session closed for
> > user
> > > mboulton
> > > Apr 11 10:46:17 coreadns1 inetd[421]: pid 1091: exit status 1
> > > Apr 11 11:46:06 coreadns1 named[435]: Cleaned cache of 0 RRsets
> > > Apr 11 12:46:06 coreadns1 named[435]: Cleaned cache of 0 RRsets
> > > Apr 11 13:46:06 coreadns1 named[435]: Cleaned cache of 0 RRsets
> > > Apr 11 14:46:06 coreadns1 named[435]: Cleaned cache of 0 RRsets
> > > Apr 11 15:46:06 coreadns1 named[435]: Cleaned cache of 0 RRsets
> > > Apr 12 08:10:00 coreadns1 PAM_pwdb[1576]: (login) session opened for
> > user
> > > mboulton by (uid=0)
> > >
> > >   Anyone have any ideas? A reboot will fix it, but I would like it
> > > permanently fixed.
> > >
> > >
> > > Mike
> > >
> > >




More information about the bind-users mailing list