Last change
on this file since 10454 was 10454, checked in by rick, 13 years ago |
Boolean values should be real boolean values.
|
File size:
2.4 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.16254"
|
---|
8 | location : "Oude Belastingkantoor, Stationsplein 107, XXXX XX, Leiden"
|
---|
9 | longitude : "4.47908"
|
---|
10 | masterip : "172.17.3.1"
|
---|
11 | nodename : "Geluidsnet1"
|
---|
12 | nodetype : "CNode"
|
---|
13 | rdnap_x : 92865
|
---|
14 | rdnap_y : 464209
|
---|
15 | release : "8.2-RELEASE"
|
---|
16 | status : "up"
|
---|
17 |
|
---|
18 |
|
---|
19 | iface_ath0:
|
---|
20 | comment : "ap"
|
---|
21 | interface : "ath0"
|
---|
22 | ip : "172.17.3.1/26"
|
---|
23 | desc : "AP"
|
---|
24 | sdesc : "ap"
|
---|
25 | mode : "ap-wds"
|
---|
26 | type : "11b"
|
---|
27 | channel : "8"
|
---|
28 | ssid : "ap-WirelessLeiden-Geluidsnet1"
|
---|
29 | dhcp : "10-60"
|
---|
30 | compass : "None"
|
---|
31 | status : "up"
|
---|
32 |
|
---|
33 |
|
---|
34 | iface_ue0:
|
---|
35 | comment : "Link naar Geluidsnet2"
|
---|
36 | interface : "ue0"
|
---|
37 | ip : "172.16.4.185/30"
|
---|
38 | desc : "Link naar Geluidsnet2"
|
---|
39 | sdesc : "2geluidsnet2"
|
---|
40 | type : "eth"
|
---|
41 | dhcp : False
|
---|
42 | compass : "None"
|
---|
43 | status : "up"
|
---|
44 |
|
---|
45 |
|
---|
46 | iface_ue1:
|
---|
47 | comment : "Link naar XXX"
|
---|
48 | interface : "ue1"
|
---|
49 | ip : "172.16.4.169/29"
|
---|
50 | desc : "b-link naar XXX"
|
---|
51 | sdesc : "2xxx-ue1"
|
---|
52 | mode : "station-wds"
|
---|
53 | type : "eth"
|
---|
54 | extra_type : "eth2wifibridge"
|
---|
55 | channel : "xx"
|
---|
56 | ssid : "xx-xx.xxx.wleiden.net"
|
---|
57 | dhcp : False
|
---|
58 | compass : "xx"
|
---|
59 | ns_ip : "172.16.4.170/29"
|
---|
60 | ns_mac : ""
|
---|
61 | status : "down"
|
---|
62 |
|
---|
63 |
|
---|
64 | iface_vr0:
|
---|
65 | comment : "Link naar Webcam"
|
---|
66 | interface : "vr0"
|
---|
67 | ip : "172.16.16.1/30"
|
---|
68 | desc : "Link naar Webcam"
|
---|
69 | sdesc : "2webcam"
|
---|
70 | type : "eth"
|
---|
71 | dhcp : False
|
---|
72 | compass : "None"
|
---|
73 | status : "up"
|
---|
74 |
|
---|
75 |
|
---|
76 | iface_vr1:
|
---|
77 | comment : "Link naar Lebkov"
|
---|
78 | interface : "vr1"
|
---|
79 | ip : "172.16.17.225/29"
|
---|
80 | desc : "Link naar Lebkov"
|
---|
81 | sdesc : "2lebkov"
|
---|
82 | mode : "station-wds"
|
---|
83 | type : "eth"
|
---|
84 | extra_type : "eth2wifibridge"
|
---|
85 | channel : "36"
|
---|
86 | ssid : "il-n.geluidsnet1.wleiden.net"
|
---|
87 | dhcp : False
|
---|
88 | compass : "n"
|
---|
89 | ns_ip : "172.16.17.226/29"
|
---|
90 | ns_mac : "00:15:6d:ec:81:7b"
|
---|
91 | status : "up"
|
---|
92 |
|
---|
93 |
|
---|
94 | iface_vr2:
|
---|
95 | comment : "Link naar DirkLos1"
|
---|
96 | interface : "vr2"
|
---|
97 | ip : "172.16.4.153/29"
|
---|
98 | desc : "Link naar DirkLos1"
|
---|
99 | sdesc : "2dirklos1"
|
---|
100 | mode : "station-wds"
|
---|
101 | type : "eth"
|
---|
102 | extra_type : "eth2wifibridge"
|
---|
103 | channel : "140"
|
---|
104 | ssid : "il-zw.geluidsnet1.wleiden.net"
|
---|
105 | dhcp : False
|
---|
106 | compass : "sw"
|
---|
107 | ns_ip : "172.16.4.154/29"
|
---|
108 | ns_mac : "00:15:6d:ec:82:8c"
|
---|
109 | status : "up"
|
---|
110 |
|
---|
111 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.