source: genesis/nodes/CNodeGraficall/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: 3.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.15630"
7location : "Zusterflat Ziekenhuis Rijnland, Simon Smitweg 1, 2353 GA, Leiderdorp"
8longitude : "4.53926"
9masterip : "172.24.16.1"
10nodename : "Graficall"
11nodetype : "CNode"
12rdnap_x : "96974"
13rdnap_y : "463464"
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "omni"
20 interface : "ath0"
21 ip : "172.24.16.1/26"
22 desc : "AP voor de buurt"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "1"
27 ssid : "ap-WirelessLeiden-Graficall"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "link naar WBRotary"
35 interface : "ue0"
36 ip : "172.16.18.44/29"
37 desc : "Link naar WBRotary"
38 sdesc : "2wbrotary"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "36"
43 ssid : "il-w.wbrotary.wleiden.net"
44 dhcp : "no"
45 compass : "w"
46 height : "17"
47 ns_ip : "172.16.18.43/29"
48 ns_mac : "00:27:22:10:f6:0b"
49 status : "up"
50
51
52iface_ue1:
53 comment : "b-link to Hoogmade via Bullet2"
54 interface : "ue1"
55 ip : "172.16.0.85/30"
56 desc : "Link naar HMKerk2"
57 sdesc : "2hmkerk2"
58 mode : "ap-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "5"
62 ssid : "il-n.graficall.wleiden.net"
63 dhcp : "no"
64 compass : "n"
65 height : "17"
66 status : "up"
67
68
69iface_ue1_alias0:
70 interface : "ue1:0"
71 ip : "172.16.3.141/30"
72 desc : "ethernet"
73 sdesc : "manageBullet"
74 type : "eth"
75 dhcp : "no"
76 compass : "None"
77 status : "down"
78
79
80iface_vr0:
81 comment : "a-link to Leythenrode via Nanostation5"
82 interface : "vr0"
83 ip : "172.16.5.148/29"
84 desc : "Ethernet to interlink northeast of Leythenrode"
85 sdesc : "2Leythenrode"
86 mode : "station-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "52"
90 ssid : "il-no.leythenrode.wleiden.net"
91 dhcp : "no"
92 compass : "ne"
93 ns_ip : "172.16.5.147/29"
94 ns_mac : "00:15:6d:ea:f0:4c"
95 status : "up"
96
97
98iface_vr1:
99 interface : "vr1"
100 ip : "172.16.3.12/29"
101 desc : "Link JVC"
102 sdesc : "2jvc"
103 mode : "station-wds"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 channel : "100"
107 ssid : "il-no.jvc.wleiden.net"
108 dhcp : "no"
109 compass : "ne"
110 ns_ip : "172.16.3.11"
111 ns_mac : "00:15:6d:ea:f0:68"
112 status : "up"
113
114
115iface_vr2:
116 interface : "vr2"
117 ip : "172.16.5.98/29"
118 desc : "Link naar Boterhuis"
119 sdesc : "2boterhuis"
120 mode : "station-wds"
121 type : "eth"
122 extra_type : "eth2wifibridge"
123 channel : "44"
124 ssid : "il-nw.graficall.wleiden.net"
125 dhcp : "no"
126 compass : "nw"
127 ns_ip : "172.16.5.99"
128 ns_mac : "00:15:6d:eb:f0:f8"
129 status : "up"
130
131
Note: See TracBrowser for help on using the repository browser.