Index: /dns/confs/rambo/named.conf
===================================================================
--- /dns/confs/rambo/named.conf	(revision 4095)
+++ /dns/confs/rambo/named.conf	(revision 4095)
@@ -0,0 +1,40 @@
+options {
+	directory "/home/dns";
+	pid-file "/var/run/named.pid";
+	listen-on { 127.0.0.1; 172.21.16.99; };
+};
+
+/* ************************************************** 
+ *                                                  *
+ *          Wireless Leiden Config                  *
+ *                                                  *
+ ****************************************************/
+
+view "dns_master" {
+	match-clients { 172.18.8.66; 172.17.160.66; };
+
+	zone "wLeiden.NET" {
+		type master;
+		file "master/wLeiden_ex.NET";
+		allow-transfer { any; };
+		also-notify { 172.18.8.66; 172.17.160.66; };
+	};
+
+	/* Debatable if our reverse lookups should be visible on the internet */
+	include "rev.conf";
+};
+
+view "dns_wleiden" {
+	match-clients { any; };
+
+        zone "wleiden.net" {
+                type master;
+                file "master/wLeiden_wl.NET";
+                allow-transfer { any; };
+                notify yes;
+        };
+
+	include "rev.conf";
+	include "slaves.conf";
+};
+
