source: genesis/nodes/CNodeWissel/wleiden.yaml@ 12682

Last change on this file since 12682 was 12623, checked in by huub, 11 years ago

update configs oude nodes

File size: 1.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : False
7latitude : "52.17232"
8location : "Speciale Basisschool De Wissel, Boerhaavelaan 298, 2334 EZ, Leiden"
9longitude : "4.48704"
10masterip : "172.19.182.1"
11monitoring_group: "wleiden"
12nodename : "Wissel"
13nodetype : "CNode"
14rdnap_x : 93423
15rdnap_y : 465290
16release : "5.0-RELEASE"
17status : "down"
18
19
20iface_ep0:
21 comment : "Ethernet naar de Wissel"
22 ip : "172.19.182.65/29"
23 sdesc : "eth"
24 type : "eth"
25 dhcp : False
26 status : "down"
27
28
29iface_wi0:
30 comment : "Omni voor de buurt"
31 ip : "172.19.182.1/26"
32 sdesc : "omni"
33 mode : "ap"
34 type : "11g"
35 channel : 1
36 ssid : "ap-omni.wissel.wleiden.net"
37 dhcp : "10-60"
38 compass : "omni"
39 status : "down"
40
41
42iface_wi1:
43 comment : "Link naar AZC"
44 ip : "172.16.2.54/30"
45 sdesc : "2Azc"
46 mode : "ap"
47 type : "11g"
48 channel : 11
49 ssid : "il-no.azc.wleiden.net"
50 dhcp : False
51 compass : "ne"
52 status : "down"
53
54
55iface_wi2:
56 comment : "Link naar Som"
57 ip : "172.16.2.46/30"
58 sdesc : "2som"
59 mode : "ap"
60 type : "11g"
61 ssid : "il-nw.som.wleiden.net"
62 dhcp : False
63 compass : "nw"
64 status : "down"
65
66
Note: See TracBrowser for help on using the repository browser.