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

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

nieuwe key van lodewijk toegevoegd en enkele stokoude keys verwijderd

File size: 2.5 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.2-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 OnsBuiten1-extra 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 : "64"
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 : "link zuid naar OnsBuiten3 Clubhuis"
63 ip : "172.16.7.4/29"
64 sdesc : "2onsb3"
65 mode : "station"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "100"
69 ssid : "il-n.onsbuiten3.wleiden.net"
70 dhcp : False
71 compass : "z"
72 ns_ip : "172.16.7.3/29"
73 ns_mac : "04:18:d6:cc:01:4d"
74 bridge_type: "NanoStationM5"
75 status : "up"
76
77
78iface_vr2:
79 comment : "AP zuidwest"
80 parent : "bridge0"
81 sdesc : "2apzw"
82 mode : "ap-repeater"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "1"
86 ssid : "WiFi Leiden"
87 dhcp : False
88 compass : "zw"
89 ns_ip : "172.17.19.4/24"
90 ns_mac : "dc:9f:db:3e:26:8c"
91 bridge_type: "NanoStationM2-Loco"
92 status : "up"
93
94iface_vr2_extra0:
95 comment : "Repeater zuidoost"
96 ip : "172.17.19.3/24"
97 mode : "ap-repeater"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "1"
101 compass : "zo"
102 ns_ip : "172.17.19.2/24"
103 ns_mac : "dc:9f:db:36:a5:93"
104 bridge_type: "NanoStationM2-Loco"
105 status : "up"
106
Note: See TracBrowser for help on using the repository browser.