source: genesis/nodes/CNodeHaagwijk/wleiden.yaml@ 10396

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

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.14253"
7location : "Woon-zorgcentrum Haagwijk, Beethovenlaan 2, 2324 EL, Leiden"
8longitude : "4.47319"
9masterip : "172.20.144.1"
10nodename : "Haagwijk"
11nodetype : "CNode"
12rdnap_x : 92434
13rdnap_y : 461987
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap"
20 interface : "ath0"
21 ip : "172.20.144.1/26"
22 desc : "AP"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "8"
27 ssid : "ap-WirelessLeiden-Haagwijk"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Link naar Rick"
35 interface : "ue0"
36 ip : "172.16.4.145/29"
37 desc : "a-link naar Rick"
38 sdesc : "2rick"
39 mode : "station-wds"
40 type : "eth"
41 channel : "40"
42 ssid : "il-zw.haagwijk.wleiden.net"
43 dhcp : "no"
44 compass : "sw"
45 ns_ip : "172.16.4.146/29"
46 ns_mac : "00:15:6d:ec:82:43"
47 status : "up"
48
49
50iface_ue1:
51 comment : "Link naar LCPL"
52 interface : "ue1"
53 ip : "172.16.17.169/29"
54 desc : "b-link naar LCPL"
55 sdesc : "2lcpl"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "1"
60 ssid : "il-o.haagwijk.wleiden.net"
61 dhcp : "no"
62 compass : "e"
63 ns_ip : "172.16.17.170"
64 status : "down"
65
66
67iface_ue1_alias1:
68 comment : "Link naar Lorentzhof"
69 interface : "ue1:1"
70 ip : "172.16.17.177/29"
71 desc : "Link naar Lorentzhof"
72 sdesc : "2Lorentzhof"
73 type : "11b"
74 dhcp : "no"
75 compass : "None"
76 status : "up"
77
78
79iface_vr0:
80 comment : "Link naar ROC"
81 interface : "vr0"
82 ip : "172.16.17.129/29"
83 desc : "Link naar ROCl"
84 sdesc : "2rocl"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "140"
89 ssid : "il-o.haagwijk.wleiden.net"
90 dhcp : "no"
91 compass : "e"
92 ns_ip : "172.16.17.130"
93 ns_mac : "00:15:6d:ec:82:60"
94 status : "up"
95
96
97iface_vr1:
98 comment : "Nanostation5 naar LivingLab"
99 interface : "vr1"
100 ip : "172.16.17.116/29"
101 desc : "link naar LivingLab"
102 sdesc : "2livinglab"
103 mode : "station-wds"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 channel : "36"
107 ssid : "il-zo.livinglab.wleiden.net"
108 dhcp : "no"
109 compass : "se"
110 ns_ip : "172.16.17.115/29"
111 ns_mac : "00:15:6d:bd:68:05"
112 status : "up"
113
114
115iface_vr2:
116 comment : "Link naar AJsoft1"
117 interface : "vr2"
118 ip : "172.16.5.233/29"
119 desc : "Link naar AJsoft1"
120 sdesc : "2ajsoft1"
121 mode : "station-wds"
122 type : "eth"
123 extra_type : "eth2wifibridge"
124 channel : "128"
125 ssid : "il-nw.haagwijk.wleiden.net"
126 dhcp : "no"
127 compass : "nw"
128 ns_ip : "172.16.5.234/29"
129 ns_mac : "00:15:6d:ea:f0:f6"
130 status : "up"
131
132
Note: See TracBrowser for help on using the repository browser.