source: genesis/nodes/RijnVliet/wleiden.yaml@ 14405

Last change on this file since 14405 was 14390, checked in by huub, 5 years ago

switch geplaatst

File size: 2.5 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 : "11.2-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/24"
49 ns_mac : "00:15:6d:e8:f9:b0"
50 bridge_type: "Bullet2"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Link naar Robijn3 via switch"
56 ip : "172.16.10.113/29"
57 sdesc : "2robijn"
58 mode : "ap-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : 170
62 ssid : "il-w.rv.wleiden.net"
63 dhcp : False
64 compass : "w"
65 ns_ip : "172.16.10.114/29"
66 ns_mac : "80:2a:a8:74:4c:2e"
67 bridge_type: "NanoBeamM5-16"
68 status : "up"
69
70
71iface_vr1:
72 comment : "Link naar IMI"
73 ip : "172.16.5.241/29"
74 sdesc : "2imi"
75 mode : "ap-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "60"
79 ssid : "il-no.rv.wleiden.net"
80 dhcp : False
81 compass : "no"
82 ns_ip : "172.16.5.242/29"
83 ns_mac : "04:18:d6:54:cc:c4"
84 bridge_type: "NanoBeamM5-19"
85 status : "up"
86
87
88iface_vr1_alias0:
89 comment : "Link naar Hortus"
90 ip : "172.16.4.164/29"
91 sdesc : "2hortus"
92 type : "eth"
93 dhcp : False
94 status : "up"
95
96
97iface_vr2:
98 comment : "Link naar AJSoft2"
99 ip : "172.16.6.20/29"
100 sdesc : "2ajsoft"
101 mode : "station-wds"
102 type : "eth"
103 extra_type : "eth2wifibridge"
104 channel : "52"
105 ssid : "il-o.ajsoft2.wleiden.net"
106 dhcp : False
107 compass : "zw"
108 ns_ip : "172.16.6.19/29"
109 ns_mac : "80:2a:a8:74:47:96"
110 bridge_type: "NanoBeamM5-16"
111 status : "up"
112
113
Note: See TracBrowser for help on using the repository browser.