Initial commit
This commit is contained in:
69
Kanzlei-Kiel/bind/bind.keys
Normal file
69
Kanzlei-Kiel/bind/bind.keys
Normal file
@ -0,0 +1,69 @@
|
||||
# The bind.keys file is used to override the built-in DNSSEC trust anchors
|
||||
# which are included as part of BIND 9. As of the current release, the only
|
||||
# trust anchors it contains are those for the DNS root zone ("."), and for
|
||||
# the ISC DNSSEC Lookaside Validation zone ("dlv.isc.org"). Trust anchors
|
||||
# for any other zones MUST be configured elsewhere; if they are configured
|
||||
# here, they will not be recognized or used by named.
|
||||
#
|
||||
# The built-in trust anchors are provided for convenience of configuration.
|
||||
# They are not activated within named.conf unless specifically switched on.
|
||||
# To use the built-in root key, set "dnssec-validation auto;" in
|
||||
# named.conf options. To use the built-in DLV key, set
|
||||
# "dnssec-lookaside auto;". Without these options being set,
|
||||
# the keys in this file are ignored.
|
||||
#
|
||||
# This file is NOT expected to be user-configured.
|
||||
#
|
||||
# These keys are current as of Feburary 2017. If any key fails to
|
||||
# initialize correctly, it may have expired. In that event you should
|
||||
# replace this file with a current version. The latest version of
|
||||
# bind.keys can always be obtained from ISC at https://www.isc.org/bind-keys.
|
||||
|
||||
managed-keys {
|
||||
# ISC DLV: See https://www.isc.org/solutions/dlv for details.
|
||||
#
|
||||
# NOTE: The ISC DLV zone is being phased out as of February 2017;
|
||||
# the key will remain in place but the zone will be otherwise empty.
|
||||
# Configuring "dnssec-lookaside auto;" to activate this key is
|
||||
# harmless, but is no longer useful and is not recommended.
|
||||
dlv.isc.org. initial-key 257 3 5 "BEAAAAPHMu/5onzrEE7z1egmhg/WPO0+juoZrW3euWEn4MxDCE1+lLy2
|
||||
brhQv5rN32RKtMzX6Mj70jdzeND4XknW58dnJNPCxn8+jAGl2FZLK8t+
|
||||
1uq4W+nnA3qO2+DL+k6BD4mewMLbIYFwe0PG73Te9fZ2kJb56dhgMde5
|
||||
ymX4BI/oQ+cAK50/xvJv00Frf8kw6ucMTwFlgPe+jnGxPPEmHAte/URk
|
||||
Y62ZfkLoBAADLHQ9IrS2tryAe7mbBZVcOwIeU/Rw/mRx/vwwMCTgNboM
|
||||
QKtUdvNXDrYJDSHZws3xiRXF1Rf+al9UmZfSav/4NWLKjHzpT59k/VSt
|
||||
TDN0YUuWrBNh";
|
||||
|
||||
# ROOT KEYS: See https://data.iana.org/root-anchors/root-anchors.xml
|
||||
# for current trust anchor information.
|
||||
#
|
||||
# These keys are activated by setting "dnssec-validation auto;"
|
||||
# in named.conf.
|
||||
#
|
||||
# This key (19036) is to be phased out starting in 2017. It will
|
||||
# remain in the root zone for some time after its successor key
|
||||
# has been added. It will remain this file until it is removed from
|
||||
# the root zone.
|
||||
. initial-key 257 3 8 "AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF
|
||||
FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX
|
||||
bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD
|
||||
X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz
|
||||
W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS
|
||||
Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq
|
||||
QxA+Uk1ihz0=";
|
||||
|
||||
# This key (20326) is to be published in the root zone in 2017.
|
||||
# Servers which were already using the old key (19036) should
|
||||
# roll seamlessly to this new one via RFC 5011 rollover. Servers
|
||||
# being set up for the first time can use the contents of this
|
||||
# file as initializing keys; thereafter, the keys in the
|
||||
# managed key database will be trusted and maintained
|
||||
# automatically.
|
||||
. initial-key 257 3 8 "AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3
|
||||
+/4RgWOq7HrxRixHlFlExOLAJr5emLvN7SWXgnLh4+B5xQlNVz8Og8kv
|
||||
ArMtNROxVQuCaSnIDdD5LKyWbRd2n9WGe2R8PzgCmr3EgVLrjyBxWezF
|
||||
0jLHwVN8efS3rCj/EWgvIWgb9tarpVUDK/b58Da+sqqls3eNbuv7pr+e
|
||||
oZG+SrDK6nWeL3c6H5Apxz7LjVc1uTIdsIXxuOLYA4/ilBmSVIzuDWfd
|
||||
RUfhHdY6+cn8HFRm+2hM8AnXGXws9555KrUB5qihylGa8subX2Nn6UwN
|
||||
R1AkUTV74bU=";
|
||||
};
|
49
Kanzlei-Kiel/bind/bind.keys.dpkg-old
Normal file
49
Kanzlei-Kiel/bind/bind.keys.dpkg-old
Normal file
@ -0,0 +1,49 @@
|
||||
/* $Id: bind.keys,v 1.5.42.2 2011-01-04 19:14:48 each Exp $ */
|
||||
# The bind.keys file is used to override built-in DNSSEC trust anchors
|
||||
# which are included as part of BIND 9. As of the current release (BIND
|
||||
# 9.7), the only trust anchor it sets is the one for the ISC DNSSEC
|
||||
# Lookaside Validation zone ("dlv.isc.org"). Trust anchors for any other
|
||||
# zones MUST be configured elsewhere; if they are configured here, they
|
||||
# will not be recognized or used by named.
|
||||
#
|
||||
# This file also contains a copy of the trust anchor for the DNS root zone
|
||||
# ("."). However, named does not use it; it is provided here for
|
||||
# informational purposes only. To switch on DNSSEC validation at the
|
||||
# root, the root key below can be copied into named.conf.
|
||||
#
|
||||
# The built-in DLV trust anchor in this file is used directly by named.
|
||||
# However, it is not activated unless specifically switched on. To use
|
||||
# the DLV key, set "dnssec-lookaside auto;" in the named.conf options.
|
||||
# Without this option being set, the key in this file is ignored.
|
||||
#
|
||||
# This file is NOT expected to be user-configured.
|
||||
#
|
||||
# These keys are current as of January 2011. If any key fails to
|
||||
# initialize correctly, it may have expired. In that event you should
|
||||
# replace this file with a current version. The latest version of
|
||||
# bind.keys can always be obtained from ISC at https://www.isc.org/bind-keys.
|
||||
|
||||
managed-keys {
|
||||
# ISC DLV: See https://www.isc.org/solutions/dlv for details.
|
||||
# NOTE: This key is activated by setting "dnssec-lookaside auto;"
|
||||
# in named.conf.
|
||||
dlv.isc.org. initial-key 257 3 5 "BEAAAAPHMu/5onzrEE7z1egmhg/WPO0+juoZrW3euWEn4MxDCE1+lLy2
|
||||
brhQv5rN32RKtMzX6Mj70jdzeND4XknW58dnJNPCxn8+jAGl2FZLK8t+
|
||||
1uq4W+nnA3qO2+DL+k6BD4mewMLbIYFwe0PG73Te9fZ2kJb56dhgMde5
|
||||
ymX4BI/oQ+cAK50/xvJv00Frf8kw6ucMTwFlgPe+jnGxPPEmHAte/URk
|
||||
Y62ZfkLoBAADLHQ9IrS2tryAe7mbBZVcOwIeU/Rw/mRx/vwwMCTgNboM
|
||||
QKtUdvNXDrYJDSHZws3xiRXF1Rf+al9UmZfSav/4NWLKjHzpT59k/VSt
|
||||
TDN0YUuWrBNh";
|
||||
|
||||
# ROOT KEY: See https://data.iana.org/root-anchors/root-anchors.xml
|
||||
# for current trust anchor information.
|
||||
# NOTE: This key is activated by setting "dnssec-validation auto;"
|
||||
# in named.conf.
|
||||
. initial-key 257 3 8 "AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF
|
||||
FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX
|
||||
bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD
|
||||
X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz
|
||||
W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS
|
||||
Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq
|
||||
QxA+Uk1ihz0=";
|
||||
};
|
12
Kanzlei-Kiel/bind/db.0
Normal file
12
Kanzlei-Kiel/bind/db.0
Normal file
@ -0,0 +1,12 @@
|
||||
;
|
||||
; BIND reverse data file for broadcast zone
|
||||
;
|
||||
$TTL 604800
|
||||
@ IN SOA localhost. root.localhost. (
|
||||
1 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
@ IN NS localhost.
|
13
Kanzlei-Kiel/bind/db.127
Normal file
13
Kanzlei-Kiel/bind/db.127
Normal file
@ -0,0 +1,13 @@
|
||||
;
|
||||
; BIND reverse data file for local loopback interface
|
||||
;
|
||||
$TTL 604800
|
||||
@ IN SOA localhost. root.localhost. (
|
||||
1 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
@ IN NS localhost.
|
||||
1.0.0 IN PTR localhost.
|
80
Kanzlei-Kiel/bind/db.192.168.100.0
Normal file
80
Kanzlei-Kiel/bind/db.192.168.100.0
Normal file
@ -0,0 +1,80 @@
|
||||
;
|
||||
; BIND reverse data file for local kanzlei-kiel.netz zone
|
||||
;
|
||||
$TTL 43600
|
||||
@ IN SOA kanzlei-kiel.netz. ckubu.oopen.de. (
|
||||
2012020701 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
|
||||
IN NS ns.kanzlei-kiel.netz.
|
||||
|
||||
; ==========
|
||||
; - Server
|
||||
; ==========
|
||||
|
||||
; Gateway/Firewall
|
||||
254 IN PTR gw-kanzlei-kiel.kanzlei-kiel.netz.
|
||||
|
||||
; (Caching ) Nameserver
|
||||
1 IN PTR ns.kanzlei-kiel.netz.
|
||||
|
||||
; File Server
|
||||
10 IN PTR file-ah.kanzlei-kiel.netz.
|
||||
|
||||
; IPMI - File Server
|
||||
11 IN PTR file-ipmi.kanzlei-kiel.netz.
|
||||
|
||||
; USV
|
||||
;15 IN PTR usv-kanzlei-kiel.kanzlei-kiel.netz.
|
||||
|
||||
; Windows 7 Server
|
||||
20 IN PTR file-win7.kanzlei-kiel.netz.
|
||||
25 IN PTR win7-ah.kanzlei-kiel.netz.
|
||||
|
||||
|
||||
; ==========
|
||||
; - Accesspoints
|
||||
; ==========
|
||||
|
||||
; UniFi AP-AC-LR
|
||||
50 IN PTR unify-ap.kanzlei-kiel.netz.
|
||||
|
||||
|
||||
; ==========
|
||||
; - Drucker
|
||||
; ==========
|
||||
|
||||
; Laserdrucker Kyocera FS-2020D
|
||||
19 IN PTR kyocera-fs-2020d.kanzlei-kiel.netz.
|
||||
; Multifunktions Drucker Kyocera TASKalfa 3051ci
|
||||
100 IN PTR kyocera-taskalfa-3051ci.kanzlei-kiel.netz.
|
||||
|
||||
; Laserdrucker Kyocera FS-2100DN
|
||||
189 IN PTR kyocera-fs-2100dn.kanzlei-kiel.netz.
|
||||
|
||||
|
||||
; ==========
|
||||
; - Buero PC's
|
||||
; ==========
|
||||
|
||||
22 IN PTR buerozwei.kanzlei-kiel.netz.
|
||||
77 IN PTR dokumentenscannerrechner.kanzlei-kiel.netz.
|
||||
81 IN PTR buero-doro.kanzlei-kiel.netz.
|
||||
88 IN PTR axel.kanzlei-kiel.netz.
|
||||
99 IN PTR zk.kanzlei-kiel.netz.
|
||||
101 IN PTR shuttle.kanzlei-kiel.netz.
|
||||
121 IN PTR buerooben.kanzlei-kiel.netz.
|
||||
184 IN PTR laptop-doro.kanzlei-kiel.netz.
|
||||
|
||||
; ---
|
||||
; - ckubu
|
||||
; ---
|
||||
|
||||
; Laptop (devil) LAN (eth0)
|
||||
90 IN PTR devil.kanzlei-kiel.netz.
|
||||
91 IN PTR devil-wlan.kanzlei-kiel.netz.
|
||||
|
14
Kanzlei-Kiel/bind/db.192.168.101.0
Normal file
14
Kanzlei-Kiel/bind/db.192.168.101.0
Normal file
@ -0,0 +1,14 @@
|
||||
;
|
||||
; BIND reverse data file for local kanzlei-kiel.netz zone
|
||||
;
|
||||
$TTL 43600
|
||||
@ IN SOA ns.kanzlei-kiel.netz. ckubu.oopen.de. (
|
||||
2012020201 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
|
||||
IN NS ns.kanzlei-kiel.netz.
|
||||
|
12
Kanzlei-Kiel/bind/db.255
Normal file
12
Kanzlei-Kiel/bind/db.255
Normal file
@ -0,0 +1,12 @@
|
||||
;
|
||||
; BIND reverse data file for broadcast zone
|
||||
;
|
||||
$TTL 604800
|
||||
@ IN SOA localhost. root.localhost. (
|
||||
1 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
@ IN NS localhost.
|
14
Kanzlei-Kiel/bind/db.empty
Normal file
14
Kanzlei-Kiel/bind/db.empty
Normal file
@ -0,0 +1,14 @@
|
||||
; BIND reverse data file for empty rfc1918 zone
|
||||
;
|
||||
; DO NOT EDIT THIS FILE - it is used for multiple zones.
|
||||
; Instead, copy it, edit named.conf, and use that copy.
|
||||
;
|
||||
$TTL 86400
|
||||
@ IN SOA localhost. root.localhost. (
|
||||
1 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
86400 ) ; Negative Cache TTL
|
||||
;
|
||||
@ IN NS localhost.
|
94
Kanzlei-Kiel/bind/db.kanzlei-kiel.netz
Normal file
94
Kanzlei-Kiel/bind/db.kanzlei-kiel.netz
Normal file
@ -0,0 +1,94 @@
|
||||
;
|
||||
; BIND data file for local kanzlei-kiel.netz zone
|
||||
;
|
||||
$TTL 43600
|
||||
@ IN SOA ns.kanzlei-kiel.netz. ckubu.oopen.de. (
|
||||
2017013001 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
|
||||
|
||||
IN NS ns.kanzlei-kiel.netz.
|
||||
|
||||
|
||||
; ==========
|
||||
; - Server
|
||||
; ==========
|
||||
|
||||
; Gateway/Firewall
|
||||
gw-ah IN A 192.168.100.254
|
||||
gate IN CNAME gw-ah
|
||||
gw IN CNAME gw-ah
|
||||
|
||||
; (Caching ) Nameserver
|
||||
ns IN A 192.168.100.1
|
||||
nscache IN CNAME ns
|
||||
|
||||
; File Server
|
||||
file-ah IN A 192.168.100.10
|
||||
file IN CNAME file-ah
|
||||
|
||||
; IPMI - File Server
|
||||
file-ipmi IN A 192.168.100.11
|
||||
|
||||
; USV - APC Management Card
|
||||
;usv-ah IN A 192.168.100.15
|
||||
;usv IN CNAME usv-ah
|
||||
|
||||
; Windows 7 Server
|
||||
file-win7 IN A 192.168.100.20
|
||||
win7-ah IN A 192.168.100.25
|
||||
|
||||
|
||||
; ==========
|
||||
; - Accesspoints
|
||||
; ==========
|
||||
|
||||
; Controller for Unifi AP's
|
||||
unifi-ctl IN A 192.168.100.254
|
||||
|
||||
; UniFi AP-AC-LR
|
||||
unify-ap IN A 192.168.100.50
|
||||
accesspoint IN CNAME unify-ap
|
||||
|
||||
|
||||
; ==========
|
||||
; - Drucker
|
||||
; ==========
|
||||
|
||||
; Laserdrucker Kyocera FS-2020D
|
||||
kyocera-fs-2020d IN A 192.168.100.29
|
||||
|
||||
; Multifunktions Drucker Kyocera TASKalfa 3051ci
|
||||
kyocera-taskalfa-3051ci IN A 192.168.100.100
|
||||
kyocera-scanner IN CNAME kyocera-taskalfa-3051ci
|
||||
|
||||
; Laserdrucker Kyocera FS-2100DN
|
||||
kyocera-fs-2100dn IN A 192.168.100.189
|
||||
|
||||
|
||||
; ==========
|
||||
; - Buero PC's
|
||||
; ==========
|
||||
|
||||
buerozwei IN A 192.168.100.22
|
||||
dokumentenscannerrechner IN A 192.168.100.77
|
||||
buero-doro IN A 192.168.100.81
|
||||
axel IN A 192.168.100.88
|
||||
zk IN A 192.168.100.99
|
||||
shuttle IN A 192.168.100.101
|
||||
buerooben IN A 192.168.100.121
|
||||
laptop-doro IN A 192.168.100.184
|
||||
|
||||
; ---
|
||||
; - ckubu
|
||||
; ---
|
||||
|
||||
; Laptop (devil) LAN (eth0)
|
||||
devil IN A 192.168.100.90
|
||||
; Laptop (devil) WLAN (wlan0)
|
||||
devil-wlan IN A 192.168.101.91
|
||||
|
14
Kanzlei-Kiel/bind/db.local
Normal file
14
Kanzlei-Kiel/bind/db.local
Normal file
@ -0,0 +1,14 @@
|
||||
;
|
||||
; BIND data file for local loopback interface
|
||||
;
|
||||
$TTL 604800
|
||||
@ IN SOA localhost. root.localhost. (
|
||||
2 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
604800 ) ; Negative Cache TTL
|
||||
;
|
||||
@ IN NS localhost.
|
||||
@ IN A 127.0.0.1
|
||||
@ IN AAAA ::1
|
90
Kanzlei-Kiel/bind/db.root
Normal file
90
Kanzlei-Kiel/bind/db.root
Normal file
@ -0,0 +1,90 @@
|
||||
; This file holds the information on root name servers needed to
|
||||
; initialize cache of Internet domain name servers
|
||||
; (e.g. reference this file in the "cache . <file>"
|
||||
; configuration file of BIND domain name servers).
|
||||
;
|
||||
; This file is made available by InterNIC
|
||||
; under anonymous FTP as
|
||||
; file /domain/named.cache
|
||||
; on server FTP.INTERNIC.NET
|
||||
; -OR- RS.INTERNIC.NET
|
||||
;
|
||||
; last update: February 17, 2016
|
||||
; related version of root zone: 2016021701
|
||||
;
|
||||
; formerly NS.INTERNIC.NET
|
||||
;
|
||||
. 3600000 NS A.ROOT-SERVERS.NET.
|
||||
A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4
|
||||
A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:ba3e::2:30
|
||||
;
|
||||
; FORMERLY NS1.ISI.EDU
|
||||
;
|
||||
. 3600000 NS B.ROOT-SERVERS.NET.
|
||||
B.ROOT-SERVERS.NET. 3600000 A 192.228.79.201
|
||||
B.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:84::b
|
||||
;
|
||||
; FORMERLY C.PSI.NET
|
||||
;
|
||||
. 3600000 NS C.ROOT-SERVERS.NET.
|
||||
C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12
|
||||
C.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2::c
|
||||
;
|
||||
; FORMERLY TERP.UMD.EDU
|
||||
;
|
||||
. 3600000 NS D.ROOT-SERVERS.NET.
|
||||
D.ROOT-SERVERS.NET. 3600000 A 199.7.91.13
|
||||
D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2d::d
|
||||
;
|
||||
; FORMERLY NS.NASA.GOV
|
||||
;
|
||||
. 3600000 NS E.ROOT-SERVERS.NET.
|
||||
E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10
|
||||
;
|
||||
; FORMERLY NS.ISC.ORG
|
||||
;
|
||||
. 3600000 NS F.ROOT-SERVERS.NET.
|
||||
F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241
|
||||
F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2f::f
|
||||
;
|
||||
; FORMERLY NS.NIC.DDN.MIL
|
||||
;
|
||||
. 3600000 NS G.ROOT-SERVERS.NET.
|
||||
G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4
|
||||
;
|
||||
; FORMERLY AOS.ARL.ARMY.MIL
|
||||
;
|
||||
. 3600000 NS H.ROOT-SERVERS.NET.
|
||||
H.ROOT-SERVERS.NET. 3600000 A 198.97.190.53
|
||||
H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::53
|
||||
;
|
||||
; FORMERLY NIC.NORDU.NET
|
||||
;
|
||||
. 3600000 NS I.ROOT-SERVERS.NET.
|
||||
I.ROOT-SERVERS.NET. 3600000 A 192.36.148.17
|
||||
I.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fe::53
|
||||
;
|
||||
; OPERATED BY VERISIGN, INC.
|
||||
;
|
||||
. 3600000 NS J.ROOT-SERVERS.NET.
|
||||
J.ROOT-SERVERS.NET. 3600000 A 192.58.128.30
|
||||
J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:c27::2:30
|
||||
;
|
||||
; OPERATED BY RIPE NCC
|
||||
;
|
||||
. 3600000 NS K.ROOT-SERVERS.NET.
|
||||
K.ROOT-SERVERS.NET. 3600000 A 193.0.14.129
|
||||
K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fd::1
|
||||
;
|
||||
; OPERATED BY ICANN
|
||||
;
|
||||
. 3600000 NS L.ROOT-SERVERS.NET.
|
||||
L.ROOT-SERVERS.NET. 3600000 A 199.7.83.42
|
||||
L.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:3::42
|
||||
;
|
||||
; OPERATED BY WIDE
|
||||
;
|
||||
. 3600000 NS M.ROOT-SERVERS.NET.
|
||||
M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33
|
||||
M.ROOT-SERVERS.NET. 3600000 AAAA 2001:dc3::35
|
||||
; End of file
|
11
Kanzlei-Kiel/bind/named.conf
Normal file
11
Kanzlei-Kiel/bind/named.conf
Normal file
@ -0,0 +1,11 @@
|
||||
// This is the primary configuration file for the BIND DNS server named.
|
||||
//
|
||||
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
|
||||
// structure of BIND configuration files in Debian, *BEFORE* you customize
|
||||
// this configuration file.
|
||||
//
|
||||
// If you are just adding zones, please do that in /etc/bind/named.conf.local
|
||||
|
||||
include "/etc/bind/named.conf.options";
|
||||
include "/etc/bind/named.conf.local";
|
||||
include "/etc/bind/named.conf.default-zones";
|
30
Kanzlei-Kiel/bind/named.conf.default-zones
Normal file
30
Kanzlei-Kiel/bind/named.conf.default-zones
Normal file
@ -0,0 +1,30 @@
|
||||
// prime the server with knowledge of the root servers
|
||||
zone "." {
|
||||
type hint;
|
||||
file "/etc/bind/db.root";
|
||||
};
|
||||
|
||||
// be authoritative for the localhost forward and reverse zones, and for
|
||||
// broadcast zones as per RFC 1912
|
||||
|
||||
zone "localhost" {
|
||||
type master;
|
||||
file "/etc/bind/db.local";
|
||||
};
|
||||
|
||||
zone "127.in-addr.arpa" {
|
||||
type master;
|
||||
file "/etc/bind/db.127";
|
||||
};
|
||||
|
||||
zone "0.in-addr.arpa" {
|
||||
type master;
|
||||
file "/etc/bind/db.0";
|
||||
};
|
||||
|
||||
zone "255.in-addr.arpa" {
|
||||
type master;
|
||||
file "/etc/bind/db.255";
|
||||
};
|
||||
|
||||
|
23
Kanzlei-Kiel/bind/named.conf.local
Normal file
23
Kanzlei-Kiel/bind/named.conf.local
Normal file
@ -0,0 +1,23 @@
|
||||
//
|
||||
// Do any local configuration here
|
||||
//
|
||||
|
||||
// Consider adding the 1918 zones here, if they are not used in your
|
||||
// organization
|
||||
//include "/etc/bind/zones.rfc1918";
|
||||
|
||||
|
||||
zone "kanzlei-kiel.netz" {
|
||||
type master;
|
||||
file "/etc/bind/db.kanzlei-kiel.netz";
|
||||
};
|
||||
|
||||
zone "100.168.192.in-addr.arpa" {
|
||||
type master;
|
||||
file "/etc/bind/db.192.168.100.0";
|
||||
};
|
||||
|
||||
zone "101.168.192.in-addr.arpa" {
|
||||
type master;
|
||||
file "/etc/bind/db.192.168.101.0";
|
||||
};
|
111
Kanzlei-Kiel/bind/named.conf.options
Normal file
111
Kanzlei-Kiel/bind/named.conf.options
Normal file
@ -0,0 +1,111 @@
|
||||
options {
|
||||
directory "/var/cache/bind";
|
||||
|
||||
// If there is a firewall between you and nameservers you want
|
||||
// to talk to, you may need to fix the firewall to allow multiple
|
||||
// ports to talk. See http://www.kb.cert.org/vuls/id/800113
|
||||
|
||||
// If your ISP provided one or more IP addresses for stable
|
||||
// nameservers, you probably want to use them as forwarders.
|
||||
// Uncomment the following block, and insert the addresses replacing
|
||||
// the all-0's placeholder.
|
||||
|
||||
#forwarders {
|
||||
# // OpenDNS servers
|
||||
# 208.67.222.222;
|
||||
# 208.67.220.220;
|
||||
# // DNS-Cache des CCC
|
||||
# 213.73.91.35;
|
||||
# // ISP DNS Servers (ARCOR)
|
||||
# // dns1.arcor-ip.de
|
||||
# 145.253.2.11;
|
||||
# // dns2.arcor-ip.de
|
||||
# 145.253.2.75;
|
||||
# // dns3.arcor-ip.de
|
||||
# 145.253.2.171;
|
||||
# // dns4.arcor-ip.de
|
||||
# 145.253.2.203;
|
||||
#};
|
||||
|
||||
//========================================================================
|
||||
// If BIND logs error messages about the root key being expired,
|
||||
// you will need to update your keys. See https://www.isc.org/bind-keys
|
||||
//========================================================================
|
||||
dnssec-validation auto;
|
||||
|
||||
auth-nxdomain no; # conform to RFC1035
|
||||
|
||||
// Security options
|
||||
listen-on port 53 {
|
||||
127.0.0.1;
|
||||
192.168.100.1;
|
||||
192.168.0.1;
|
||||
172.16.101.254;
|
||||
};
|
||||
|
||||
allow-query {
|
||||
127.0.0.1;
|
||||
192.168.0.0/16;
|
||||
172.16.0.0/12;
|
||||
10.0.0.0/8;
|
||||
};
|
||||
|
||||
// caching name services
|
||||
recursion yes;
|
||||
allow-recursion {
|
||||
127.0.0.1;
|
||||
192.168.0.0/16;
|
||||
172.16.0.0/12;
|
||||
10.0.0.0/8;
|
||||
};
|
||||
allow-transfer { none; };
|
||||
|
||||
|
||||
listen-on-v6 {
|
||||
::1;
|
||||
};
|
||||
};
|
||||
|
||||
logging {
|
||||
channel simple_log {
|
||||
file "/var/log/named/bind.log" versions 3 size 5m;
|
||||
//severity warning;
|
||||
severity info;
|
||||
print-time yes;
|
||||
print-severity yes;
|
||||
print-category yes;
|
||||
};
|
||||
channel queries_log {
|
||||
file "/var/log/named/query.log" versions 10 size 5m;
|
||||
severity debug;
|
||||
//severity notice;
|
||||
print-time yes;
|
||||
print-severity yes;
|
||||
print-category no;
|
||||
};
|
||||
channel log_zone_transfers {
|
||||
file "/var/log/named/axfr.log" versions 5 size 2m;
|
||||
severity info;
|
||||
print-time yes;
|
||||
print-severity yes;
|
||||
print-category yes;
|
||||
};
|
||||
category resolver {
|
||||
queries_log;
|
||||
};
|
||||
category queries {
|
||||
queries_log;
|
||||
};
|
||||
category xfer-in {
|
||||
log_zone_transfers;
|
||||
};
|
||||
category xfer-out {
|
||||
log_zone_transfers;
|
||||
};
|
||||
category notify {
|
||||
log_zone_transfers;
|
||||
};
|
||||
category default{
|
||||
simple_log;
|
||||
};
|
||||
};
|
20
Kanzlei-Kiel/bind/named.conf.options.ORIG
Normal file
20
Kanzlei-Kiel/bind/named.conf.options.ORIG
Normal file
@ -0,0 +1,20 @@
|
||||
options {
|
||||
directory "/var/cache/bind";
|
||||
|
||||
// If there is a firewall between you and nameservers you want
|
||||
// to talk to, you may need to fix the firewall to allow multiple
|
||||
// ports to talk. See http://www.kb.cert.org/vuls/id/800113
|
||||
|
||||
// If your ISP provided one or more IP addresses for stable
|
||||
// nameservers, you probably want to use them as forwarders.
|
||||
// Uncomment the following block, and insert the addresses replacing
|
||||
// the all-0's placeholder.
|
||||
|
||||
// forwarders {
|
||||
// 0.0.0.0;
|
||||
// };
|
||||
|
||||
auth-nxdomain no; # conform to RFC1035
|
||||
listen-on-v6 { any; };
|
||||
};
|
||||
|
4
Kanzlei-Kiel/bind/rndc.key
Normal file
4
Kanzlei-Kiel/bind/rndc.key
Normal file
@ -0,0 +1,4 @@
|
||||
key "rndc-key" {
|
||||
algorithm hmac-md5;
|
||||
secret "Crr3gVbUdjx7tI6XWVqDAQ==";
|
||||
};
|
20
Kanzlei-Kiel/bind/zones.rfc1918
Normal file
20
Kanzlei-Kiel/bind/zones.rfc1918
Normal file
@ -0,0 +1,20 @@
|
||||
zone "10.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
|
||||
zone "16.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "17.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "18.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "19.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "20.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "21.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "22.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "23.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "24.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "25.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "26.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "27.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "28.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "29.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "30.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
zone "31.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
||||
|
||||
zone "168.192.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
|
Reference in New Issue
Block a user