[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with DNS



On Thu, 24 Oct 2002, Brian Candler wrote:

> On Wed, Oct 23, 2002 at 01:48:46PM -0000, KONE wrote:
> > Hello all,
> > I am installing Domain Name Server. When i do nslookup, i obtain this
> > :
> > >
> > When i do
> > >www.toto.net
> > (toto is a name of my server)
> > The following lines appear
> > "Server:          127.0.0.1
> > Address:         127.0.0.1#53
> >
> > **server can't find www.toto.net: SERVFAIL"
> >
> > Any solutions ?
>
> So, what else have you tried to try and localise the problem? Does your
> nameserver resolve names in other domains? Is your nameserver daemon
> running? Do you get anything in /var/log/messages when you start it?
>

If you cannot resolve your own name, it either means you are not not
authoritative (;-)) over your own domain or BIND is not listening at the
correct interface. Do you have the correct zone file definition?

Also, in /etc/named.conf make sure you have

options {
  listen-on {
    127.0.0.1;
    your.public.ip.if.any;
  }
}

Good luck.

Sunday.


-----
This is the afnog mailing list, managed by Majordomo 1.94.5

To send a message to this list, e-mail afnog at afnog.org
To send a request to majordomo, e-mail majordomo at afnog.org and put
your request in the body of the message (i.e use "help" for help)

This list is maintained by owner-afnog at afnog.org