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

Last change on this file since 13645 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

File size: 3.5 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
54
55iface_vr1:
56 comment : "Link naar Unigor1 via nanostation"
57 ip : "172.16.5.220/29"
58 sdesc : "2unigor1"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "104"
63 ssid : "il-z.unigor1.wleiden.net"
64 dhcp : False
65 compass : "n"
66 ns_ip : "172.16.5.219/29"
67 ns_mac : "dc:9f:db:e4:98:39"
68 bridge_type: "NanoStationM5"
69 status : "up"
70
71
72iface_vr2:
73 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"
74 ip : "172.17.103.1/24"
75 sdesc : "2apzuid"
76 mode : "ap"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "11"
80 ssid : "ap-WirelessLeiden-RobijnZ"
81 dhcp : "10-240"
82 compass : "nw"
83 ns_ip : "172.17.103.2"
84 ns_mac : "dc:9f:db:36:1d:1d"
85 bridge_type: "NanoStationM2"
86 status : "up"
87
88
89iface_vr2_extra0:
90 comment : "AP-repeater "
91 ip : "172.17.103.3/28"
92 type : "eth"
93 channel : "11"
94 ssid : "ap-WirelessLeiden-RobijnZ"
95 ns_mac : "dc:9f:db:3e:1c:12"
96 bridge_type: "NanoStationM2-Loco"
97 status : "up"
98
99
100iface_vr2_extra1:
101 comment : "AP-repeater "
102 ip : "172.17.103.4/28"
103 type : "eth"
104 channel : "11"
105 ssid : "ap-WirelessLeiden-RobijnZ"
106 ns_mac : "dc:9f:db:3e:1e:fe"
107 bridge_type: "NanoStationM2-Loco"
108 status : "up"
109
110
111iface_vr2_extra2:
112 comment : "AP-repeater "
113 ip : "172.17.103.5/28"
114 type : "eth"
115 channel : "11"
116 ssid : "ap-WirelessLeiden-RobijnZ"
117 ns_mac : "dc:9f:db:3e:1c:4d"
118 bridge_type: "NanoStationM2-Loco"
119 status : "up"
120
121
122iface_vr2_extra3:
123 comment : "AP-repeater "
124 ip : "172.17.103.6/28"
125 type : "eth"
126 channel : "11"
127 ssid : "ap-WirelessLeiden-RobijnZ"
128 ns_mac : "dc:9f:db:3e:1b:93"
129 bridge_type: "NanoStationM2-Loco"
130 status : "up"
131
132
133iface_vr2_extra4:
134 comment : "AP-repeater "
135 ip : "172.17.103.6.6/28"
136 type : "eth"
137 channel : "11"
138 ssid : "ap-WirelessLeiden-RobijnZ"
139 ns_mac : "dc:9f:db:3e:20:f8"
140 bridge_type: "NanoStationM2-Loco"
141 status : "up"
142
143
Note: See TracBrowser for help on using the repository browser.