source: genesis/dns/staticDNS.yaml@ 13865

Last change on this file since 13865 was 13865, checked in by rick, 8 years ago

DNS entry for new WL servers

  • 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# lvp:
11- lvp : 172.17.136.2
12
13# cope:
14- server.cope : 172.17.8.67
15- vpn-cope : server.cope
16
17# Prive Servers:
18- vmon : { 'reverse' : True, 'a' : 172.17.36.11 }
19- riff : { 'reverse' : True, 'a' : 172.16.6.115 }
20- smarthost: riff
21
22# WL Servers:
23- sunfire: { 'reverse' : True, 'a' : 172.19.128.68 }
24- sunny : { 'reverse' : True, 'a' : 172.16.4.46 }
25- sunnysidekick: { 'reverse' : True, 'a' : 172.16.3.22 }
26- dyndns : 172.16.4.46
27- wlconfig : sunny
28- loghost : sunny
29
30- druif : { 'reverse' : True, 'a' : 172.17.107.1 }
31- unifi : { 'reverse' : True, 'a' : 172.17.107.10 }
32
33# Overige:
34- www.jvc : 172.18.32.5
35- eduroam : 172.17.169.67
36- pentaho : 172.17.0.21
37
38
39# Timelord pool:
40- timelord : 0.pool.ntp
41- 0.timelord : 0.pool.ntp
42- 1.timelord : 1.pool.ntp
43- 2.timelord : 2.pool.ntp
44- 3.timelord : 3.pool.ntp
45- ntp : 0.pool.ntp
46- pool.ntp : 0.pool.ntp
47
48# Raw:
49- dyndns: 'IN NS sunny.wleiden.net.'
50- localhost: 'IN A 127.0.0.1'
Note: See TracBrowser for help on using the repository browser.