Index: dns/wleiden.net
===================================================================
--- dns/wleiden.net	(revision 3133)
+++ dns/wleiden.net	(revision 3134)
@@ -2,5 +2,5 @@
 $TTL 86400
 @	IN 	SOA	ns2.wLeiden.NET. hostmaster.wLeiden.NET. (
-		2004110802
+		2004110803
 		7200
 		3599 
@@ -45,5 +45,5 @@
 ;timelord	A	172.18.8.67
 ;timelord	A	172.17.32.2
-timelord	A	172.17.8.67
+timelord	IN CNAME giganto.CNodeCope
 ;timelord	A	172.20.0.67
 
@@ -142,7 +142,4 @@
 ajsoft-robijn		A	172.16.1.32
 cetim-ruben		A	172.16.1.40
-jorg-robijn		A	172.16.1.24
-unigor-robijn		A	172.16.1.28
-ajsoft-robijn		A	172.16.1.32
 cetim-plantsoen		A	172.16.1.216
 plantsoen-lorentzhof	A	172.16.1.224
@@ -160,12 +157,6 @@
 Marten			CNAME	CNodeMarten
 CNodeMarten		A	172.18.16.1
-Marten1			CNAME	CNodeMartenSoe1
-Marten2			CNAME	CNodeMartenSoe2
-vpn-marten		A	172.18.16.66
 home-marten		A	172.18.16.66
-
-CNodeMartenSoe1		CNAME	CNodeMarten
-CNodeMartenSoe2		A	172.18.17.1
-
+vpn-marten		CNAME	home-marten
 
 $GENERATE	10-63   dhcp$.CNodeMarten	A	172.18.16.$
@@ -177,9 +168,4 @@
 2rocl.CNodeMarten	A	172.16.0.158
 
-2marten2.CNodeMarten1	A	172.16.0.201
-2marten1.CNodeMarten2	A	172.16.0.202
-                                                                                                      
-
-
 ;
 ; ============= KEES ==============
@@ -223,5 +209,4 @@
 2huub.CNodeCope		A	172.16.0.13
 2jorg.CNodeCope		A	172.16.0.21
-2vhs.CNodeCope		A	172.16.0.29
 2imi.CNodeCope		A	172.16.0.37
 
@@ -468,5 +453,5 @@
 
 LvLz			CNAME	CNodeLvLz
-CNodeLvLz		A	172.17.40.65
+CNodeLvLz		A	172.17.40.1
 $GENERATE	10-62  dhcp$.CNodeLvLz	A	172.17.40.$
 ethernet.CNodeLvLz	A	172.17.40.65
@@ -593,5 +578,4 @@
 
 2proxy3.CNodeRV		A	172.20.128.97
-proxy3.CNodeRV		A	172.20.128.98
 demon3			A	82.161.35.250                                                                                            
 
@@ -639,5 +623,5 @@
 2ajsoft.CNodeROCl	A	172.16.0.29
 2grip.CNodeROCL		A	172.16.0.253
-2zijloever.CNodeROCL	A	172.16.1.66
+2zijloever.CNodeROCL	A	172.16.1.65
 2lorentzhof		A	172.16.1.229
 
@@ -669,5 +653,5 @@
 
 azc			CNAME	CNodeAZC
-CNodeAZC		A	172.19.144.65
+CNodeAZC		A	172.19.144.1
 
 timbolino		CNAME	timbolino.CNodeAZC
@@ -824,6 +808,6 @@
 CNodeDuivenHok				A	172.18.48.1
 $GENERATE 10-60 dhcp$.CNodeDuivenHok	A	172.18.48.$
-ethernet.CNodeDuivenHok			A	172.18.56.65
-server.CNodeDuivenHok			A	172.18.56.66
+ethernet.CNodeDuivenHok			A	172.18.48.65
+server.CNodeDuivenHok			A	172.18.48.66
 
 2jvc.CNodeDuivenHok				A	172.16.1.162
@@ -975,7 +959,7 @@
 2azc.CNodeLijtweg			A	172.16.1.98
 
-bbLijtweg1				A	172.16.253.1
-bbLijtweg2				A	172.16.253.2
-bbLijtweg3				A	172.16.253.3
+bbLijtweg1				CNAME CNodeLijtweg1
+bbLijtweg2				CNAME CNodeLijtweg2
+bbLijtweg3				CNAME CNodeLijtweg3
 
 
@@ -1174,5 +1158,4 @@
 
 2veldbies.CNodeSOM	A	172.16.0.121
-2zijloever.CNodeSOM	A	172.16.1.70
 
 2WBRotary.CNodeSOM	A	172.16.1.125
Index: dns/zone2rev.pl
===================================================================
--- dns/zone2rev.pl	(revision 3133)
+++ dns/zone2rev.pl	(revision 3134)
@@ -21,8 +21,8 @@
 		unless $host =~ m/\.$/;
 
-	warn "A-Resourcce defined in two places\n\tfor $ip/$host at line $. and $line{$ip}\n"
+	warn "A-Resource defined in two places\n\tfor $ip/$host at line $. and $line{$ip}\n"
 		if defined $host{$ip} and $host{$ip} eq $host;
 
-	warn "A-Resourcce Conflict - there should be just one.\n\t$ip used for $host and $host{$ip} at line $. and $line{$ip}\n"
+	warn "A-Resource Conflict - there should be just one.\n\t$ip used for $host and $host{$ip} at line $. and $line{$ip}\n"
 		if defined $host{$ip};
 
@@ -30,5 +30,5 @@
 		if defined $ip{$host} and $ip eq $ip{$host};
 
-	warn "Resource confict - there should be just one.\n\t$host at $ip{$host} and $ip at line $. and $line{$host}\n"
+	warn "Resource conflict - there should be just one.\n\t$host at $ip{$host} and $ip at line $. and $line{$host}\n"
 		if defined $ip{$host};
 
