On Mon, 16 Nov 1998, Glynn Clements wrote:

> Date: Mon, 16 Nov 1998 14:49:34 +0000 (GMT)
> From: Glynn Clements <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: linux-net <[EMAIL PROTECTED]>
> Subject: Re: Trying to set up DNS
> 
> 
> Kenneth Stephen wrote:
> 
> >     I have been following the DNS-HOWTO in an attempt to set up a
> > DNS server. I am using two linux boxes. Box A has a dialup link to my
> > ISP (SLIP) and box A and B are connected via and ethernet connection.
> > IP-masquerading has been enabled (and seems to be working perfectly)
> > on Box A. Box A has an ip-address (on eth0) of 192.168.0.1 and Box B
> > has an ip-address (on eth0) of 192.168.0.2. Here is the output from my
> > syslog when I did an 'ndc start' :
> > 
> > Nov 15 23:50:18 chief named[2920]: XSTATS 911195418 911195355 RR=0
> > RNXD=0 RFwdR=0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0
> > SSysQ=0 SAns=0 SFwdQ=0 SDupQ=0 SErr=0 RQ=0 RIQ=0 RFwdQ=0 RDupQ=0
> > RTCP=0 SFwdR=0 SFail=0 SFErr=0 SNaAns=0 SNXD=0
> > Nov 15 23:50:24 chief named[2939]: starting.  named 8.1.2 Sun Nov 15 23:35:16 CST 
>1998 ^Iroot@chief:/root/src/bin/named
> > Nov 15 23:50:24 chief named[2939]: cache zone "" (IN) loaded (serial 0)
> > Nov 15 23:50:24 chief named[2939]: master zone "0.0.127.in-addr.arpa" (IN) loaded 
>(serial 1)
> > Nov 15 23:50:24 chief named[2939]: listening on [127.0.0.1].53 (lo)
> > Nov 15 23:50:24 chief named[2939]: listening on [192.168.0.2].53 (eth0)
> > Nov 15 23:50:24 chief named[2939]: Forwarding source address is [127.0.0.1].1050
> 
> This doesn't look right; it should say [0.0.0.0]. Have you specified
> an address for the query-source option in named.conf?
> 
> > Nov 15 23:50:24 chief named[2940]: Ready to answer queries.
> > Nov 15 23:50:24 chief named[2940]: No root nameservers for class IN
> 
> Is the cache file valid?
First, have a look at your cache files. Second, your machines may slow
down in case your slic connection goes away. If you're not online 24h per
day, you might want to restart your bind(s) when going offline. At
restart, change (per script) their config files to be authoritive for "."
(eg. create your own root server without containing any data). Then your
boxes don't have wait long seconds for timeout but will receive an error
(-> not found...)

MfG, JBG



> 
> -- 
> Glynn Clements <[EMAIL PROTECTED]>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-net" in
> the body of a message to [EMAIL PROTECTED]
> 

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to