source: genesis/nodes/CNodeDrijfhuis/wleiden.yaml@ 10400

Last change on this file since 10400 was 10400, checked in by rick, 13 years ago

Aanpassingen coordinaten in Kaag en Braassem, de WGS84 (degrees) to NAD27
(decimals) conversion is done using:

http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html

Reported-by: henk

File size: 1.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.26387"
7location : "Jachthaven Drijfhuis,1431 AA,Aalsmeer"
8longitude : "4.74555"
9masterip : "172.17.12.1"
10nodename : "Drijfhuis"
11nodetype : "CNode"
12rdnap_x : "111196"
13rdnap_y : "475288"
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 interface : "ath0"
20 ip : "172.17.12.1/26"
21 desc : "OMNI voor Wifi op de Drijfhuis"
22 sdesc : "ap-omni"
23 mode : "ap-wds"
24 type : "11b"
25 channel : "4"
26 ssid : "ap-westeinder-drijfhuis"
27 dhcp : "20-50"
28 compass : "None"
29 status : "up"
30
31
32iface_vr0:
33 interface : "vr0"
34 ip : "172.16.16.36/29"
35 desc : "Nanostation5 naar Watertoren"
36 sdesc : "2watertoren"
37 mode : "station-wds"
38 type : "eth"
39 channel : "132"
40 ssid : "il-nw.watertoren1.wleiden.net"
41 dhcp : "no"
42 compass : "nw"
43 ns_ip : "172.16.16.35"
44 ns_mac : "00:15:6d:70:50:04"
45 status : "up"
46
47
48iface_vr1:
49 interface : "vr1"
50 ip : "172.16.3.233/29"
51 desc : "Nanostation5 naar schiphol (UNUSED)"
52 sdesc : "2schiphol"
53 mode : "station-wds"
54 type : "eth"
55 channel : "60"
56 ssid : "il-zw.drijfhuis.wleiden.net"
57 dhcp : "no"
58 compass : "sw"
59 ns_ip : "172.16.3.234/29"
60 ns_mac : "00:15:6d:70:4d:6d"
61 status : "down"
62
63
Note: See TracBrowser for help on using the repository browser.