summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2005-11-25 04:04:21 +0000
committerJonas Smedegaard <dr@jones.dk>2005-11-25 04:04:21 +0000
commit8bcd74b4798b4f5e04ba1f4ab7e17a57cc774baa (patch)
tree2dba1ecc2ccf9ac0b813b80ce15d0e4537aa95cc /bind/named.conf.local
parent36a174b4d4935db724555fdc51185a6ab8bfdb83 (diff)
Add two fake setups for 192.168.222.0/24 and 192.168.102.0/16 at MSG.
Diffstat (limited to 'bind/named.conf.local')
-rw-r--r--bind/named.conf.local20
1 files changed, 19 insertions, 1 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local
index dafce1b..cc893fb 100644
--- a/bind/named.conf.local
+++ b/bind/named.conf.local
@@ -1,11 +1,29 @@
include "/etc/local-JONES.DK/bind/named.conf.acl";
include "/etc/local-RANDERSLILLESKOLE.DK/bind/named.conf.acl";
+view "222" {
+ match-clients { localnets; 192.168.222.0/24; };
+
+ include "/etc/local-COMMON/bind/named_BASE.conf";
+ include "/etc/local-JONES.DK/bind/named.conf.fake-222";
+ include "/etc/local-RANDERSLILLESKOLE.DK/bind/named.conf.pri";
+
+ include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.IDRAETSDAGHOJSKOLEN.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.CONDUCT.DK";
+
+ include "/etc/local-MUNKSOEGAARD.DK/bind/named.conf.fake";
+
+};
+
view "internal" {
match-clients { localnets; 192.168.0.0/16; };
include "/etc/local-COMMON/bind/named_BASE.conf";
- include "/etc/local-JONES.DK/bind/named.conf.pri";
+ include "/etc/local-JONES.DK/bind/named.conf.fake-102";
include "/etc/local-RANDERSLILLESKOLE.DK/bind/named.conf.pri";
include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";