Help!!!
I am running Slackware Linux version 3.5 and I am having all kinds of
problems trying to bring up a DNS server. I followed the DNS-HOWTO to
the letter and I am still getting errors. Here is the last part of my
"messages" file (after typing ndc start)...
Dec 15 12:04:29 www named[594]: starting. named 8.1.2 Sat May 23
13:48:59 CDT 1998 ^Iroot@darkstar:/tmp/BIND-8.1.2-REL/src/bin/named
Dec 15 12:04:29 www named[594]: cache zone "" (IN) loaded (serial 0)
Dec 15 12:04:29 www named[594]: master zone "0.0.127.in-addr.arpa" (IN)
loaded (serial 1)
Dec 15 12:04:29 www named[594]: listening on [127.0.0.1].53 (lo)
Dec 15 12:04:29 www named[594]: listening on [206.48.123.2].53 (eth0)
Dec 15 12:04:29 www named[594]: listening on [207.210.18.232].53 (ppp0)
Dec 15 12:04:29 www named[594]: Forwarding source address is
[0.0.0.0].1259
Dec 15 12:04:29 www named[595]: Ready to answer queries.
Dec 15 12:04:29 www named[595]: No root nameservers for class IN
Dec 15 12:04:29 www named[595]: sysquery: findns error (SERVFAIL) on ?
Dec 15 12:04:47 www named[595]: sysquery: findns error (SERVFAIL) on
ns.linux.bogus?
Dec 15 12:06:19 www named[595]: sysquery: findns error (SERVFAIL) on ?
Dec 15 12:06:32 www last message repeated 2 times
Dec 15 12:07:20 www named[595]: sysquery: findns error (SERVFAIL) on ?
What am I doing wrong, and what's with cache zone set to "" for IN? I
have attached all configuration files so if someone could help me out
with this I would be grateful!
TIA
-Leo.
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server. Just add the names, addresses
# and any aliases to this file...
#
# By the way, Arnt Gulbrandsen <[EMAIL PROTECTED]> says that 127.0.0.1
# should NEVER be named with the name of the machine. It causes problems
# for some (stupid) programs, irc and reputedly talk. :^)
#
# For loopbacking.
127.0.0.1 localhost
206.48.123.2 www.lionsden.com www
# End of hosts.
/*
* A simple BIND 8 configuration
*/
options {
directory "/var/named";
};
zone "." {
type hint;
file "root.hints";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "pz/127.0.0";
};
search localhost
nameserver 127.0.0.1
search igs.net
nameserver 206.248.3.2
\&. 6D IN NS G.ROOT-SERVERS.NET.
\&. 6D IN NS J.ROOT-SERVERS.NET.
\&. 6D IN NS K.ROOT-SERVERS.NET.
\&. 6D IN NS L.ROOT-SERVERS.NET.
\&. 6D IN NS M.ROOT-SERVERS.NET.
\&. 6D IN NS A.ROOT-SERVERS.NET.
\&. 6D IN NS H.ROOT-SERVERS.NET.
\&. 6D IN NS B.ROOT-SERVERS.NET.
\&. 6D IN NS C.ROOT-SERVERS.NET.
\&. 6D IN NS D.ROOT-SERVERS.NET.
\&. 6D IN NS E.ROOT-SERVERS.NET.
\&. 6D IN NS I.ROOT-SERVERS.NET.
\&. 6D IN NS F.ROOT-SERVERS.NET.
G.ROOT-SERVERS.NET. 5w6d16h IN A 192.112.36.4
J.ROOT-SERVERS.NET. 5w6d16h IN A 198.41.0.10
K.ROOT-SERVERS.NET. 5w6d16h IN A 193.0.14.129
L.ROOT-SERVERS.NET. 5w6d16h IN A 198.32.64.12
M.ROOT-SERVERS.NET. 5w6d16h IN A 202.12.27.33
A.ROOT-SERVERS.NET. 5w6d16h IN A 198.41.0.4
H.ROOT-SERVERS.NET. 5w6d16h IN A 128.63.2.53
B.ROOT-SERVERS.NET. 5w6d16h IN A 128.9.0.107
C.ROOT-SERVERS.NET. 5w6d16h IN A 192.33.4.12
D.ROOT-SERVERS.NET. 5w6d16h IN A 128.8.10.90
E.ROOT-SERVERS.NET. 5w6d16h IN A 192.203.230.10
I.ROOT-SERVERS.NET. 5w6d16h IN A 192.36.148.17
F.ROOT-SERVERS.NET. 5w6d16h IN A 192.5.5.241
@ IN SOA linux.bogus. hostmaster.linux.bogus. (
1 ; Serial
8H ; Refresh
2H ; Retry
1W ; Expire
1D) ; Minimum TTL
NS ns.linux.bogus.
1 PTR localhost.