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

Last change on this file since 10890 was 10890, checked in by rick, 13 years ago

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

File size: 2.7 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"
12nodename : "Boterhuis"
13nodetype : "Hybrid"
14portal_sponsor: "Stichting Zeeverkennerscentrum Kagerplassen"
15portal_url: "http://www.kagerplassen.scouting.nl/"
16rdnap_x : 95872
17rdnap_y : 466952
18release : "9.0-RELEASE"
19service_accesspoint: True
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.31.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11b"
32 channel : "9"
33 ssid : "ap-WirelessLeiden-Boterhuis"
34 dhcp : "10-100"
35 compass : "None"
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:27:22:2C:4C:88"
52 status : "down"
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 status : "up"
69
70
71iface_vr0:
72 comment : "Ethernet to interlink northwest of Graficall"
73 ip : "172.16.5.101/29"
74 sdesc : "2graficall"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "44"
79 ssid : "il-nw.graficall.wleiden.net"
80 dhcp : False
81 compass : "z"
82 ns_ip : "172.16.5.100/29"
83 ns_mac : "00:27:22:10:F6:01"
84 status : "up"
85
86
87iface_vr1:
88 comment : "Link Lijtweg2"
89 ip : "172.16.6.84/29"
90 sdesc : "2lijtweg2"
91 mode : "station-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "161"
95 ssid : "il-ono.lijtweg2.wleiden.net"
96 dhcp : False
97 compass : "w"
98 ns_ip : "172.16.6.83/29"
99 ns_mac : "00:27:22:8A:3D:B6"
100 status : "up"
101
102
103iface_vr2:
104 comment : "Link naar xxxx"
105 ip : "172.16.3.33/29"
106 sdesc : "2xxx"
107 mode : "ap-wds"
108 type : "eth"
109 extra_type : "eth2wifibridge"
110 channel : "116"
111 ssid : "il-z.boterhuis.wleiden.net"
112 dhcp : False
113 compass : "207"
114 ns_ip : "172.16.3.34/29"
115 ns_mac : "00:27:22:10:FE:31"
116 status : "down"
117
118
Note: See TracBrowser for help on using the repository browser.