source: genesis/nodes/OnsBuiten1/wleiden.yaml@ 14245

Last change on this file since 14245 was 14222, checked in by huub, 6 years ago

configuratie met bridge dus een subnet voor alle aps

File size: 2.4 KB
RevLine 
[13362]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[14220]4board : "ALIX2"
[13362]5comment : "None"
[13390]6latitude : "52.17128"
[13362]7location : "Tuinvereniging Ons Buiten, Joop Vervoornpad 16, 2315KL, Leiden"
[13548]8longitude : "4.50629"
[13362]9masterip : "172.17.19.1"
10monitoring_group: "Leiden"
[14220]11nodename : "OnsBuiten1"
[13362]12nodetype : "Hybrid"
13portal_sponsor: "Tuinvereniging Ons Buiten"
14portal_url: "http://www.onsbuitenleiden.nl/"
[13390]15rdnap_x : 94738
16rdnap_y : 465158
[14220]17release : "11.1-RELEASE"
[13362]18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
[13369]23status : "up"
[13362]24
[13548]25
[13362]26iface_ath0:
27 comment : "Lokaal Ap"
[13928]28 parent : "bridge0"
[13362]29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "WiFi-Leiden"
34 status : "up"
35
[13928]36iface_bridge0:
37 comment : "Access Points"
38 ip : "172.17.19.1/24"
39 type : "eth"
40 dhcp : "10-240"
41 status : "up"
[13548]42
[13928]43
[14220]44iface_vr0:
45 comment : "Link west - SOM2 M5 80:2A:A8:74:52:CF 172.16.3.253 OnsBuiten3 04:18:D6:CC:06:F8"
[13381]46 ip : "172.16.3.252/29"
[13362]47 sdesc : "2som2"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "6"
[13390]52 ssid : "il-o.som2.wleiden.net"
[13362]53 dhcp : False
[13548]54 compass : "w"
[14025]55 ns_ip : "172.16.3.251/29"
[14220]56 ns_mac : "80:2a:a8:74:52:cf"
57 bridge_type: "NanostationM5"
[13362]58 status : "up"
59
[13548]60
[14220]61iface_vr1:
[13362]62 comment : "AP zuid en Clubhuis"
[13928]63 parent : "bridge0"
[13362]64 sdesc : "ap2"
65 mode : "ap-repeater"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "11"
69 ssid : "WiFi Leiden"
[13928]70 dhcp : False
[13362]71 compass : "z"
[14222]72 ns_ip : "172.17.19.2/24"
[13548]73 ns_mac : "dc:9f:db:36:a5:93"
[13362]74 bridge_type: "NanoStationM2-Loco"
75 status : "up"
76
[13548]77
[14220]78iface_vr1_extra0:
[13362]79 comment : "Repeater Clubhuis"
[14222]80 ip : "172.17.19.3/24"
[13362]81 mode : "ap-repeater"
82 type : "eth"
83 extra_type : "eth2wifibridge"
[14222]84 ns_mac : "24:a4:3c:9e:14:74"
[13362]85 bridge_type: "BulletM2"
86 status : "up"
87
[13548]88
[14220]89iface_vr2:
[13362]90 comment : "AP zuidwest"
[13928]91 parent : "bridge0"
[13362]92 sdesc : "2apzw"
93 mode : "ap"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "1"
97 ssid : "WiFi Leiden"
[13928]98 dhcp : False
[13362]99 compass : "zw"
[14222]100 ns_ip : "172.17.19.4/24"
[13548]101 ns_mac : "dc:9f:db:3e:26:8c"
[13362]102 bridge_type: "NanoStationM2-Loco"
103 status : "up"
104
[13548]105
Note: See TracBrowser for help on using the repository browser.