source: genesis/nodes/HybridRijnVliet/wleiden.yaml@ 13196

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

RijnVliet ssids aangepast

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15001"
7location : "Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden"
8longitude : "4.47320"
9masterip : "172.20.128.1"
10monitoring_group: "wleiden"
11nodename : "RijnVliet"
12nodetype : "Hybrid"
13rdnap_x : 92445
14rdnap_y : 462819
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.20.128.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "WiFi-Leiden-1"
32 wlan_mac : "00:1b:b1:02:bf:60"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Ap2"
39 ip : "172.17.4.1/24"
40 sdesc : "ap2"
41 mode : "ap"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "11"
45 ssid : "WiFi-Leiden"
46 dhcp : "10-250"
47 compass : "zw"
48 ns_ip : "172.17.4.2"
49 ns_mac : "00:15:6d:e8:f9:b0"
50 bridge_type: "Bullet2"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Ethernet naar lokaal (v/h internet gateway)"
56 ip : "0.0.0.0/30"
57 sdesc : "2local"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr1:
64 comment : "Link naar IMI"
65 ip : "172.16.5.241/29"
66 sdesc : "2imi"
67 mode : "ap-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "60"
71 ssid : "il-no.rv.wleiden.net"
72 dhcp : False
73 compass : "no"
74 ns_ip : "172.16.5.242/29"
75 ns_mac : "00:15:6d:ec:82:7c"
76 bridge_type: "NanoStation5"
77 status : "up"
78
79
80iface_vr1_alias0:
81 comment : "Link naar Hortus"
82 ip : "172.16.4.164/29"
83 sdesc : "2hortus"
84 type : "eth"
85 dhcp : False
86 status : "up"
87
88
89iface_vr2:
90 comment : "Link naar AJSoft2"
91 ip : "172.16.6.20/29"
92 sdesc : "2ajsoft"
93 mode : "station-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "52"
97 ssid : "il-o.ajsoft2.wleiden.net"
98 dhcp : False
99 compass : "zw"
100 ns_ip : "172.16.6.19/29"
101 ns_mac : "00:15:6d:ec:82:40"
102 bridge_type: "NanoStation5"
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.