summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-04-20 17:18:56 +0000
committerJonas Smedegaard <dr@jones.dk>2004-04-20 17:18:56 +0000
commit71de17aa62aad30f2631c2d879240fd7c1e23ed5 (patch)
tree8f8021e30cc2d9a9898a134e800f72da041fa9c5 /bind/named.conf.local
parent499ae9874cf5acdcec94fe6d7c64db437ecce112 (diff)
Change fake JONES server xayide.jones.dk from 10.42.42.42 to 192.168.102.250.
Diffstat (limited to 'bind/named.conf.local')
-rw-r--r--bind/named.conf.local36
1 files changed, 21 insertions, 15 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local
index 5ab7142..0122e0a 100644
--- a/bind/named.conf.local
+++ b/bind/named.conf.local
@@ -1,17 +1,23 @@
include "/etc/local-COMMON/bind/named_IDA_acl.conf";
+include "/etc/local-COMMON/bind/named_BITBASE_acl.conf";
+include "/etc/local-COMMON/bind/named_JONES_acl.conf";
+include "/etc/local-COMMON/bind/named_HOMEBASE_acl.conf";
+include "/etc/local-COMMON/bind/named_LAB_acl.conf";
+include "/etc/local-COMMON/bind/named_DGIH_acl.conf";
+include "/etc/local-COMMON/bind/named_CONDUCT_acl.conf";
view "internal" {
- match-clients { localnets; };
+ match-clients { localnets; 192.168.0.0/16; };
include "/etc/local-COMMON/bind/named_BASE.conf";
include "/etc/local-COMMON/bind/named_JONES_fake.conf";
- include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
- include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
-# include "/etc/local-COMMON/bind/named_IDA_sec.conf";
- include "/etc/local-COMMON/bind/named_IDA_pri.conf";
- include "/etc/local-COMMON/bind/named_LAB_sec.conf";
- include "/etc/local-COMMON/bind/named_DGIH_sec.conf";
- include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf";
+ include "/etc/local-COMMON/bind/named_BITBASE_pri.conf";
+ include "/etc/local-COMMON/bind/named_HOMEBASE_pri.conf";
+# include "/etc/local-COMMON/bind/named_IDA_pri.conf";
+ include "/etc/local-COMMON/bind/named_IDAjones_fake.conf";
+ include "/etc/local-COMMON/bind/named_LAB_pri.conf";
+ include "/etc/local-COMMON/bind/named_DGIH_pri.conf";
+ include "/etc/local-COMMON/bind/named_CONDUCT_pri.conf";
};
@@ -20,13 +26,13 @@ view "external" {
recursion no;
include "/etc/local-COMMON/bind/named_BASE.conf";
- include "/etc/local-COMMON/bind/named_JONES_sec.conf";
- include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
- include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
-# include "/etc/local-COMMON/bind/named_IDA_sec.conf";
+ include "/etc/local-COMMON/bind/named_JONES_pri.conf";
+ include "/etc/local-COMMON/bind/named_BITBASE_pri.conf";
+ include "/etc/local-COMMON/bind/named_HOMEBASE_pri.conf";
+# include "/etc/local-COMMON/bind/named_IDA_pri.conf";
include "/etc/local-COMMON/bind/named_IDA_pri.conf";
- include "/etc/local-COMMON/bind/named_LAB_sec.conf";
- include "/etc/local-COMMON/bind/named_DGIH_sec.conf";
- include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf";
+ include "/etc/local-COMMON/bind/named_LAB_pri.conf";
+ include "/etc/local-COMMON/bind/named_DGIH_pri.conf";
+ include "/etc/local-COMMON/bind/named_CONDUCT_pri.conf";
};