source: genesis/nodes/OnsBuiten1/wleiden.yaml@ 14231

Last change on this file since 14231 was 14222, checked in by huub, 6 years ago

configuratie met bridge dus een subnet voor alle aps

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.17128"
7location : "Tuinvereniging Ons Buiten, Joop Vervoornpad 16, 2315KL, Leiden"
8longitude : "4.50629"
9masterip : "172.17.19.1"
10monitoring_group: "Leiden"
11nodename : "OnsBuiten1"
12nodetype : "Hybrid"
13portal_sponsor: "Tuinvereniging Ons Buiten"
14portal_url: "http://www.onsbuitenleiden.nl/"
15rdnap_x : 94738
16rdnap_y : 465158
17release : "11.1-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "Lokaal Ap"
28 parent : "bridge0"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "WiFi-Leiden"
34 status : "up"
35
36iface_bridge0:
37 comment : "Access Points"
38 ip : "172.17.19.1/24"
39 type : "eth"
40 dhcp : "10-240"
41 status : "up"
42
43
44iface_vr0:
45 comment : "Link west - SOM2 M5 80:2A:A8:74:52:CF 172.16.3.253 OnsBuiten3 04:18:D6:CC:06:F8"
46 ip : "172.16.3.252/29"
47 sdesc : "2som2"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "6"
52 ssid : "il-o.som2.wleiden.net"
53 dhcp : False
54 compass : "w"
55 ns_ip : "172.16.3.251/29"
56 ns_mac : "80:2a:a8:74:52:cf"
57 bridge_type: "NanostationM5"
58 status : "up"
59
60
61iface_vr1:
62 comment : "AP zuid en Clubhuis"
63 parent : "bridge0"
64 sdesc : "ap2"
65 mode : "ap-repeater"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "11"
69 ssid : "WiFi Leiden"
70 dhcp : False
71 compass : "z"
72 ns_ip : "172.17.19.2/24"
73 ns_mac : "dc:9f:db:36:a5:93"
74 bridge_type: "NanoStationM2-Loco"
75 status : "up"
76
77
78iface_vr1_extra0:
79 comment : "Repeater Clubhuis"
80 ip : "172.17.19.3/24"
81 mode : "ap-repeater"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 ns_mac : "24:a4:3c:9e:14:74"
85 bridge_type: "BulletM2"
86 status : "up"
87
88
89iface_vr2:
90 comment : "AP zuidwest"
91 parent : "bridge0"
92 sdesc : "2apzw"
93 mode : "ap"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "1"
97 ssid : "WiFi Leiden"
98 dhcp : False
99 compass : "zw"
100 ns_ip : "172.17.19.4/24"
101 ns_mac : "dc:9f:db:3e:26:8c"
102 bridge_type: "NanoStationM2-Loco"
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.