From 4649c6bd8d8a6637a053a863de2aebf0cdbff90e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 20 May 2004 11:50:46 +0000 Subject: Have xayide.jones.dk (dns.jones.dk) be primary for JONES and secondary for DGIH HOMEBASE CONDUCT LAB IDA and BITBASE. --- bind/named.conf.local | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) (limited to 'bind/named.conf.local') diff --git a/bind/named.conf.local b/bind/named.conf.local index 4e10229..ac68ea6 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -1,10 +1,4 @@ -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; 192.168.0.0/16; }; @@ -12,13 +6,12 @@ view "internal" { include "/etc/local-COMMON/bind/named_BASE.conf"; include "/etc/local-COMMON/bind/named_JONES_fake.conf"; include "/etc/local-COMMON/bind/named_MSG_fake.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_BITBASE_sec.conf"; + include "/etc/local-COMMON/bind/named_HOMEBASE_sec.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"; + 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"; }; @@ -28,12 +21,11 @@ view "external" { include "/etc/local-COMMON/bind/named_BASE.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_pri.conf"; - include "/etc/local-COMMON/bind/named_DGIH_pri.conf"; - include "/etc/local-COMMON/bind/named_CONDUCT_pri.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_LAB_sec.conf"; + include "/etc/local-COMMON/bind/named_DGIH_sec.conf"; + include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf"; }; -- cgit v1.2.3