Problem with Bind 9

Adegboyega S. I. Kassim adeka at comview.com
Wed Nov 22 17:38:43 UTC 2000


Hi, i seem to have a problem upgrading from Bind
8P5 to Bind 9
The error i keep getting is as follows (some ips
have been edited for obvious reasons):

Nov 22 12:23:04 Crux named[25234]: starting BIND
9.0.1
Nov 22 12:23:05 Crux named[25236]: loading
configuration from '/etc/named.conf'
Nov 22 12:23:05 Crux named[25236]: the default for
the 'auth-nxdomain' option is
 now 'no'
Nov 22 12:23:05 Crux modprobe: modprobe: Can't
locate module net-pf-10
Nov 22 12:23:05 Crux named[25236]: no IPv6
interfaces found
Nov 22 12:23:05 Crux named[25236]: listening on
IPv4 interface lo, 127.0.0.1#53
Nov 22 12:23:05 Crux named[25236]: listening on
IPv4 interface eth0, 192.168.10.
1#53
Nov 22 12:23:05 Crux named[25236]: listening on
IPv4 interface eth1, 4.76.6.226#
53
Nov 22 12:23:05 Crux named[25236]: rdata.c:1334:
unexpected error:
Nov 22 12:23:05 Crux named[25236]:
isc_lex_gettoken() failed: out of range
Nov 22 12:23:05 Crux named[25236]:
dns_rdata_fromtext: 192.168.10:3: near '3600'
: unexpected error
Nov 22 12:23:05 Crux named[25236]: dns_zone_load:
zone 10.168.192.in-addr.arpa/I
N: database 192.168.10: dns_db_load failed:
unexpected error
Nov 22 12:23:05 Crux named[25236]: loading zones:
unexpected error
Nov 22 12:23:05 Crux named[25236]: exiting (due to
fatal error)


I'm running a caching name server as well as a
nameserver for the local network, cvrd.net . My
configuration files are as follows:

named.conf
__________
options {
        directory "/var/named";
};
zone "." {
        type hint;
        file "named.ca";
};

zone "0.0.127.in-addr.arpa"{
        type master;
        file "named.local";
};
zone "cvrd.net" {
        type master;
        file "cvrd.net";
        notify no;
        allow-update {localhost;};
};
zone "10.168.192.in-addr.arpa"{
        type master;
        file "192.168.10";
        notify no;
	allow-update {localhost;};
};

192.168.10
__________

$TTL    86400
@               IN      SOA     cvrd.net.      
adeka.comview.com. (
                        1892190439380;
                        3600;
                        300;
                        3600000;
                        86400;
)
@               IN      NS      Crux.cvrd.net.

; the fixed machines reverse file
1               IN      PTR     Crux.cvrd.net.
2               IN      PTR     Corvus.cvrd.net.
3               IN      PTR     Tucana.cvrd.net.
4               IN      PTR     OraTest1.cvrd.net.
5               IN      PTR     Zilla.cvrd.net.
62              IN      PTR     thredbo.cvrd.net.
61              IN      PTR     helga.cvrd.net.
72              IN      PTR     Bran.cvrd.net.

; fixed machines end dynamic machines to follow

67      IN      PTR     NARESHCH.cvrd.net.
78      IN      PTR     Jonathon.cvrd.net.
79      IN      PTR     imation.cvrd.net.
73      IN      PTR     shailnote2.cvrd.net.
71      IN      PTR     shail.cvrd.net.
65      IN      PTR     DSERVER-TEST.cvrd.net.
77      IN      PTR    
VIEWSTAR-MININET-1.cvrd.net.

cvrd.net
________
$TTL    86400
@               IN      SOA     cvrd.net.      
adeka.comview.com. (
                        1892190439380;
                        3600;
                        300;
                        3600000;
                        86400;
)
@               IN      NS      Crux.cvrd.net.

; If you are editing cvrd.net or 192.168.10. in
this same directory stop NOW
;for STATIC DHCP addressses edit THIS file and the
revfix file as well.
;
; these are the fixed machines (eg servers) in the
dydns deal
; this is the forward file
Crux                    IN      A      
192.168.10.1
Corvus                  IN      A      
192.168.10.2
Tucana                  IN      A      
192.168.10.3
OraTest1                IN      A      
192.168.10.4
Zilla                   IN      A      
192.168.10.5
thredbo                 IN      A      
192.168.10.62
helga                   IN      A      
192.168.10.61
Bran                    IN      A      
192.168.10.72

; fixed machines end dynamic machines to follow


NARESHCH                IN      A      
192.168.10.67
Jonathon                IN      A      
192.168.10.78
imation         IN      A       192.168.10.79
shailnote2              IN      A      
192.168.10.73
shail           IN      A       192.168.10.71
DSERVER-TEST            IN      A      
192.168.10.65
VIEWSTAR-MININET-1              IN      A      
192.168.10.77

I think there's a problem in one of those two
files.
I should mention that i use the 'dydns' program to
update the nameserver
for my local network because it's on dhcp.
Any help would be greatly appreciated.



-- 
Adegboyega Kassim
System and Network Administrator
Comview Corporation



More information about the bind-users mailing list