1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | externalif: "ue0"
|
---|
7 | latitude : "52.15972"
|
---|
8 | location : "Cope, Rapenburg 8, 2311 EV, Leiden"
|
---|
9 | longitude : "4.48521"
|
---|
10 | masterip : "172.17.8.1"
|
---|
11 | monitoring_group: "wleiden"
|
---|
12 | nodename : "Cope"
|
---|
13 | nodetype : "Hybrid"
|
---|
14 | rdnap_x : 93280
|
---|
15 | rdnap_y : 463889
|
---|
16 | release : "9.0-RELEASE"
|
---|
17 | service_accesspoint: True
|
---|
18 | service_concentrator: False
|
---|
19 | service_incoming_rdr: True
|
---|
20 | service_proxy_ileiden: False
|
---|
21 | service_proxy_normal: True
|
---|
22 | status : "up"
|
---|
23 |
|
---|
24 |
|
---|
25 | iface_ath0:
|
---|
26 | comment : "AP voor de buurt"
|
---|
27 | ip : "172.17.8.1/24"
|
---|
28 | sdesc : "ap"
|
---|
29 | mode : "ap"
|
---|
30 | type : "11b"
|
---|
31 | channel : "5"
|
---|
32 | ssid : "ap-WirelessLeiden-Cope"
|
---|
33 | dhcp : "10-250"
|
---|
34 | status : "up"
|
---|
35 |
|
---|
36 |
|
---|
37 | iface_ue0:
|
---|
38 | comment : "External Link"
|
---|
39 | ip : "0.0.0.0/24"
|
---|
40 | sdesc : "2external"
|
---|
41 | type : "eth"
|
---|
42 | dhcp : "client"
|
---|
43 | status : "up"
|
---|
44 |
|
---|
45 |
|
---|
46 | iface_vr0:
|
---|
47 | comment : "Ethernet to interlink UniGor1"
|
---|
48 | ip : "172.16.3.188/29"
|
---|
49 | sdesc : "2unigor1"
|
---|
50 | mode : "station-wds"
|
---|
51 | type : "eth"
|
---|
52 | extra_type : "eth2wifibridge"
|
---|
53 | channel : "128"
|
---|
54 | ssid : "il-zo.unigor.wleiden.net"
|
---|
55 | dhcp : False
|
---|
56 | compass : "nw"
|
---|
57 | ns_ip : "172.16.3.187/29"
|
---|
58 | ns_mac : "00:15:6d:ea:f0:1d"
|
---|
59 | bridge_type: "NanoStation5"
|
---|
60 | status : "up"
|
---|
61 |
|
---|
62 |
|
---|
63 | iface_vr1:
|
---|
64 | comment : "A-link naar Stadhuis via NS5"
|
---|
65 | ip : "172.16.3.180/29"
|
---|
66 | sdesc : "2stadhuis"
|
---|
67 | mode : "station-wds"
|
---|
68 | type : "eth"
|
---|
69 | extra_type : "eth2wifibridge"
|
---|
70 | channel : "116"
|
---|
71 | ssid : "il-nw.stadhuis.wleiden.net"
|
---|
72 | dhcp : False
|
---|
73 | compass : "zo"
|
---|
74 | ns_ip : "172.16.3.179/29"
|
---|
75 | ns_mac : "00:15:6d:ea:f0:4c"
|
---|
76 | bridge_type: "NanoStation5"
|
---|
77 | status : "up"
|
---|
78 |
|
---|
79 |
|
---|
80 | iface_vr2:
|
---|
81 | comment : "A-link naar Rabo2"
|
---|
82 | ip : "172.16.3.196/29"
|
---|
83 | sdesc : "2rabo2"
|
---|
84 | mode : "station-wds"
|
---|
85 | type : "eth"
|
---|
86 | extra_type : "eth2wifibridge"
|
---|
87 | channel : "44"
|
---|
88 | ssid : "il-z.rabo2.wleiden.net"
|
---|
89 | dhcp : False
|
---|
90 | compass : "n"
|
---|
91 | ns_ip : "172.16.3.195/29"
|
---|
92 | ns_mac : "00:15:6d:ea:f0:0f"
|
---|
93 | bridge_type: "NanoStation5"
|
---|
94 | status : "up"
|
---|
95 |
|
---|
96 |
|
---|