source: genesis/nodes/HybridBoterhuis/wleiden.yaml@ 13030

Last change on this file since 13030 was 13030, checked in by huub, 10 years ago

link boterhuis panterra2 gemaakt

File size: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "8"
7ileiden : True
8latitude : "52.18753"
9location : "Zeeverkennerscentrum Kagerplassen, Boterhuiseiland"
10longitude : "4.52255"
11masterip : "172.17.31.1"
12monitoring_group: "wleiden"
13nodename : "Boterhuis"
14nodetype : "Hybrid"
15portal_sponsor: "Stichting Zeeverkennerscentrum Kagerplassen"
16portal_url: "http://www.kagerplassen.scouting.nl/"
17rdnap_x : 95872
18rdnap_y : 466952
19release : "9.0-RELEASE"
20service_accesspoint: True
21service_concentrator: False
22service_incoming_rdr: False
23service_proxy_ileiden: False
24service_proxy_normal: False
25status : "up"
26
27
28iface_ath0:
29 comment : "AP voor de buurt"
30 ip : "172.17.31.1/24"
31 sdesc : "ap"
32 mode : "ap"
33 type : "11g"
34 channel : 6
35 ssid : "ap-WirelessLeiden-Boterhuis"
36 dhcp : "10-100"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Ap2"
42 ip : "172.17.32.1/24"
43 sdesc : "ap2"
44 mode : "ap"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "6"
48 ssid : "ap2-WirelessLeiden-Boterhuis"
49 dhcp : "10-100"
50 compass : "-"
51 bullet2_ip : "172.17.32.2/24"
52 bullet2_mac: "00:15:6D:30:29:02"
53 bridge_type: "NanoStation M5"
54 status : "up"
55
56
57iface_ue1:
58 comment : "Ethernet to interlink no - niet in gebruik"
59 ip : "172.16.9.177/29"
60 sdesc : "2unused"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "136"
65 ssid : "il-no.boterhuis.wleiden.net"
66 dhcp : False
67 compass : "no"
68 ns_ip : "172.16.9.178/29"
69 ns_mac : "00:27:22:8a:3b:96"
70 bridge_type: "NanoStation M5"
71 status : "down"
72
73
74iface_vr0:
75 comment : "Ethernet to PanTerra2 il-355"
76 ip : "172.16.10.76/29"
77 sdesc : "2panterra2"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "44"
82 ssid : "il-355.panterra2.wleiden.net"
83 dhcp : False
84 compass : "z"
85 ns_ip : "172.16.10.75/29"
86 ns_mac : "00:27:22:10:f6:01"
87 bridge_type: "NanoStation M5"
88 status : "up"
89
90
91iface_vr1:
92 comment : "Link naar TEYOudeRaadhuis"
93 ip : "172.16.6.177/29"
94 sdesc : "2ouderaadhuis"
95 mode : "station-wds"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "140"
99 ssid : "il-w.boterhuis.wleiden.net"
100 dhcp : False
101 compass : "w"
102 ns_ip : "172.16.6.178/29"
103 ns_mac : "00:27:22:8a:3d:b6"
104 bridge_type: "NanoStation M5"
105 status : "up"
106
107
108iface_vr2:
109 comment : "Link naar Meelfabriek1"
110 ip : "172.16.9.212/29"
111 sdesc : "2meelfab1"
112 mode : "ap-wds"
113 type : "eth"
114 extra_type : "eth2wifibridge"
115 channel : "100"
116 ssid : "il-nw.meelfabriek1.wleiden.net"
117 dhcp : False
118 compass : "207"
119 ns_ip : "172.16.9.211/29"
120 ns_mac : "00:27:22:10:fe:31"
121 bridge_type: "NanoStation M5"
122 status : "up"
123
124
Note: See TracBrowser for help on using the repository browser.