On Wed, 16 Jan 2002 20:22:48 -0600
"BadMan" <[EMAIL PROTECTED]> spewed into the bitstream:

> I boobed my BIND someplace..
> 
> Jan 16 19:57:31 linuxbox named[27991]: starting BIND 9.2.0
> Jan 16 19:57:31 linuxbox named[27991]: using 1 CPU
> Jan 16 19:57:31 linuxbox named[27993]: loading configuration from
> '/etc/named.conf'
> Jan 16 19:57:31 linuxbox named[27993]: /etc/named.conf:26: option
> 'check-names' is not implemented

delete this option line (check-names)

> Jan 16 19:57:31 linuxbox named[27993]: /etc/named.conf:53: option
> 'memstatistics-file' is not implemented

delete this option line (memstatistics-file)

> Jan 16 19:57:31 linuxbox named[27993]: /etc/named.conf:71: option
> 'use-id-pool' is obsolete

delete this line (use-id-pool)

> Jan 16 19:57:31 linuxbox modprobe: can't locate module net-pf-10

add to /etc/modules.conf:
alias net-pf-10 ipv6

> Jan 16 19:57:31 linuxbox named[27993]: no IPv6 interfaces found

why did you build bind --with-ipv6 if you're not using ipv6?

> Jan 16 19:57:31 linuxbox named[27993]: listening on IPv4 interface lo,
> 127.0.0.1#53
> Jan 16 19:57:31 linuxbox named[27993]: the key 'rndc-key' is too short
> to be secure

so you won't be able to use rndc (replacement for ndc).  Please read the
rndc documentation.

> Jan 16 19:57:31 linuxbox last message repeated 3 times
> Jan 16 19:57:31 linuxbox named[27993]: command channel listening on
> 127.0.0.1#953
> Jan 16 19:57:31 linuxbox named[27993]: Jan 16 19:57:31.643general:
> error: dns_master_load: pz/127.0.0:3: no current owner name

your zone file is hosed (pls review SOA entry)

> Jan 16 19:57:31 linuxbox named[27993]: Jan 16 19:57:31.646general:
> error: zone 0.0.127.in-addr.arpa/IN: loading master file pz/127.0.0: no
> owner
> Jan 16 19:57:31 linuxbox named[27993]: Jan 16 19:57:31.648general:
> error: zone 1.168.192.in-addr.arpa/IN: loading master file pz/192.168.1:
> file not found

can't find zone file 192.168.1 (this is a zone file name?!)

> Jan 16 19:57:31 linuxbox named[27993]: Jan 16 19:57:31.649general: info:
> running
> Jan 16 19:57:57 linuxbox named[27993]: Jan 16 19:57:57.063queries: info:
> client 127.0.0.1#2801: query: mail.abcs.com IN A
> 
> And of course my nixbox cant get nothing out, i.e. mail, pings
> nslookups/digs or hosts calls..  I still ahve port 53 blocked in my
> firewall of course it's showing up in messages as well.
> 
> I see one spot where I prolly boobed..  I cahnged 192.168.1 to 192.168.0
> (assume- yeah I know) that this was pertaining to my first 3 octets of
> my local network..?

you _do_ have a hints file?  After all, named is running -- only warning
messages, no fatal errors.

> 
> Any ideas of what I should do here...?
> 

O'Reilley has this really good book called DNS and BIND.  I highly
recommend it.

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
                -- Nemesis Racing Team motto
Internet (H323) phone: 206.28.187.30
_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to