Hi, I'm trying to test BIND.
/etc/named.conf:
	
	
	
		
/etc/namedb/dynamic/doctor.org
	
	
	
		
/etc/namedb/master/88.168.192.in-addr.arpa
	
	
	
		
And at startup I get:
	
	
	
		
I don't get where is the problem.
				
			/etc/named.conf:
		Code:
	
	zone "doctor.org" { type master; file "/etc/namedb/dynamic/doctor.org"; };
zone "88.168.192.in-addr.arpa" { type master; file "/etc/namedb/master/88.168.192.in-addr.arpa"; };/etc/namedb/dynamic/doctor.org
		Code:
	
	$TTL 3h
doctor.org. IN SOA doctor.org. doctor.doctor.org. 42 1d 12h 1w 3h
NS doctor.org.
A 192.168.88.4 ;addres where on which is server
AAAA ::1/etc/namedb/master/88.168.192.in-addr.arpa
		Code:
	
	$TTL 3h
@ SOA @ doctor.doctor.lv 42 1d 12h 1w 3h
@ NS @
@ A 192.168.88.4And at startup I get:
		Code:
	
	server named[564]: zone doctor.lv/IN: loading from master file /etc/namedb/dynamic/doctor.lv failed: unknown class/type
server named[564]: zone doctor.lv/IN: not loaded due to errors.I don't get where is the problem.
 
			     Please, no need to thank me
 Please, no need to thank me 