Bind hangs

Dirk Schulten dirk.schulten at intrex-systems.com
Sat Jun 3 12:29:52 UTC 2000


Hello,

ahhh, yes, the config files... ;-)


** /etc/NAMED.CONF **

options
{
	directory "/etc/named";
	statistics-interval 0;
    forwarders
    {
       195.38.129.1;
       195.222.124.63;
    };
    forward only;
};
logging
{
	channel named_log
	{
		file "/var/log/named/named.log";
		severity info;
		print-category yes;
		print-time yes;
		print-severity yes;
	};
	channel named_security
	{
		file "/var/log/named/security.log";
		severity info;
		print-category yes;
		print-time yes;
		print-severity yes;
	};
	channel named_stats
	{
		file "/var/log/named/stats.log";
		severity info;
		print-category yes;
		print-time yes;
		print-severity yes;
	};
	category default { named_log; };
	category config { named_log; };
	category parser { named_log; };
	category security { named_security; };
	category statistics { named_stats; };
	category lame-servers {named_log; };
	category cname { named_log; };
};
zone "KELLER" in
{
	type master;
	file "keller.hosts";
};
zone "1.168.192.in-addr.arpa" in
{
	type master;
	file "keller.zone";
};
zone "." in
{
	type hint;
	file "root.hint";
};


** /etc/named/keller.hosts **

; ####################################################
; # KELLER.HOSTS
; ####################################################
; # AUTHOR.: D. SCHULTEN
; # DATE...: 01-Mai-2000
; ####################################################
$TTL 86400
@				IN	SOA	KELLER.	root.KELLER.
(
							1998082403	; serial
							4H		; refresh (seconds)
							2H		; retry (seconds)
							1W		; expire (seconds)
							1D		; minimum (seconds)
)
							IN		NS	fraggle.KELLER.
							IN		NS	ns.net-con.net.
							IN		NS	medusa.niederbayern.net.
localhost				A			127.0.0.1
ns							A			192.168.1.1
nameserver				CNAME		192.168.1.1
mailhost					CNAME		192.168.1.1
fraggle					A	192.168.1.1
webapache				A	192.168.1.1
webalizer				A	192.168.1.1
webblaxx					A	192.168.1.1
webconos					A	192.168.1.1
www.aorheaven.de		A	192.168.1.1
ssl.aorheaven.de		A	192.168.1.1
webaorheaven			A	192.168.1.1
webjesus					A	192.168.1.1
webjavaold     	 	A	192.168.1.1
webprokap				A	192.168.1.1
webhtmlexe				A	192.168.1.1
webleuchten				A	192.168.1.1
webjavaexe				A	192.168.1.1
mossandl					A	192.168.1.1
webgeschafft			A	192.168.1.1
webman					A	192.168.1.1
webcrystal				A	192.168.1.1
webhtml					A	192.168.1.1
webjava					A	192.168.1.1
webjavascript			A	192.168.1.1
weblinux					A	192.168.1.1
websendmail				A	192.168.1.1
websql					A	192.168.1.1
webssr					A	192.168.1.1
webadressen				A	192.168.1.1
webfuego					A	192.168.1.1
webberknecht			A	192.168.1.1
webintrexold			A	192.168.1.1
webintrex				A	192.168.1.1
webgrips					A	192.168.1.1
webcam					A	192.168.1.1
webquality				A	192.168.1.1
webabrechnung			A	192.168.1.1
webtbb					A  192.168.1.1
gatekeeper				A	192.168.1.2
dual						A	192.168.1.3
rossi						A	192.168.1.6
webrossi					A	192.168.1.6
webdose					A	192.168.1.6
bruder					A	192.168.1.7
pinky						A	192.168.1.8
brain						A	192.168.1.9
lsx						A	192.168.1.10
mahat						A	192.168.1.13
darkwing					A	192.168.1.18
aorheaven				A	192.168.1.18
webby						A	192.168.1.19
webbehabli				A	192.168.1.19
lazarus					A	192.168.1.26
kermit					A	192.168.1.36
hobbit					A	192.168.1.37
flat						A	192.168.1.40
snoopy					A	192.168.1.50
bicmac					A	192.168.1.51
ex386er					A	192.168.1.55
damocles					A	192.168.1.56
gulliver					A	192.168.1.57
idefix					A	192.168.1.98
obelix					A	192.168.1.99
anarchy					A	192.168.1.111
outpost					A	192.168.1.113
speedy					A	192.168.1.114
tweety					A	192.168.1.115
nirvana					A	192.168.1.142
woodpecker				A	192.168.1.180
broesel					A	192.168.1.200
deepthought				A	192.168.1.222
marvin					A	192.168.1.223
hal2000					A	192.168.1.224
gandalf					A	192.168.1.240
lillebror				A	192.168.1.241
woody						A	192.168.1.242


** /etc/named/keller.zone **

; ####################################################
; # KELLER.ZONE
; ####################################################
; # AUTHOR.: D. SCHULTEN
; # DATE...: 01-MAI-2000
; ####################################################
$ORIGIN 1.168.192.in-addr.arpa.
$TTL 86400;
@		IN 	SOA	localhost. root.localhost.
(
				42			; serial (d. adams)
				3H			; refresh
				15M		; retry
				1W			; expiry
				1D 		; minimum
)
		IN 	NS	fraggle.KELLER.
		IN		NS	ns.net-con.net.
		IN		NS	medusa.niederbayern.net.
#1		IN 	PTR	localhost.
1		IN		PTR	fraggle.KELLER.
2		IN		PTR	gatekeeper.KELLER.
3		IN		PTR	dual.KELLER.
6		IN		PTR	rossi.KELLER.
7		IN		PTR	bruder.KELLER.
8		IN		PTR	pinky.KELLER.
9		IN		PTR	brain.KELLER.
10		IN		PTR	lsx.KELLER.
13		IN		PTR	mahat.KELLER.
18		IN		PTR	darkwing.KELLER.
19		IN		PTR	webby.KELLER.
26		IN		PTR	lazarus.KELLER.
36		IN		PTR	kermit.KELLER.
37		IN		PTR	hobbit.KELLER.
40		IN		PTR	flat.KELLER.
50		IN		PTR	snoopy.KELLER.
51		IN		PTR	bicmac.KELLER.
55		IN		PTR	ex386er.KELLER.
56		IN		PTR	damocles.KELLER.
57		IN		PTR	gulliver.KELLER.
98		IN		PTR	idefix.KELLER.
99		IN		PTR	obelix.KELLER.
111	IN		PTR	anarchy.KELLER.
113	IN		PTR	outpost.KELLER.
114	IN		PTR	speedy.KELLER.
115	IN		PTR	tweety.KELLER.
142	IN		PTR	nirvana.KELLER.
180	IN		PTR	woodpecker.KELLER.
200	IN		PTR	broesel.KELLER.
222	IN		PTR	deepthought.KELLER.
223	IN		PTR	marvin.KELLER.
224	IN		PTR	hal2000.KELLER.
240	IN		PTR	gandalf.KELLER.
241	IN		PTR	lillebror.KELLER.
242	IN		PTR	woody.KELLER.




More information about the bind-users mailing list