summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bind/fake/JONES4
-rw-r--r--bind/fake/JONES-mailonly2
-rw-r--r--bind/fake/JONES-nomail4
-rw-r--r--bind/fake/jones.dk8
-rw-r--r--bind/named.conf.local36
5 files changed, 30 insertions, 24 deletions
diff --git a/bind/fake/JONES b/bind/fake/JONES
index edf8b4c..f9868cf 100644
--- a/bind/fake/JONES
+++ b/bind/fake/JONES
@@ -13,5 +13,5 @@ $TTL 604800
MX 50 mail.haakansson.com.
MX 50 mail.bitbase.dk.
MX 50 mail.homebase.dk.
- A 10.42.42.42 ; 62.243.165.95
-* A 10.42.42.42 ; 62.243.165.95
+ A 192.168.102.250 ; 62.243.165.95
+* A 192.168.102.250 ; 62.243.165.95
diff --git a/bind/fake/JONES-mailonly b/bind/fake/JONES-mailonly
index bc08a8d..ea4c451 100644
--- a/bind/fake/JONES-mailonly
+++ b/bind/fake/JONES-mailonly
@@ -13,4 +13,4 @@ $TTL 604800
MX 50 mail.haakansson.com.
MX 50 mail.bitbase.dk.
MX 50 mail.homebase.dk.
-mail A 10.42.42.42 ; 62.243.165.95
+mail A 192.168.102.250 ; 62.243.165.95
diff --git a/bind/fake/JONES-nomail b/bind/fake/JONES-nomail
index 568c789..75a45ae 100644
--- a/bind/fake/JONES-nomail
+++ b/bind/fake/JONES-nomail
@@ -8,5 +8,5 @@ $TTL 604800
; Public zone roots, mailhubs and non-CNAME services (use A)
NS localhost.
- A 10.42.42.42 ; 62.243.165.95
-* A 10.42.42.42 ; 62.243.165.95
+ A 192.168.102.250 ; 62.243.165.95
+* A 192.168.102.250 ; 62.243.165.95
diff --git a/bind/fake/jones.dk b/bind/fake/jones.dk
index 0c6d03d..67578ed 100644
--- a/bind/fake/jones.dk
+++ b/bind/fake/jones.dk
@@ -13,8 +13,8 @@ $TTL 3600
MX 50 mail.haakansson.com.
MX 50 mail.bitbase.dk.
MX 50 mail.homebase.dk.
- A 10.42.42.42 ; 62.243.165.95
-mail A 10.42.42.42 ; 62.243.165.95
+ A 192.168.102.250 ; 62.243.165.95
+mail A 192.168.102.250 ; 62.243.165.95
fax MX 10 jawa.homebase.dk.
MX 20 mail
auryn MX 10 mail
@@ -29,7 +29,7 @@ hysbald A 62.243.165.95
TXT "ISP=TDC"
TXT "Link=ADSL"
TXT "CNAME=0x3ef3a55f.virnxx2.adsl-dhcp.tele.dk"
-dns A 10.42.42.42 ; 62.243.165.95
+dns A 192.168.102.250 ; 62.243.165.95
; External hosts (use A and TXT-wrapped CNAME or PTR)
ida A 217.157.178.135
@@ -124,7 +124,7 @@ rls A 80.208.177.2
TXT "Addr=Randers"
; Public local hosts (use A)
-xayide A 10.42.42.42 ; 62.243.165.95
+xayide A 192.168.102.250 ; 62.243.165.95
HINFO "AMD Athlon" "Debian GNU/Linux"
TXT "Owner=IT-guide dr. Jones v/ Jonas Smedegaard"
TXT "Addr=Vesterbro, Copenhagen"
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";
};