source: genesis/dns/staticDNS.yaml@ 13588

Last change on this file since 13588 was 13550, checked in by rick, 9 years ago

Weed out old and obseleted entries

  • Property svn:eol-style set to native
File size: 987 bytes
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# Overige:
31- www.jvc : 172.18.32.5
32- eduroam : 172.17.169.67
33- pentaho : 172.17.0.21
34
35# Timelord pool:
36- timelord : 0.pool.ntp
37- 0.timelord : 0.pool.ntp
38- 1.timelord : 1.pool.ntp
39- 2.timelord : 2.pool.ntp
40- 3.timelord : 3.pool.ntp
41- ntp : 0.pool.ntp
42- pool.ntp : 0.pool.ntp
43
44# Raw:
45- dyndns: 'IN NS sunny.wleiden.net.'
46- localhost: 'IN A 127.0.0.1'
Note: See TracBrowser for help on using the repository browser.