[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Cobalt DNS Problems
- Subject: Re: [cobalt-users] Cobalt DNS Problems
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sun Apr 22 03:17:45 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > > > Hmm,
> > > > having a few problems, and very suspicious of a hack!
> > > > Cannot access my site by it's domain name. Works fine by IP address!
> >> chuck wrote
> > > Also
> > > what's the domain name? same as in sig? if so I can get in no prob.
> > > chuck
> > >
> "Adrian Faulkner" <adrian.faulkner@xxxxxxxxxxxxxxxxxx> wrote
> > either www.gilmours.com or www.action-figure.com
>
>
> dig action-figure.com @NS1.ACTION-FIGURE.COM
> dig action-figure.com @NS2.ACTION-FIGURE.COM
> dig gilmours.com @NS1.ACTION-FIGURE.COM
> dig gilmours.com @NS2.ACTION-FIGURE.COM
> all timeout
> The nameservers can be reached, but they do not
> respond to either www.gilmours.com or www.action-figure.com
> Gerald
>
Did a little more checking and I think 'named' is not running
ssh into (the ip) and do a "ndc status"
also might try "ps ax | grep named"
And "ndc restart" then "tail -f /var/log/messages"
and watch it start-up, look for errors.
Gerald