source: genesis/nodes/Robijn3/wleiden.yaml@ 13799

Last change on this file since 13799 was 13792, checked in by huub, 8 years ago

config Robijn3 en Rustenborch aangepast ivm links naar HuygensN1

File size: 3.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15410"
7location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
8longitude : "4.46190"
9masterip : "172.17.100.1"
10monitoring_group: "wleiden"
11nodename : "Robijn3"
12nodetype : "Hybrid"
13portal_sponsor: "Woonzorgcentrum Robijnhof"
14portal_url: "http://www.libertasleiden.nl/wonen/wonen-met-zorg-dichtbij/woonzorgcentrum-robijnhof/"
15rdnap_x : 91677
16rdnap_y : 463284
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "Omni voor de buurt"
28 ip : "172.17.100.1/24"
29 sdesc : "omni"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "ap-WirelessLeiden-Robijn3"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_vr0:
39 comment : "A link naar Robijn via nanostation"
40 ip : "172.16.3.201/29"
41 sdesc : "2robijn"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "36"
46 ssid : "il-no.robijn3.wleiden.net"
47 dhcp : False
48 compass : "no"
49 ns_ip : "172.16.3.202/29"
50 ns_mac : "dc:9f:db:e4:98:e1"
51 bridge_type: "NanoStationM5"
52 status : "up"
53
54iface_vr1:
55 comment : "Link naar HuygensZ via nanostation"
56 ip : "172.16.5.220/29"
57 sdesc : "2huygensz"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "104"
62 ssid : "il-174.huygensz.wleiden.net"
63 dhcp : False
64 compass : "n"
65 ns_ip : "172.16.5.219/29"
66 ns_mac : "dc:9f:db:e4:98:39"
67 bridge_type: "NanoStationM5"
68 status : "up"
69
70iface_vr1_alias0:
71 comment : "tijdelijke link naar HuygensN1 via il-165.huygensn1.wleiden.net"
72 ip : "172.19.128.70/28"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "36"
76 ssid : "il-165.huygensn1.wleiden.net"
77 dhcp : False
78 bridge_type: "NanoStationM5"
79 status : "up"
80
81
82iface_vr2:
83 comment : "AP-zuid, kabel 1 repeaters DC:9F:DB:3E:1C:12, DC:9F:DB:3E:1E:FE, DC:9F:DB:3E:1C:4D, DC:9F:DB:3E:1B:93, DC:9F:DB:3E:20:F8"
84 ip : "172.17.103.1/24"
85 sdesc : "2apzuid"
86 mode : "ap"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "11"
90 ssid : "ap-WirelessLeiden-RobijnZ"
91 dhcp : "10-240"
92 compass : "nw"
93 ns_ip : "172.17.103.2"
94 ns_mac : "dc:9f:db:36:1d:1d"
95 bridge_type: "NanoStationM2"
96 status : "up"
97
98
99iface_vr2_extra0:
100 comment : "AP-repeater "
101 ip : "172.17.103.3/28"
102 type : "eth"
103 channel : "11"
104 ssid : "ap-WirelessLeiden-RobijnZ"
105 ns_mac : "dc:9f:db:3e:1c:12"
106 bridge_type: "NanoStationM2-Loco"
107 status : "up"
108
109
110iface_vr2_extra1:
111 comment : "AP-repeater "
112 ip : "172.17.103.4/28"
113 type : "eth"
114 channel : "11"
115 ssid : "ap-WirelessLeiden-RobijnZ"
116 ns_mac : "dc:9f:db:3e:1e:fe"
117 bridge_type: "NanoStationM2-Loco"
118 status : "up"
119
120
121iface_vr2_extra2:
122 comment : "AP-repeater "
123 ip : "172.17.103.5/28"
124 type : "eth"
125 channel : "11"
126 ssid : "ap-WirelessLeiden-RobijnZ"
127 ns_mac : "dc:9f:db:3e:1c:4d"
128 bridge_type: "NanoStationM2-Loco"
129 status : "up"
130
131
132iface_vr2_extra3:
133 comment : "AP-repeater "
134 ip : "172.17.103.6/28"
135 type : "eth"
136 channel : "11"
137 ssid : "ap-WirelessLeiden-RobijnZ"
138 ns_mac : "dc:9f:db:3e:1b:93"
139 bridge_type: "NanoStationM2-Loco"
140 status : "up"
141
142
143iface_vr2_extra4:
144 comment : "AP-repeater "
145 ip : "172.17.103.6.6/28"
146 type : "eth"
147 channel : "11"
148 ssid : "ap-WirelessLeiden-RobijnZ"
149 ns_mac : "dc:9f:db:3e:20:f8"
150 bridge_type: "NanoStationM2-Loco"
151 status : "up"
152
153
Note: See TracBrowser for help on using the repository browser.