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

Last change on this file since 13787 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

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