mirror of
https://codeberg.org/freifunkhamburg/bind.git
synced 2025-09-05 20:51:40 +02:00
Introduce host04 and greve0
This commit is contained in:
parent
467c7f3819
commit
22a2e93b5c
3 changed files with 43 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
$ORIGIN 224.96.193.in-addr.arpa.
|
||||
$TTL 86400 ; 1 Tag
|
||||
@ IN SOA dns01.hamburg.freifunk.net. hostmaster.hamburg.freifunk.net. (
|
||||
2025011700; serial: wird bei jeder Aenderung inkrementiert (Format: JJJJMMTTVV)
|
||||
2025061200; serial: wird bei jeder Aenderung inkrementiert (Format: JJJJMMTTVV)
|
||||
86400 ; refresh: Sekundenabstand, in dem die Slaves anfragen, ob sich etwas geändert hat
|
||||
7200 ; retry: Sekundenabstand, in denen ein Slave wiederholt, falls sein Master nicht antwortet
|
||||
3600000 ; expire: wenn der Master auf einen Zonentransfer-Request nicht reagiert, deaktiviert ein Slave nach dieser Zeitspanne in Sekunden die Zone
|
||||
|
@ -16,8 +16,22 @@ $TTL 86400 ; 1 Tag
|
|||
; AUTHORATIVE NAMESERVER
|
||||
@ NS dns01.hamburg.freifunk.net.
|
||||
|
||||
;208 Net Address host04 netzwerge internal bridge /29
|
||||
209 PTR host04.hamburg.freifunk.net.
|
||||
210 PTR greve0.hamburg.freifunk.net.
|
||||
211 PTR builder.hamburg.freifunk.net.
|
||||
; 212 reserved host04
|
||||
; 213 reserved host04
|
||||
214 PTR gw04-new.hamburg.freifunk.net.
|
||||
; 215 broadcast address
|
||||
|
||||
; /30 transport links
|
||||
|
||||
;216 Net Address
|
||||
217 PTR greve0-link.wende1.hamburg.freifunk.net.
|
||||
218 PTR wende1-link.greve0.hamburg.freifunk.net.
|
||||
;219 Broadcast address
|
||||
|
||||
;220 Net Address
|
||||
221 PTR fux-link.wende1.hamburg.freifunk.net.
|
||||
222 PTR cr01.fux-eg.net.
|
||||
|
@ -28,13 +42,11 @@ $TTL 86400 ; 1 Tag
|
|||
225 PTR host03-br.suede0.hamburg.freifunk.net.
|
||||
226 PTR media-mirror.hamburg.freifunk.net.
|
||||
; 227 reserved host03
|
||||
; 228 reserved host03
|
||||
228 PTR kaisertor.mesh.ffhl.chaotikum.org.
|
||||
229 PTR mail2.hamburg.freifunk.net.
|
||||
; 230 reserved host03
|
||||
; 231 blocked because broadcast!
|
||||
|
||||
|
||||
|
||||
; /32 Host Routes. Pick anything between .232 and .239.
|
||||
|
||||
; speicher.hamburg.freifunk.net
|
||||
|
@ -50,8 +62,7 @@ $TTL 86400 ; 1 Tag
|
|||
; Each BGP router has a /30 or /29 to connect other VMs on the specific host
|
||||
|
||||
; 241 free host01
|
||||
; 242 free host01
|
||||
242 PTR ffhl-vm.host01.hamburg.freifunk.net.
|
||||
242 PTR muehlentor.mesh.ffhl.chaotikum.org.
|
||||
243 PTR nat-243-vpn03f.berlin.freifunk.net.
|
||||
244 PTR vpn03f.berlin.freifunk.net.
|
||||
245 PTR host01-br.wandale0.hamburg.freifunk.net.
|
||||
|
@ -59,10 +70,10 @@ $TTL 86400 ; 1 Tag
|
|||
|
||||
249 PTR host02-br.wende1.hamburg.freifunk.net. ; 249/29
|
||||
250 PTR srv02.hamburg.freifunk.net.
|
||||
251 PTR gw03.hamburg.freifunk.net. ; fastd instance gw04
|
||||
;251 free host02
|
||||
;252 free host02
|
||||
;253 free host02
|
||||
;254 free host02
|
||||
253 PTR host02.hamburg.freifunk.net.
|
||||
254 PTR gw03-new.hamburg.freifunk.net.
|
||||
|
||||
; CLIENT-NAT blocks. /29 per gateway.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue