source: genesis/nodes/HybridOnsBuiten/wleiden.yaml@ 13368

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

subnet 29 interlink toegevoegd op de verbinding SOM2 - Ons Buiten ivm routering

File size: 2.4 KB
RevLine 
[13362]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net4801"
5comment : "None"
6latitude : "52.1716"
7location : "Tuinvereniging Ons Buiten, Joop Vervoornpad 16, 2315KL, Leiden"
8longitude : "4.5062"
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 : 94732
16rdnap_y : 4.50620
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "down"
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"
38 ip : "172.17.2.69/26"
39 sdesc : "2som2"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "WiFi-Leiden-3"
45 dhcp : False
46 compass : "zw"
47 ns_ip : "172.17.2.68/26"
48 ns_mac : "00:15:6D:E8:F9:C6"
49 bridge_type: "Bullet2"
50 status : "up"
51
[13368]52iface_sis0_alias0:
53 comment : "Link west - SOM2"
54 ip : "172.16.3.252/29"
55 sdesc : "2som2"
56 mode : "station-wds"
57 type : "eth"
58 dhcp : False
59
[13362]60iface_sis1:
61 comment : "AP zuid en Clubhuis"
62 ip : "172.17.40.1/24"
63 sdesc : "ap2"
64 mode : "ap-repeater"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "11"
68 ssid : "WiFi Leiden"
69 dhcp : "10-250"
70 compass : "z"
71 ns_ip : "172.17.40.2"
72 ns_mac : "DC:9F:DB:36:A5:93"
73 bridge_type: "NanoStationM2-Loco"
74 status : "up"
75
76iface_sis1_extra0:
77 comment : "Repeater Clubhuis"
78 ip : "172.17.40.3/24"
79 mode : "ap-repeater"
80 type : "eth"
81 extra_type : "eth2wifibridge"
82 ns_mac : "24:A4:3C:9E:14:74"
83 bridge_type: "BulletM2"
84 status : "up"
85
86iface_sis2:
87 comment : "AP zuidwest"
88 ip : "172.17.101.1/24"
89 sdesc : "2apzw"
90 mode : "ap"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "1"
94 ssid : "WiFi Leiden"
95 dhcp : "10-250"
96 compass : "zw"
97 ns_ip : "172.17.101.2/24"
98 ns_mac : "DC:9F:DB:3E:26:8C"
99 bridge_type: "NanoStationM2-Loco"
100 status : "up"
101
Note: See TracBrowser for help on using the repository browser.