1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | latitude : "52.166297"
|
---|
7 | location : "Groene Hart Recreatie Hofdijklaan 63, 2374 BS Oud-Ade"
|
---|
8 | longitude : "4.5505"
|
---|
9 | masterip : "172.17.149.1"
|
---|
10 | monitoring_group: "leiden"
|
---|
11 | nodename : "GHR"
|
---|
12 | nodetype : "Hybrid"
|
---|
13 | release : "9.0-RELEASE"
|
---|
14 | service_accesspoint: True
|
---|
15 | service_concentrator: False
|
---|
16 | service_incoming_rdr: False
|
---|
17 | service_proxy_ileiden: False
|
---|
18 | service_proxy_normal: False
|
---|
19 | status : "up"
|
---|
20 | portal_sponsor: "Groene Hart Recreatie"
|
---|
21 | portal_url: "http://www.groenehart-recreatie.nl"
|
---|
22 |
|
---|
23 |
|
---|
24 | iface_ath0:
|
---|
25 | comment : "Omni voor Buurt MGMT"
|
---|
26 | ip : "172.17.149.1/24"
|
---|
27 | sdesc : "2buurt"
|
---|
28 | mode : "ap"
|
---|
29 | type : "11g"
|
---|
30 | channel : 11
|
---|
31 | ssid : "ap-GHR-Management"
|
---|
32 | dhcp : "10-240"
|
---|
33 | status : "up"
|
---|
34 |
|
---|
35 |
|
---|
36 | iface_vr0:
|
---|
37 | comment : "Link naar StBavo2"
|
---|
38 | ip : "172.16.3.124/29"
|
---|
39 | sdesc : "2stbavo"
|
---|
40 | mode : "ap-wds"
|
---|
41 | type : "eth"
|
---|
42 | extra_type : "eth2wifibridge"
|
---|
43 | ssid : "il-zo.stbavo2.wleiden.net"
|
---|
44 | dhcp : False
|
---|
45 | compass : "no"
|
---|
46 | ns_ip : "172.16.3.123/29"
|
---|
47 | ns_mac : "00:00:00:00:00:00"
|
---|
48 | bridge_type: "NanoStation M5"
|
---|
49 | status : "up"
|
---|
50 |
|
---|
51 |
|
---|
52 | iface_vr1:
|
---|
53 | comment : "Accesspoint West"
|
---|
54 | ip : "172.17.150.1/24"
|
---|
55 | sdesc : "2ap-w"
|
---|
56 | mode : "ap-wds"
|
---|
57 | type : "eth"
|
---|
58 | ssid : "ap-GroeneHart-West"
|
---|
59 | dhcp : "10-240"
|
---|
60 | ns_ip : "172.17.150.2/24"
|
---|
61 | ns_mac : "00:00:00:00:00:00"
|
---|
62 | bridge_type: "NanoStation M2"
|
---|
63 | status : "up"
|
---|
64 |
|
---|
65 | iface_vr2:
|
---|
66 | comment : "Accesspoint Oost"
|
---|
67 | ip : "172.17.151.1/24"
|
---|
68 | sdesc : "2buurt"
|
---|
69 | mode : "ap-wds"
|
---|
70 | type : "eth"
|
---|
71 | ssid : "ap-GroeneHart-Oost"
|
---|
72 | dhcp : "10-240"
|
---|
73 | ns_ip : "172.17.151.2/24"
|
---|
74 | ns_mac : "00:00:00:00:00:00"
|
---|
75 | bridge_type: "NanoStation M2"
|
---|
76 | status : "up"
|
---|
77 |
|
---|
78 |
|
---|
79 | iface_ue0:
|
---|
80 | comment : "Link naar Boterhuis (client soonish)"
|
---|
81 | ip : "172.16.7.68/29"
|
---|
82 | sdesc : "2boterhuis"
|
---|
83 | mode : "ap-wds"
|
---|
84 | type : "eth"
|
---|
85 | extra_type : "eth2wifibridge"
|
---|
86 | ssid : "il-nw.ghr.wleiden.net"
|
---|
87 | dhcp : False
|
---|
88 | compass : "nw"
|
---|
89 | ns_ip : "172.16.7.67/29"
|
---|
90 | ns_mac : "00:00:00:00:00:00"
|
---|
91 | bridge_type: "NanoStation M5"
|
---|
92 | status : "up"
|
---|
93 |
|
---|