source: genesis/nodes/OnsBuiten/wleiden.yaml@ 13480

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

update configuratie som en broekplein na hardware modificaties: installatie M5s, extra M5 voor richting noordoost en RB switch op vr1

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net4801"
5comment : "None"
6latitude : "52.17128"
7location : "Tuinvereniging Ons Buiten, Joop Vervoornpad 16, 2315KL, Leiden"
8longitude : "4.50628"
9masterip : "172.17.19.1"
10monitoring_group: "Leiden"
11nodename : "OnsBuiten"
12nodetype : "Hybrid"
13portal_sponsor: "Tuinvereniging Ons Buiten"
14portal_url: "http://www.onsbuitenleiden.nl/"
15rdnap_x : 94738
16rdnap_y : 465158
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
25iface_ath0:
26 comment : "Lokaal Ap"
27 ip : "172.17.19.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "WiFi-Leiden"
33 dhcp : "10-250"
34 status : "up"
35
36iface_sis0:
37 comment : "Link west - SOM2 M5 04:18:D6:CC:01:4D 172.16.3.253 OnsBuiten2 04:18:D6:CC:06:F8"
38 ip : "172.16.3.252/29"
39 sdesc : "2som2"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "il-o.som2.wleiden.net"
45 dhcp : False
46 compass : "zw"
47 ns_ip : "172.16.3.251"
48 ns_mac : "00:15:6D:E8:F9:C6"
49 bridge_type: "Bullet2"
50 status : "up"
51
52iface_sis1:
53 comment : "AP zuid en Clubhuis"
54 ip : "172.17.40.1/24"
55 sdesc : "ap2"
56 mode : "ap-repeater"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "11"
60 ssid : "WiFi Leiden"
61 dhcp : "10-250"
62 compass : "z"
63 ns_ip : "172.17.40.2"
64 ns_mac : "DC:9F:DB:36:A5:93"
65 bridge_type: "NanoStationM2-Loco"
66 status : "up"
67
68iface_sis1_extra0:
69 comment : "Repeater Clubhuis"
70 ip : "172.17.40.3/24"
71 mode : "ap-repeater"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 ns_mac : "24:A4:3C:9E:14:74"
75 bridge_type: "BulletM2"
76 status : "up"
77
78iface_sis2:
79 comment : "AP zuidwest"
80 ip : "172.17.101.1/24"
81 sdesc : "2apzw"
82 mode : "ap"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "1"
86 ssid : "WiFi Leiden"
87 dhcp : "10-250"
88 compass : "zw"
89 ns_ip : "172.17.101.2/24"
90 ns_mac : "DC:9F:DB:3E:26:8C"
91 bridge_type: "NanoStationM2-Loco"
92 status : "up"
93
Note: See TracBrowser for help on using the repository browser.