BIND 8.2.4 for Win2000

DONNAT Arnaud Arnaud.Donnat at admp6.jussieu.fr
Mon Jul 30 08:40:05 UTC 2001


Hello,

I use named 8.2.4-REL-NT2 (PRIMARY) on windows 2000 server with active
directory.
There are 32 zones (6 dynamiques zones with _udp.zone, _msdcs.zone,
_tcp.zone, _sites.zone)
Microsoft DNS is not installed.


First question:
After 3 hours, this message come:
"fopen() of myzonefile.dumptmp failed: Errcode: 24: Too many open files"

Extrait of my named.conf:
options {
	directory "d:/dns/etc";
	fetch-glue no;	
	forwarders {
		IP_server1;
		Ip_server2;
	};
	allow-recursion {
		IP_MyNetwork;
	}; 
	allow-transfer {
		IP_MyDNSSecondaryUnix;
	};
	listen-on port 53 {
		IP1_MyDNSPrimaryWindows2000;
		IP2_MyDNSPrimaryWindows2000;
		IP3_MyDNSPrimaryWindows2000;
		IP4_MyDNSPrimaryWindows2000;
		IP5_MyDNSPrimaryWindows2000;
	};
	query-source address * port 53;
	files 100;	// Limit files open
	topology {
		IP_Network1;
		IP_Network2;
	};
	version "";
};


and don't know why eventlog say with "files 100":
"cannot set resource limits on this system"

A key registry to change?
A new number for files option?
Other?


Second question:
Config SOA is:

$TTL 86400 ; (24 h)
;
@	IN	SOA	IPDNSPrimary.zone. Mailadmin.zone. (
				0107250001	; Version YYMMJJxxxx
				600		; Refresh (10 min)
				300		; Retry	  ( 5 min)
				864000		; Expire  (10 jours)
				3600 )		; TTL     (60 min)
	IN	NS	IPDNSPrimary.myzone.
	IN	NS	IPDNSSecondary.myzone.


and there is a long time between LOG files(ex: _msdcs.zone.log) and
inscription in files zone (_msdcs.zone)?

Problem config BIND or registry key or other?




Thanks,

Arnaud Donnat


More information about the bind-users mailing list