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

Last change on this file since 11344 was 11344, checked in by huub, 12 years ago

nieuw mac-adres voor bullet2 bij boterhuis

File size: 2.8 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_incoming_rdr: False
22service_proxy_ileiden: False
23service_proxy_normal: False
24status : "up"
25
26
27iface_ath0:
28 comment : "AP voor de buurt"
29 ip : "172.17.31.1/24"
30 sdesc : "ap"
31 mode : "ap"
32 type : "11b"
33 channel : "9"
34 ssid : "ap-WirelessLeiden-Boterhuis"
35 dhcp : "10-100"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Ap2"
41 ip : "172.17.32.1/24"
42 sdesc : "ap2"
43 mode : "ap"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "6"
47 ssid : "ap2-WirelessLeiden-Boterhuis"
48 dhcp : "10-100"
49 compass : "-"
50 bullet2_ip : "172.17.31.2/24"
51 bullet2_mac: "00:15:6D:30:29:02"
52 status : "up"
53
54
55iface_ue1:
56 comment : "Ethernet to interlink zuid van kaag2"
57 ip : "172.16.6.92/29"
58 sdesc : "2kaag2"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "140"
63 ssid : "il-z.kaag2.wleiden.net"
64 dhcp : False
65 compass : "no"
66 ns_ip : "172.16.6.91/29"
67 ns_mac : "00:27:22:8A:3B:96"
68 bridge_type: "NanoStation M5"
69 status : "up"
70
71
72iface_vr0:
73 comment : "Ethernet to interlink northwest of Graficall"
74 ip : "172.16.5.101/29"
75 sdesc : "2graficall"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "44"
80 ssid : "il-nw.graficall.wleiden.net"
81 dhcp : False
82 compass : "z"
83 ns_ip : "172.16.5.100/29"
84 ns_mac : "00:27:22:10:F6:01"
85 bridge_type: "NanoStation M5"
86 status : "up"
87
88
89iface_vr1:
90 comment : "Link Lijtweg2"
91 ip : "172.16.6.84/29"
92 sdesc : "2lijtweg2"
93 mode : "station-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "161"
97 ssid : "il-ono.lijtweg2.wleiden.net"
98 dhcp : False
99 compass : "w"
100 ns_ip : "172.16.6.83/29"
101 ns_mac : "00:27:22:8A:3D:B6"
102 status : "up"
103
104
105iface_vr2:
106 comment : "Link naar xxxx"
107 ip : "172.16.3.33/29"
108 sdesc : "2xxx"
109 mode : "ap-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "116"
113 ssid : "il-z.boterhuis.wleiden.net"
114 dhcp : False
115 compass : "207"
116 ns_ip : "172.16.3.34/29"
117 ns_mac : "00:27:22:10:FE:31"
118 bridge_type: "NanoStation M5"
119 status : "down"
120
121
Note: See TracBrowser for help on using the repository browser.