source: genesis/nodes/HybridRobijn3/wleiden.yaml@ 13334

Last change on this file since 13334 was 13334, checked in by huub, 9 years ago

extra voor Robijn3

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.1541"
7location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
8longitude : "4.4619"
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 : "z"
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
88iface_vr2_extra0:
89 comment : "AP-repeater "
90 channel : "11"
91 ssid : "ap-WirelessLeiden-RobijnZ"
92 type : "eth"
93 ip : "172.17.103.3/28"
94 ns_mac : "dc:9f:db:3e:1c:12"
95 bridge_type: "NanoStationM2-Loco"
96 status : "up"
97
98iface_vr2_extra1:
99 comment : "AP-repeater "
100 channel : "11"
101 ssid : "ap-WirelessLeiden-RobijnZ"
102 type : "eth"
103 ip : "172.17.103.4/28"
104 ns_mac : "dc:9f:db:3e:1e:fe"
105 bridge_type: "NanoStationM2-Loco"
106 status : "up"
107
108iface_vr2_extra2:
109 comment : "AP-repeater "
110 channel : "11"
111 ssid : "ap-WirelessLeiden-RobijnZ"
112 type : "eth"
113 ip : "172.17.103.5/28"
114 ns_mac : "dc:9f:db:3e:1c:4d"
115 bridge_type: "NanoStationM2-Loco"
116 status : "up"
117
118iface_vr2_extra3:
119 comment : "AP-repeater "
120 channel : "11"
121 ssid : "ap-WirelessLeiden-RobijnZ"
122 type : "eth"
123 ip : "172.17.103.6/28"
124 ns_mac : "dc:9f:db:3e:1b:93"
125 bridge_type: "NanoStationM2-Loco"
126 status : "up"
127
128iface_vr2_extra4:
129 comment : "AP-repeater "
130 channel : "11"
131 ssid : "ap-WirelessLeiden-RobijnZ"
132 type : "eth"
133 ip : "172.17.103.6.6/28"
134 ns_mac : "dc:9f:db:3e:20:f8"
135 bridge_type: "NanoStationM2-Loco"
136 status : "up"
Note: See TracBrowser for help on using the repository browser.