source: genesis/nodes/Rekpark214a/wleiden.yaml@ 14314

Last change on this file since 14314 was 14098, checked in by rick, 7 years ago

Fix USB interface unavaible errors.

Replaced USB dongles with RG260GSP VLAN switch.

File size: 3.2 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[13548]6latitude : "52.26268"
[12711]7location : "Recreatiepark,Uiterweg 214,1431AJ,Aalsmeer"
[13548]8longitude : "4.73131"
[12776]9masterip : "172.17.134.1"
[11325]10monitoring_group: "wleiden"
[12711]11nodename : "Rekpark214a"
[11266]12nodetype : "Hybrid"
[13964]13portal_sponsor: "Recreatiepark Aalsmeer"
14portal_url: "http://www.recreatieparkaalsmeer.nl/"
[12846]15rdnap_x : "110223"
16rdnap_y : "475164"
[11266]17release : "9.0-RELEASE"
18service_accesspoint: True
[11554]19service_concentrator: False
[11266]20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
[10116]23status : "up"
24
25
[13962]26iface_bridge0:
27 comment : "Access Points"
28 ip : "172.17.134.1/24"
29 type : "eth"
30 dhcp : "10-240"
31 status : "up"
32
33iface_bridge0_alias0:
34 comment : "Access Point Alias 0"
35 ip : "172.17.135.1/24"
36 type : "eth"
37 dhcp : "10-240"
38 status : "up"
39
40iface_bridge0_alias1:
41 comment : "Access Point Alias 1"
42 ip : "172.17.129.1/24"
43 type : "eth"
44 dhcp : "10-240"
45 status : "up"
46
[10059]47iface_ath0:
[10883]48 comment : "AP voor de buurt"
[10116]49 sdesc : "ap-omni"
[10703]50 mode : "ap"
[12837]51 type : "11a"
52 channel : 60
[13964]53 ssid : "WiFi Recreatiepark Aalsmeer 1"
[13962]54 parent : "bridge0"
[10116]55 status : "up"
[10059]56
[10116]57
[14098]58iface_vr2_103:
[12793]59 comment : "AP voor west"
60 sdesc : "ap-west"
61 mode : "ap"
[12781]62 type : "eth"
63 extra_type : "eth2wifibridge"
[13548]64 channel : 6
[13964]65 ssid : "WiFi Recreatiepark Aalsmeer 1"
[12776]66 ns_ip : "172.17.135.2/24"
[12793]67 ns_mac : "dc:9f:db:36:1e:5c"
[12778]68 bridge_type: "NanoStationM2"
[13962]69 parent : "bridge0"
[13548]70 status : "up"
[12711]71
72
[14098]73iface_vr2_104:
[12793]74 comment : "AP voor oost"
[12778]75 sdesc : "ap-oost"
[12793]76 mode : "ap"
[12781]77 type : "eth"
78 extra_type : "eth2wifibridge"
[12776]79 channel : 11
[13964]80 ssid : "WiFi Recreatiepark Aalsmeer 1"
[12776]81 ns_ip : "172.17.129.2/24"
[12793]82 ns_mac : "00:27:22:e2:52:36"
[12778]83 bridge_type: "NanoStationM2"
[13962]84 parent : "bridge0"
[13548]85 status : "up"
[12776]86
87
[10059]88iface_vr0:
[12778]89 comment : "Link naar Watertoren3"
[12711]90 ip : "172.16.3.244/29"
[12778]91 sdesc : "2watertoren3"
[12711]92 mode : "station-wds"
[10116]93 type : "eth"
[11266]94 extra_type : "eth2wifibridge"
[12711]95 channel : "36"
96 ssid : "il-w.watertoren3.wleiden.net"
[10454]97 dhcp : False
[13548]98 compass : "zo"
[12711]99 ns_ip : "172.16.3.243/29"
[12793]100 ns_mac : "dc:9f:db:f2:12:7b"
[12778]101 bridge_type: "NanoBridgeM5"
[12711]102 status : "up"
[10059]103
[10116]104
[10059]105iface_vr1:
[12711]106 comment : "Link naar Rekpark214b (korte pad)"
107 ip : "172.16.6.89/29"
[12778]108 sdesc : "2214b"
[12711]109 mode : "ap-wds"
[10116]110 type : "eth"
[11266]111 extra_type : "eth2wifibridge"
[12778]112 channel : "52"
[12711]113 ssid : "il-nww.rekpark214a.wleiden.net"
[10454]114 dhcp : False
[13548]115 compass : "z"
[12711]116 ns_ip : "172.16.6.90/29"
[12793]117 ns_mac : "dc:9f:db:64:23:26"
[12711]118 bridge_type: "NanoStationM5"
[12785]119 status : "up"
[10059]120
[10116]121
[14098]122iface_vr2_102:
[12711]123 comment : "Link naar Rekpark214c (lange pad)"
124 ip : "172.16.9.161/29"
[12778]125 sdesc : "2214c"
[12711]126 mode : "ap-wds"
[11279]127 type : "eth"
[12711]128 extra_type : "eth2wifibridge"
129 channel : "44"
130 ssid : "il-nw.rekpark214a.wleiden.net"
131 dhcp : False
[13548]132 compass : "z"
[12711]133 ns_ip : "172.16.9.162/29"
[12793]134 ns_mac : "24:a4:3c:0a:41:3c"
[12711]135 bridge_type: "NanoStationM5"
[12785]136 status : "up"
[13548]137
138
Note: See TracBrowser for help on using the repository browser.