LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Bind9 Configure (https://www.linuxquestions.org/questions/linux-software-2/bind9-configure-54023/)

tandre 04-08-2003 10:13 AM

Bind9 Configure
 
I there,

Iam trying to install and configure a bind9 to resulve my names in a ipv6 network, but i'am having some problems. I use a redHat 8.0. This is the log file:

Apr 8 16:06:43 silence named[1037]: starting BIND 9.2.1 -u named
Apr 8 16:06:43 silence named[1037]: using 1 CPU
Apr 8 16:06:43 silence named[1040]: loading configuration from '/etc/named.conf'
Apr 8 16:06:43 silence named[1040]: listening on IPv4 interface lo, 127.0.0.1#53
Apr 8 16:06:43 silence named[1040]: command channel listening on 127.0.0.1#953
Apr 8 16:06:43 silence named[1040]: command channel listening on ::1#953
Apr 8 16:06:44 silence named[1040]: dns_master_load: named.local:10: ignoring out-of-zone data (localhost)
Apr 8 16:06:44 silence named[1040]: dns_master_load: named.local:13: ignoring out-of-zone data (localhost)
Apr 8 16:06:44 silence named[1040]: dns_master_load: named.local:15: ignoring out-of-zone data (1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int)
Apr 8 16:06:44 silence named[1040]: named.local:15: file does not end with newline
Apr 8 16:06:44 silence named[1040]: zone 1.0.0.127.in-addr.arpa/IN: loaded serial 1997022700
Abr 8 16:06:44 silence named: arranque do named succeeded
Apr 8 16:06:44 silence named[1040]: 2001:690:23d0:1: no TTL specified; using SOA MINTTL instead
Apr 8 16:06:44 silence named[1040]: dns_master_load: 2001:690:23d0:9: unknown RR type 'HOSTS'
Apr 8 16:06:44 silence named[1040]: zone 0.d.3.2.0.9.6.0.1.0.0.2.ip6.int/IN: loading master file 2001:690:23d0: unknown class/type
Apr 8 16:06:44 silence named[1040]: dns_master_load: named.local:10: ignoring out-of-zone data (localhost)
Apr 8 16:06:44 silence named[1040]: dns_master_load: named.local:11: ignoring out-of-zone data (1.0.0.127.in-addr.arpa)
Apr 8 16:06:44 silence named[1040]: dns_master_load: named.local:13: ignoring out-of-zone data (localhost)
Apr 8 16:06:44 silence named[1040]: dns_master_load: named.local:15: ignoring out-of-zone data (1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int)
Apr 8 16:06:44 silence named[1040]: named.local:15: file does not end with newline
Apr 8 16:06:44 silence named[1040]: zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ipv6.int/IN: loaded serial 1997022700
Apr 8 16:06:44 silence named[1040]: zone localhost/IN: loaded serial 42
Apr 8 16:06:44 silence named[1040]: ipv6.ipg.pt:1: no TTL specified; using SOA MINTTL instead
Apr 8 16:06:44 silence named[1040]: dns_master_load: ipv6.ipg.pt:9: unknown RR type 'HOSTS'
Apr 8 16:06:44 silence named[1040]: zone ipv6.ipg.pt/IN: loading master file ipv6.ipg.pt: unknown class/type
Apr 8 16:06:44 silence named[1040]: running

This is on a ipv6 network.
Can someone help-me??
Tiago Camilo

finegan 04-08-2003 08:28 PM

All of your errors seem to come from the named.local file, what's that look like?

Cheers,

Finegan

tandre 04-09-2003 03:52 AM

named.local
 
Here is my named.local:

$TTL 86400
@ IN SOA silence.ipv6.ipg.pt. root.ipv6.ipg.pt. (
42; serial (d. adams)
3H; refresh
15M; retry
1W; expiry
1D); minimum
;
IN NS localhost.
;
localhost. IN A 127.0.0.1
1.0.0.127.in-addr.arpa. IN PTR localhost.
;
localhost. IN AAAA 2001:690:23d0::3
$ORIGIN 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int.
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN PTR localhost.

I hope u help me...
Tiago Camilo


All times are GMT -5. The time now is 11:34 PM.