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