From 61c65dc8fb16f8a3541b407d423f084a449e26e8 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 10 Mar 2002 18:56:44 +0000 Subject: Add new host paf.peronard.dk. --- bind/fake/192.168.1-peronard.dk | 11 +++++++++++ bind/fake/peronard.dk | 18 ++++++++++++++++++ bind/named_PERONARD_fake.conf | 2 ++ bind/named_paf.peronard.dk.conf | 1 + 4 files changed, 32 insertions(+) create mode 100644 bind/fake/192.168.1-peronard.dk create mode 100644 bind/fake/peronard.dk create mode 100644 bind/named_PERONARD_fake.conf create mode 100644 bind/named_paf.peronard.dk.conf (limited to 'bind') diff --git a/bind/fake/192.168.1-peronard.dk b/bind/fake/192.168.1-peronard.dk new file mode 100644 index 0000000..d8eca4c --- /dev/null +++ b/bind/fake/192.168.1-peronard.dk @@ -0,0 +1,11 @@ +$TTL 604800 +@ IN SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS localhost. +; +2 IN PTR paf.peronard.dk. diff --git a/bind/fake/peronard.dk b/bind/fake/peronard.dk new file mode 100644 index 0000000..d0daf90 --- /dev/null +++ b/bind/fake/peronard.dk @@ -0,0 +1,18 @@ +$TTL 604800 +@ IN SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS localhost. +; +@ IN MX 10 mail.jones.dk. +@ IN MX 50 mail.haakansson.com. +@ IN MX 50 mail.shared.dk. +@ IN A 213.237.9.231 +mail IN A 213.237.9.231 +www IN A 213.237.9.231 +ftp IN A 213.237.9.231 +paf IN A 192.168.1.2 diff --git a/bind/named_PERONARD_fake.conf b/bind/named_PERONARD_fake.conf new file mode 100644 index 0000000..06d482a --- /dev/null +++ b/bind/named_PERONARD_fake.conf @@ -0,0 +1,2 @@ +zone "1.168.192.in-addr.arpa" { type master; file "/etc/local-COMMON/bind/fake/192.168.1-peronard.dk"; allow-transfer { none; }; }; +zone "peronard.dk" { type master; file "/etc/local-COMMON/bind/fake/peronard.dk"; allow-transfer { none; }; }; diff --git a/bind/named_paf.peronard.dk.conf b/bind/named_paf.peronard.dk.conf new file mode 100644 index 0000000..fb496c2 --- /dev/null +++ b/bind/named_paf.peronard.dk.conf @@ -0,0 +1 @@ +include "/etc/local-COMMON/bind/named_HAAKANSSON_fake.conf"; -- cgit v1.2.3