1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | latitude : "52.15457"
|
---|
7 | location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
|
---|
8 | longitude : "4.46265"
|
---|
9 | masterip : "172.20.8.1"
|
---|
10 | monitoring_group: "wleiden"
|
---|
11 | nodename : "Robijn"
|
---|
12 | nodetype : "Hybrid"
|
---|
13 | rdnap_x : 91729
|
---|
14 | rdnap_y : 463336
|
---|
15 | release : "9.0-RELEASE"
|
---|
16 | service_accesspoint: True
|
---|
17 | service_incoming_rdr: False
|
---|
18 | service_proxy_ileiden: False
|
---|
19 | service_proxy_normal: False
|
---|
20 | status : "up"
|
---|
21 |
|
---|
22 |
|
---|
23 | iface_ath0:
|
---|
24 | comment : "Omni voor de buurt"
|
---|
25 | ip : "172.20.8.1/24"
|
---|
26 | sdesc : "omni"
|
---|
27 | mode : "ap"
|
---|
28 | type : "11b"
|
---|
29 | channel : "4"
|
---|
30 | ssid : "ap-WirelessLeiden-Robijn"
|
---|
31 | dhcp : "10-250"
|
---|
32 | status : "up"
|
---|
33 |
|
---|
34 |
|
---|
35 | iface_ue0:
|
---|
36 | comment : "Ethernet naar Robijn"
|
---|
37 | ip : "172.17.49.1/24"
|
---|
38 | sdesc : "local"
|
---|
39 | type : "eth"
|
---|
40 | dhcp : "10-250"
|
---|
41 | status : "down"
|
---|
42 |
|
---|
43 |
|
---|
44 | iface_vr0:
|
---|
45 | comment : "A link naar Vosko2 via nanostation"
|
---|
46 | ip : "172.16.4.116/29"
|
---|
47 | sdesc : "2vosko2"
|
---|
48 | mode : "station-wds"
|
---|
49 | type : "eth"
|
---|
50 | extra_type : "eth2wifibridge"
|
---|
51 | ssid : "il-w.vosko.wleiden.net"
|
---|
52 | dhcp : False
|
---|
53 | compass : "o"
|
---|
54 | ns_ip : "172.16.4.115/29"
|
---|
55 | ns_mac : "00:15:6d:f2:39:37"
|
---|
56 | bridge_type: "NanoStation5"
|
---|
57 | status : "up"
|
---|
58 |
|
---|
59 |
|
---|
60 | iface_vr1:
|
---|
61 | comment : "A Link naar Unigor via nanostation"
|
---|
62 | ip : "172.16.5.220/29"
|
---|
63 | sdesc : "2unigorA"
|
---|
64 | mode : "station-wds"
|
---|
65 | type : "eth"
|
---|
66 | extra_type : "eth2wifibridge"
|
---|
67 | ssid : "il-z.unigor1.wleiden.net"
|
---|
68 | dhcp : False
|
---|
69 | compass : "n"
|
---|
70 | ns_ip : "172.16.5.219/29"
|
---|
71 | ns_mac : "00:15:6d:f2:39:44"
|
---|
72 | bridge_type: "NanoStation5"
|
---|
73 | status : "up"
|
---|
74 |
|
---|
75 |
|
---|
76 | iface_vr2:
|
---|
77 | comment : "A Link naar AJSoft via nanostation"
|
---|
78 | ip : "172.16.5.228/29"
|
---|
79 | sdesc : "2ajsoft"
|
---|
80 | mode : "station-wds"
|
---|
81 | type : "eth"
|
---|
82 | extra_type : "eth2wifibridge"
|
---|
83 | ssid : "il-nw.ajsoft1.wleiden.net"
|
---|
84 | dhcp : False
|
---|
85 | compass : "z"
|
---|
86 | ns_ip : "172.16.5.227/29"
|
---|
87 | ns_mac : "00:15:6d:f2:38:07"
|
---|
88 | bridge_type: "NanoStation5"
|
---|
89 | status : "up"
|
---|
90 |
|
---|
91 |
|
---|