source: genesis/nodes/HybridRecPark/wleiden.yaml@ 12838

Last change on this file since 12838 was 12838, checked in by rick, 10 years ago

Update Rekpark configuratie

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.25819"
7location : "Recreatiepark,Uiterweg 214/303,1431AJ,Aalsmeer"
8longitude : "4.724687"
9masterip : "172.17.11.1"
10monitoring_group: "wleiden"
11nodename : "Recpark"
12nodetype : "Hybrid"
13portal_sponsor: "Rekreatiepark Aalsmeer"
14portal_url: "http://www.rekreatieparkaalsmeer.nl/"
15rdnap_x : "109766"
16rdnap_y : "474668"
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 : "AP voor de botenhuis"
28 ip : "172.17.11.1/24"
29 sdesc : "ap-omni"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "ap-westeinder-rekpark-botenhuis"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_vr0:
39 comment : "AP voor de buurt"
40 ip : "172.17.154.1/24"
41 sdesc : "2buurt"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "11"
46 ssid : "ap-westeinder-rekpark"
47 dhcp : "10-250"
48 ns_ip : "172.17.154.2/24"
49 ns_mac : "00:27:22:ec:bf:33"
50 bridge_type: "BulletM2"
51 status : "up"
52
53iface_vr0_extra0:
54 comment : "Geplaatst in de boot van Rob"
55 ip : "172.17.154.3/24"
56 mode : "repeater"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 ns_mac : "dc:9f:db:3e:27:4f"
60 bridge_type: "NanoLocoM2"
61 status : "up"
62
63iface_vr1:
64 comment : "Link naar Watertoren3"
65 ip : "172.16.16.76/29"
66 sdesc : "2watertoren3"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "36"
71 ssid : "il-w.watertoren3.wleiden.net"
72 dhcp : False
73 compass : "z"
74 ns_ip : "172.16.16.75/29"
75 ns_mac : "00:0d:b9:1c:ce:b1"
76 bridge_type: "NanoBridgeM5"
77 status : "up"
78
79iface_vr2:
80 comment : "Link naar Unused"
81 ip : "172.16.10.57/29"
82 sdesc : "2watertoren3"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "36"
87 ssid : "il-w.watertoren3.wleiden.net"
88 dhcp : False
89 compass : "w"
90 ns_ip : "172.16.10.58/29"
91 ns_mac : "00:0d:b9:1c:ce:b2"
92 bridge_type: "NanoStationM5"
93 status : "down"
94
95iface_ue0:
96 comment : "Link naar Watertoren3"
97 ip : "172.16.10.65/29"
98 sdesc : "2watertoren3"
99 mode : "station-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "36"
103 ssid : "il-w.watertoren3.wleiden.net"
104 dhcp : False
105 compass : "e"
106 ns_ip : "172.16.10.66/29"
107 ns_mac : "00:80:8a:8e:30:22"
108 bridge_type: "NanoStationM5"
109 status : "down"
Note: See TracBrowser for help on using the repository browser.