source: genesis/dns/staticDNS.yaml

Last change on this file was 14428, checked in by rick, 4 years ago

Add meaningfull aliases for nodes, since the formal names it easy to forget

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1--- # Static DNS Entries
2# vosko
3- apkerk1.Vosko : 172.17.176.8
4- apkerk2.Vosko : 172.17.176.9
5
6# proxy servers:
7- proxy : 172.31.255.1
8- welcome : 172.31.255.1
9
10# WL Servers:
11- sunnysidekick: { 'reverse' : True, 'a' : 172.16.3.22 }
12- druif : { 'reverse' : True, 'a' : 172.17.107.2 }
13- unifi : { 'reverse' : True, 'a' : 172.17.107.10 }
14- sunset : { 'reverse' : True, 'a': 172.17.73.5 }
15
16# Timelord pool:
17- timelord : 0.pool.ntp
18- 0.timelord : 0.pool.ntp
19- 1.timelord : 1.pool.ntp
20- 2.timelord : 2.pool.ntp
21- 3.timelord : 3.pool.ntp
22- ntp : 0.pool.ntp
23- pool.ntp : 0.pool.ntp
24
25# Gateway aliases
26- watertoren.gw: watertoren1.gw
27
28# Raw:
29- localhost: 'IN A 127.0.0.1'
30
31# Zoeterwoude:
32- dorpskerk: ZTWDorpskerk
33- gemeentehuis: ZTWGemeentehuis
34- meerburgkerk: ZTWMeerburgkerk
35- rijneke: ZTWRijneke
36- vdsterre: ZTWvdSterre
37# Common typo fixes
38- pvdekerkduif: pvkerkduif
39
40# Teylingen
41- akzonobel1: TEYAkzoNobel1
42- akzonobel2: TEYAkzoNobel2
43- bartholomeus: TEYBartholomeus
44- bestuurscentrum: TEYBestuurscentrum
45- jop: TEYJOP
46- klara: TEYKlara
47- oudraadhuis: TEYOudeRaadhuis
48- stationssh: TEYStationSSH
49# Common typo fixes
50- akzonobel: TEYAkzoNobel1
51- station: TEYStationSSH
Note: See TracBrowser for help on using the repository browser.