source: genesis/nodes/HybridIMI/wleiden.yaml@ 13100

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

aanpassing wlan_mac config Huub en IMI

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15454"
7location : "Regionaal Archief Leiden, Boisotkade 2A, 2311 PZ,, Leiden"
8longitude : "4.48724"
9masterip : "172.17.24.1"
10monitoring_group: "wleiden"
11nodename : "IMI"
12nodetype : "Hybrid"
13rdnap_x : 93412
14rdnap_y : 463311
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "AP voor de buurt"
26 ip : "172.17.24.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi Leiden"
32 wlan_mac : "00:1b:b1:02:bf:50"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar Thomas"
39 ip : "172.16.16.52/29"
40 sdesc : "2thomas"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "7"
45 ssid : "il-zw.thomas.wleiden.net"
46 dhcp : False
47 compass : "no"
48 ns_ip : "172.16.16.51/29"
49 ns_mac : "00:15:6d:70:54:a5"
50 bridge_type: "NanoStation5"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Link naar RijnVliet"
56 ip : "172.16.5.244/29"
57 sdesc : "2rijnvliet"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "60"
62 ssid : "il-no.rv.wleiden.net"
63 dhcp : False
64 compass : "zw"
65 ns_ip : "172.16.5.243/29"
66 ns_mac : "00:15:6d:ec:81:ee"
67 bridge_type: "NanoStation5"
68 status : "up"
69
70
71iface_vr1:
72 comment : "Link naar CeTIM2"
73 ip : "172.16.16.252/29"
74 sdesc : "2cetim2"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "116"
79 ssid : "il-zw.cetim2.wleiden.net"
80 dhcp : False
81 compass : "no"
82 ns_ip : "172.16.16.251/29"
83 ns_mac : "00:15:6d:ec:81:ef"
84 bridge_type: "NanoStation5"
85 status : "up"
86
87
88iface_vr2:
89 comment : "Extra ap, met wds-peer 00:15:6D:E8:E6:B1 bij Babbels"
90 ip : "172.17.42.1/24"
91 sdesc : "ap2"
92 mode : "ap-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "4"
96 ssid : "ap2-WirelessLeiden-imi"
97 dhcp : "10-250"
98 compass : "w"
99 ns_ip : "172.17.42.2/24"
100 ns_mac : "00:15:6d:e8:f9:de"
101 bridge_type: "Bullet2"
102 status : "up"
103
104
Note: See TracBrowser for help on using the repository browser.