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

Last change on this file since 14095 was 14031, checked in by huub, 7 years ago

node is buiten gebruik

File size: 2.7 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.50629"
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
25
26iface_ath0:
27 comment : "Lokaal Ap"
28 parent : "bridge0"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "WiFi-Leiden"
34 status : "up"
35
36iface_bridge0:
37 comment : "Access Points"
38 ip : "172.17.19.1/24"
39 type : "eth"
40 dhcp : "10-240"
41 status : "up"
42
43iface_bridge0_alias0:
44 comment : "Access Point Alias 0"
45 ip : "172.17.40.1/24"
46 type : "eth"
47 dhcp : "10-240"
48 status : "up"
49
50iface_bridge0_alias1:
51 comment : "Access Point Alias 1"
52 ip : "172.17.101.1/24"
53 type : "eth"
54 dhcp : "10-240"
55 status : "up"
56
57iface_sis0:
58 comment : "Link west - SOM2 M5 04:18:D6:CC:01:4D 172.16.3.253 OnsBuiten3 04:18:D6:CC:06:F8"
59 ip : "172.16.3.252/29"
60 sdesc : "2som2"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "6"
65 ssid : "il-o.som2.wleiden.net"
66 dhcp : False
67 compass : "w"
68 ns_ip : "172.16.3.251/29"
69 ns_mac : "00:15:6d:e8:f9:c6"
70 bridge_type: "Bullet2"
71 status : "up"
72
73
74iface_sis1:
75 comment : "AP zuid en Clubhuis"
76 parent : "bridge0"
77 sdesc : "ap2"
78 mode : "ap-repeater"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "11"
82 ssid : "WiFi Leiden"
83 dhcp : False
84 compass : "z"
85 ns_ip : "172.17.40.2/24"
86 ns_mac : "dc:9f:db:36:a5:93"
87 bridge_type: "NanoStationM2-Loco"
88 status : "up"
89
90
91iface_sis1_extra0:
92 comment : "Repeater Clubhuis"
93 ip : "172.17.40.3/24"
94 mode : "ap-repeater"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 ns_mac : "24:A4:3C:9E:14:74"
98 bridge_type: "BulletM2"
99 status : "up"
100
101
102iface_sis2:
103 comment : "AP zuidwest"
104 parent : "bridge0"
105 sdesc : "2apzw"
106 mode : "ap"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "1"
110 ssid : "WiFi Leiden"
111 dhcp : False
112 compass : "zw"
113 ns_ip : "172.17.101.2/24"
114 ns_mac : "dc:9f:db:3e:26:8c"
115 bridge_type: "NanoStationM2-Loco"
116 status : "up"
117
118
Note: See TracBrowser for help on using the repository browser.