need help

Mark_Andrews at isc.org Mark_Andrews at isc.org
Wed Mar 13 23:20:40 UTC 2002


> Hi,
> could anybody tell me what I did wrong?
> #########################################
> #named.conf
> #########################################
> acl lan {
> 	    192.168.0/24 ;
> 	    127.0.0.1 ;
> } ;
> zone "0.168.192.in-addr.arpa" in {
>    type master;
>    file "domain.de.rev.zone";
> };
> 
> #########################################
> # rev.zone
> #########################################

	Is it really "computer.domain.de" or have you edited the
	zone file?

	You can check individual zones by:

	named-checkzone 0.168.192.in-addr.arpa domain.de.rev.zone

	Also 'named -g' puts all the logging output to stderr.  You
	could be missing something depending upon how you have set
	up logging and syslogd.

	Mark

> 
> ;; Authoritative data for IP adresses on
> ;;	 192.168.0 (0.168.192.in-addr.arpa.)
> $TTL 3600
> 0.168.192.in-addr.arpa.	IN SOA	computer.domain.de. postmaster.computer
> .domain.de. (
> 				1	; serial
>     				86400	; refresh interval
> 				86400	; retry interval
> 				604800	; expiration limit
> 				86400 )	; min RR TTL binding
> 	IN	NS	computer.domain.de.
> ;
> ; Data for localhost reverse listing.
> 11	IN	PTR	computer.domain.de.
> ;
> ########### end #########################
> 
> my computer gives an error messages
> 
> named [284]: dns_zone_load: zone 0.168.192.in-addr.arpa/IN: loading master fi
> le domain.de.rev.zone: unexpected error.
> 
> (It didn't even expected it after 10 times :-)) (just kidding)).
> 
> I didn't find the error yet.
> 
> bye,
> 
> Oliver
> 
> 
> 
--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list