On Wed, 24 Nov 1999, xu wrote:
> Hi everyone:
> I use Slackware Linux with kernel 2.0.30.
> When execute "nslookup", it output:
> *** Can't find server name for address 127.0.0.1: Server failed
> *** Default servers are not available
> The log messages show that:
> Nov 24 20:13:42 yhdns named[368]: Ready to answer queries.
> Nov 24 20:18:51 yhdns named[368]: No root nameservers for class IN
> Anyone once met same problem as me?
> Thank you very much.
>
> Edward.
check your named.conf file, it should contain this (in case of BIND 8)
zone "." {
type hint;
file "/path/to/file";
};
or in named.boot (in case of BIND 4)
cache . /path/to/file
the file "/path/to/file" describes the root nameservers in the world. if
you don't have this file, you can obtain it under anonymous ftp as
/domain/named.root on server rs.internic.net, or you can use the command
dig @rs.internic.net . ns > file
also, check your internet connectivity. obviously it has to be up so your
nameserver can resolve external domain names.
and of course, read through the DNS-HOWTO :)
HTH
alex
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]