source: genesis/nodes/Hortus/wleiden.yaml

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

softwareconfig update naar 11.2

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15718"
7location : "Hortus Botanicus Wintertuin, Rapenburg 73, 2311 GJ, Leiden"
8longitude : "4.48483"
9masterip : "172.17.64.1"
10monitoring_group: "wleiden"
11nodename : "Hortus"
12nodetype : "Hybrid"
13portal_sponsor: "Hortus Botanicus"
14portal_url: "http://www.hortusleiden.nl/"
15rdnap_x : 93251
16rdnap_y : 463607
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 : "Ap voor de buurt"
28 ip : "172.17.64.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "WiFi-Leiden"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_vr0:
39 comment : "Link naar Vosko2"
40 ip : "172.16.4.140/29"
41 sdesc : "2vosko"
42 mode : "station-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "100"
46 ssid : "il-w2.vosko2.wleiden.net"
47 dhcp : False
48 compass : "o"
49 ns_ip : "172.16.4.139/29"
50 ns_mac : "00:27:22:8a:3d:28"
51 bridge_type: "NanoStation M5"
52 status : "up"
53
54
55iface_vr1:
56 comment : "Accesspoint wzw "
57 ip : "172.16.8.1/24"
58 sdesc : "2apwzw"
59 mode : "ap-repeater"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "6"
63 ssid : "WiFi-Leiden"
64 dhcp : "10-250"
65 compass : "wzw"
66 ns_ip : "172.16.8.2/24"
67 ns_mac : "dc:9f:db:62:14:ba"
68 bridge_type: "NanoStationM2"
69 status : "up"
70
71
72iface_vr1_extra0:
73 comment : "Repeater-3 orangerie"
74 ip : "172.16.8.3/24"
75 mode : "ap-repeater"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 ns_mac : "dc:9f:db:3e:22:95"
79 bridge_type: "NanoStationM2-loco"
80 status : "up"
81
82
83iface_vr1_extra1:
84 comment : "Repeater-4 tropische kas"
85 ip : "172.16.8.4/24"
86 mode : "ap-repeater"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 ns_mac : "dc:9f:db:3e:27:34"
90 bridge_type: "NanoStationM2-loco"
91 status : "up"
92
93
94iface_vr1_extra2:
95 comment : "Repeater-5 Victoria kas"
96 ip : "172.16.8.5/24"
97 mode : "ap-repeater"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 ns_mac : "dc:9f:db:3e:27:87"
101 bridge_type: "NanoStationM2-loco"
102 status : "up"
103
104
105
106iface_vr2:
107 comment : "Interlink naar rijnvliet 172.16.4.161/29 - alleen winterlink"
108 ip : "172.16.4.161/29"
109 sdesc : "2rijnvliet"
110 mode : "station-wds"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 channel : "36"
114 ssid : "il-no.rv.wleiden.net"
115 dhcp : False
116 compass : "zw"
117 ns_ip : "172.16.4.162/29"
118 ns_mac : "00:27:22:10:ec:8d"
119 bridge_type: "NanoStation M5"
120 status : "down"
121
122
Note: See TracBrowser for help on using the repository browser.