source: genesis/nodes/Meerburg/wleiden.yaml@ 14051

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

Fix broken USB dongles and unmanaged switch

Add routerboard switch to Meerburg configuration

File size: 2.9 KB
RevLine 
[10644]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[10881]6latitude : "52.14282"
[10644]7location : "RKVV Meerburg, Hans Ecklplein 1, 2382 AZ, Zoeterwoude Rijndijk"
[10881]8longitude : "4.51566"
[10644]9masterip : "172.17.22.1"
[11325]10monitoring_group: "wleiden"
[12569]11no_portal : ['58:12:43:AA:6E:D6']
[10644]12nodename : "Meerburg"
13nodetype : "Hybrid"
14rdnap_x : "095341"
15rdnap_y : 461984
16release : "9.0-RELEASE"
[10701]17service_accesspoint: True
[11554]18service_concentrator: False
[10881]19service_incoming_rdr: False
[13608]20service_proxy_ileiden: False
21service_proxy_normal: False
[12569]22status : "up"
[12481]23whitelist : ['58:12:43:AA:6E:D6']
[10644]24
25
26iface_ath0:
[10884]27 comment : "Ap binnen RKVV Meerburg"
[10644]28 ip : "172.17.22.1/26"
29 sdesc : "apbinnen"
[10703]30 mode : "ap"
[11737]31 type : "11g"
[11738]32 channel : 6
[14051]33 ssid : "WiFi Leiden"
[10644]34 dhcp : "10-60"
35 status : "up"
36
[14051]37iface_bridge0:
38 comment : "Access Points"
39 ip : "172.17.27.1/24"
40 type : "eth"
41 dhcp : "10-240"
42 status : "up"
[10644]43
[14051]44
45iface_vr0_102:
46 comment : "Uplink - unused"
47 status : "down"
[10644]48 type : "eth"
[14051]49
50
51
52iface_vr0_103:
53 comment : "Link naar Roomburgh1"
54 ip : "172.16.5.73/29"
55 sdesc : "2roomburgh1"
56 mode : "ap-wds"
57 type : "eth"
[10644]58 extra_type : "eth2wifibridge"
[14051]59 channel : "128"
60 ssid : "il-nw.meerburg.wleiden.net"
[10644]61 dhcp : False
[14051]62 compass : "n"
63 ns_ip : "172.16.5.74/29"
64 ns_mac : "00:27:22:10:fd:ea"
[11731]65 bridge_type: "NanoStation M5"
[10644]66 status : "up"
67
68
[14051]69
70
71iface_vr0_104:
[12415]72 comment : "Link naar Meerburgkerk"
[13610]73 ip : "172.16.5.60/29"
[12415]74 sdesc : "2meerburgkerk"
[13610]75 mode : "station-wds"
[10644]76 type : "eth"
77 extra_type : "eth2wifibridge"
[11637]78 channel : "116"
[13744]79 ssid : "il-zw.mbkerk.wleiden.net"
[10644]80 dhcp : False
[12474]81 compass : "no"
[13610]82 ns_ip : "172.16.5.59/29"
[11733]83 ns_mac : "00:27:22:8a:3b:2c"
[11731]84 bridge_type: "NanoStation M5"
[12415]85 status : "up"
[10644]86
87
[14051]88iface_vr0_105:
89 comment : "AP Noord"
90 parent : "bridge0"
91 sdesc : "2ap-noord"
[13548]92 mode : "ap"
[10701]93 type : "eth"
94 extra_type : "eth2wifibridge"
[13548]95 channel : "1"
[13342]96 ssid : "WiFi-Leiden"
97 compass : "n"
98 ns_ip : "172.17.27.2/24"
99 ns_mac : "00:27:22:16:77:77"
100 bridge_type: "NanoStation2"
[10701]101 status : "up"
102
[13548]103
[14051]104iface_vr1:
105 comment : "AP Zuid"
106 parent : "bridge0"
[13548]107 type : "eth"
[13343]108 channel : "1"
109 ssid : "WiFi-Leiden"
110 compass : "z"
[14051]111 ns_ip : "172.17.27.3/24"
[13343]112 ns_mac : "00:15:6d:30:d2:b6"
113 bridge_type: "NanoStation2"
114 status : "up"
[10701]115
[13548]116
[10701]117iface_vr2:
[14051]118 comment : "Link naar JVC"
119 ip : "172.16.4.244/29"
120 sdesc : "2jvc"
121 mode : "station-wds"
[10701]122 type : "eth"
123 extra_type : "eth2wifibridge"
[14051]124 channel : "60"
125 ssid : "il-o.jvc.wleiden.net"
[10701]126 dhcp : False
[14051]127 compass : "w"
128 ns_ip : "172.16.4.243/29"
129 ns_mac : "00:27:22:8a:3d:57"
[11731]130 bridge_type: "NanoStation M5"
[11561]131 status : "up"
Note: See TracBrowser for help on using the repository browser.