Last change
on this file since 10742 was 10729, checked in by rick, 13 years ago |
Verbeter alle compass waardes, door het uit te rekenen met coordinaten.
Fixes: nodefactory#100
|
File size:
2.6 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | ileiden : True
|
---|
7 | latitude : "52.14498"
|
---|
8 | location : "ROC Lammenschans, Betaplein 18, 2321 KS, Leiden"
|
---|
9 | longitude : "4.49342"
|
---|
10 | masterip : "172.21.1.1"
|
---|
11 | nodename : "ROC2"
|
---|
12 | nodetype : "CNode"
|
---|
13 | rdnap_x : 93822
|
---|
14 | rdnap_y : 462243
|
---|
15 | release : "8.2-RELEASE"
|
---|
16 | status : "up"
|
---|
17 |
|
---|
18 |
|
---|
19 | iface_ath0:
|
---|
20 | comment : "ap noord - 030"
|
---|
21 | interface : "ath0"
|
---|
22 | ip : "172.21.1.1/26"
|
---|
23 | desc : "AP Noord"
|
---|
24 | sdesc : "ap-n"
|
---|
25 | mode : "ap"
|
---|
26 | type : "11b"
|
---|
27 | channel : "3"
|
---|
28 | ssid : "ap-WirelessLeiden-Roc2"
|
---|
29 | dhcp : "10-60"
|
---|
30 | compass : "None"
|
---|
31 | status : "up"
|
---|
32 |
|
---|
33 |
|
---|
34 | iface_ue0:
|
---|
35 | comment : "Link naar Zwet - 140"
|
---|
36 | interface : "ue0"
|
---|
37 | ip : "172.16.5.49/29"
|
---|
38 | desc : "Link naar Zwet"
|
---|
39 | sdesc : "2zwet"
|
---|
40 | mode : "station-wds"
|
---|
41 | type : "eth"
|
---|
42 | extra_type : "eth2wifibridge"
|
---|
43 | channel : "100"
|
---|
44 | ssid : "il-z.roc2.wleiden.net"
|
---|
45 | dhcp : False
|
---|
46 | compass : "z"
|
---|
47 | ns_ip : "172.16.5.50/29"
|
---|
48 | ns_mac : "00:27:22:8a:38:38"
|
---|
49 | status : "down"
|
---|
50 |
|
---|
51 |
|
---|
52 | iface_ue1:
|
---|
53 | comment : "Link naar LCPL - 240"
|
---|
54 | interface : "ue1"
|
---|
55 | ip : "172.16.5.17/29"
|
---|
56 | desc : "link naar LCPL"
|
---|
57 | sdesc : "2lcpl"
|
---|
58 | mode : "station-wds"
|
---|
59 | type : "eth"
|
---|
60 | extra_type : "eth2wifibridge"
|
---|
61 | channel : "116"
|
---|
62 | ssid : "il-w.roc2.wleiden.net"
|
---|
63 | dhcp : False
|
---|
64 | compass : "w"
|
---|
65 | ns_ip : "172.16.5.18/29"
|
---|
66 | ns_mac : "00:15:6d:70:54:a3"
|
---|
67 | status : "down"
|
---|
68 |
|
---|
69 |
|
---|
70 | iface_vr0:
|
---|
71 | comment : "Ethernet naar ROC1"
|
---|
72 | interface : "vr0"
|
---|
73 | ip : "172.16.3.90/30"
|
---|
74 | desc : "Ethernet naar ROC1"
|
---|
75 | sdesc : "2roc1"
|
---|
76 | type : "eth"
|
---|
77 | dhcp : False
|
---|
78 | compass : "None"
|
---|
79 | status : "up"
|
---|
80 |
|
---|
81 |
|
---|
82 | iface_vr1:
|
---|
83 | comment : "Link naar JVC - 080"
|
---|
84 | interface : "vr1"
|
---|
85 | ip : "172.16.5.36/29"
|
---|
86 | desc : "Link naar JVC"
|
---|
87 | sdesc : "2jvc"
|
---|
88 | mode : "station-wds"
|
---|
89 | type : "eth"
|
---|
90 | extra_type : "eth2wifibridge"
|
---|
91 | channel : "108"
|
---|
92 | ssid : "il-w.jvc.wleiden.net"
|
---|
93 | dhcp : False
|
---|
94 | compass : "o"
|
---|
95 | ns_ip : "172.16.5.35/29"
|
---|
96 | ns_mac : "00:27:22:8a:3b:d5"
|
---|
97 | status : "up"
|
---|
98 |
|
---|
99 |
|
---|
100 | iface_vr2:
|
---|
101 | comment : "Link naar Grip - 260"
|
---|
102 | interface : "vr2"
|
---|
103 | ip : "172.16.5.25/29"
|
---|
104 | desc : "Link naar Grip"
|
---|
105 | sdesc : "2grip"
|
---|
106 | mode : "station-wds"
|
---|
107 | type : "eth"
|
---|
108 | extra_type : "eth2wifibridge"
|
---|
109 | channel : "52"
|
---|
110 | ssid : "il-nw.roc2.wleiden.net"
|
---|
111 | dhcp : False
|
---|
112 | compass : "nw"
|
---|
113 | ns_ip : "172.16.5.26/29"
|
---|
114 | ns_mac : "00:15:6d:70:50:42"
|
---|
115 | status : "down"
|
---|
116 |
|
---|
117 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.