1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | ileiden : False
|
---|
7 | latitude : "52.15685"
|
---|
8 | location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
|
---|
9 | longitude : "4.48626"
|
---|
10 | masterip : "172.17.16.1"
|
---|
11 | nodename : "Huub"
|
---|
12 | nodetype : "Hybrid"
|
---|
13 | rdnap_x : "093348"
|
---|
14 | rdnap_y : 463569
|
---|
15 | release : "9.0-RELEASE"
|
---|
16 | remote_access: "huubs.xs4all.nl:1022"
|
---|
17 | service_ileiden: False
|
---|
18 | service_proxy: True
|
---|
19 | status : "up"
|
---|
20 |
|
---|
21 | iface_ath0:
|
---|
22 | comment : "Ap"
|
---|
23 | interface : "ath0"
|
---|
24 | ip : "172.17.16.1/26"
|
---|
25 | desc : "AP"
|
---|
26 | sdesc : "ap"
|
---|
27 | mode : "ap-wds"
|
---|
28 | type : "11b"
|
---|
29 | channel : "7"
|
---|
30 | ssid : "ap-WirelessLeiden-Huub"
|
---|
31 | dhcp : "10-60"
|
---|
32 | compass : "None"
|
---|
33 | status : "up"
|
---|
34 |
|
---|
35 | iface_sis0:
|
---|
36 | comment : "Link to external interface"
|
---|
37 | interface : "sis0"
|
---|
38 | ip : "0.0.0.0/30"
|
---|
39 | desc : "External Link"
|
---|
40 | sdesc : "2external"
|
---|
41 | type : "eth"
|
---|
42 | dhcp : False
|
---|
43 | compass : "None"
|
---|
44 | dhcpclient : True
|
---|
45 | status : "up"
|
---|
46 |
|
---|
47 | iface_sis1:
|
---|
48 | comment : "link naar Rabo1"
|
---|
49 | interface : "sis1"
|
---|
50 | ip : "172.16.4.12/29"
|
---|
51 | desc : "Ethernet naar interlink noord (Rabo1)"
|
---|
52 | sdesc : "2rabo1"
|
---|
53 | mode : "station-wds"
|
---|
54 | type : "eth"
|
---|
55 | extra_type : "eth2wifibridge"
|
---|
56 | channel : "44"
|
---|
57 | ssid : "il-z.rabo.wleiden.net"
|
---|
58 | dhcp : False
|
---|
59 | compass : "s"
|
---|
60 | ns_ip : "172.16.4.11/29"
|
---|
61 | ns_mac : "00:15:6d:bd:89:cb"
|
---|
62 | status : "up"
|
---|
63 |
|
---|
64 | iface_sis2:
|
---|
65 | comment : "link naar Cetim2"
|
---|
66 | interface : "sis2"
|
---|
67 | ip : "172.16.4.30/29"
|
---|
68 | desc : "Link naar Cetim2"
|
---|
69 | sdesc : "2cetim2"
|
---|
70 | mode : "station-wds"
|
---|
71 | type : "eth"
|
---|
72 | extra_type : "eth2wifibridge"
|
---|
73 | channel : "36"
|
---|
74 | ssid : "il-zw.cetim2.wleiden.net"
|
---|
75 | dhcp : False
|
---|
76 | compass : "sw"
|
---|
77 | ns_ip : "172.16.4.29/29"
|
---|
78 | ns_mac : "00:15:6d:ec:81:ef"
|
---|
79 | status : "up"
|
---|
80 |
|
---|
81 | iface_sis3:
|
---|
82 | comment : "link naar Vosko2"
|
---|
83 | interface : "sis3"
|
---|
84 | ip : "172.16.4.124/29"
|
---|
85 | desc : "Link naar Vosko2"
|
---|
86 | sdesc : "2vosko2"
|
---|
87 | mode : "station-wds"
|
---|
88 | type : "eth"
|
---|
89 | extra_type : "eth2wifibridge"
|
---|
90 | channel : "64"
|
---|
91 | ssid : "il-w.vosko2.wleiden.net"
|
---|
92 | dhcp : False
|
---|
93 | compass : "w"
|
---|
94 | ns_ip : "172.16.4.123/29"
|
---|
95 | ns_mac : "00:15:6d:ec:82:4c"
|
---|
96 | status : "up"
|
---|
97 |
|
---|
98 | iface_sis4:
|
---|
99 | comment : "Local ethernet naar extra ap"
|
---|
100 | interface : "sis4"
|
---|
101 | ip : "172.17.16.129/26"
|
---|
102 | desc : "Local Ethernet to AP2"
|
---|
103 | sdesc : "2ap2"
|
---|
104 | mode : "ap"
|
---|
105 | type : "eth"
|
---|
106 | dhcp : "140-180"
|
---|
107 | compass : "None"
|
---|
108 | ns_ip : "172.17.16.130/26"
|
---|
109 | ns_mac : "00:15:6d:d4:f8:24"
|
---|
110 | status : "up"
|
---|
111 |
|
---|
112 |
|
---|