Migration Errors (Bind 8 to Bind 9)

Gerardo gerardo at flecharoja.com
Tue Apr 13 21:05:49 UTC 2004


Hi!

I am trying to migrate our bind service to the release 9.
Everything is going great, except for this error on the
/var/logmessages

Apr 13 14:55:55 tierra named[2246]: zone 47.40.196.in-addr.arpa/IN:
loaded serial 2003051901
Apr 13 14:55:55 tierra named[2246]: dns_rdata_fromtext:
bnvsite.com.externo:15: near 'mail.bnvsite.com.': not a valid number
Apr 13 14:55:55 tierra named[2246]: zone bnvsite.com/IN: loading
master file bnvsite.com.externo: not a valid number


The zone file is:
$TTL 2D
$ORIGIN bnvsite.com.
@		IN 	SOA	ns1.bnvsite.com. root.ns1.bnvsite.com. (
			2003061202	; Serial Number
			7200		; Refresh 
			7200		; Retry 
			604800		; Expire 
			2H 		; ttl 
		)

			IN 	NS	ns1.bnvsite.com.

www.bnvsite.com.	IN	A	196.40.47.43
mail.bnvsite.com.       IN      A       196.40.47.41
			IN	MX	mail.bnvsite.com.
bnvsite.com.		IN	CNAME	www.bnvsite.com.
ns1.bnvsite.com.	IN	A	196.40.47.33
ns2.bnvsite.com.	IN	A	196.40.47.33


Any idea??
Thanks in advance!!
Gerardo

PS. The named.conf is:
options {
	version "";
	directory "/var/named/Externo";
	pid-file "/var/named/Externo/named-ext.pid";
	named-xfer "/usr/sbin/named-xfer";
	allow-transfer {127.0.0.1; 192.168.200.220; 192.168.200.2;};
	listen-on {192.168.200.220;};
};

zone "." in {
		type hint;
		file "root.cache";
};


zone "bnvsite.com" in {
                type master;
                file "bnvsite.com.externo";
};

zone "47.40.196.in-addr.arpa" in {
		type master;
		file "47.40.196.in-addr.arpa";
};


More information about the bind-users mailing list