source: genesis/nodes/TEYJOP/wleiden.yaml@ 13523

Last change on this file since 13523 was 13523, checked in by wouter, 9 years ago
File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5latitude : "52.217889"
6location : "Park Overbosch, Sportlaan 3, 2215NB Voorhout"
7longitude : "4.479404"
8masterip : "172.17.88.1"
9monitoring_group: "teylingen"
10nodename : "TEYJOP"
11nodetype : "Hybrid"
12portal_sponsor: "Gemeente Teylingen"
13portal_url: "http://www.teylingen.nl/"
14rdnap_x : 92964
15rdnap_y : 470366
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "PA4040 voor lokaal ap"
27 ip : "172.17.88.1/24"
28 sdesc : "2apzo"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "WiFi-Teylingen"
33 wlan_mac : "00:1b:b1:00:ec:94"
34 dhcp : "10-240"
35 status : "up"
36
37iface_ue0:
38 comment : "Ap-zuidwest repeater sectorantenne 120 graden kabel 3"
39 ip : "172.17.87.1/24"
40 sdesc : "2apzw"
41 mode : "ap-repeater"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "11"
45 ssid : "WiFi Teylingen 2"
46 dhcp : "10-240"
47 ns_ip : "172.17.87.2/24"
48 ns_mac : "dc:9f:db:0c:30:2a"
49 bridge_type: "RocketM2"
50 status : "up"
51
52iface_ue0_extra0:
53 comment : "Repeater JOP"
54 ip : "172.17.87.3/24"
55 mode : "ap-repeater"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 ns_mac : "24:a4:3c:9e:14:86"
59 bridge_type: "BulletM2"
60 status : "up"
61
62iface_vr0:
63 comment : "Link naar "
64 ip : "172.16.5.188/29"
65 sdesc : "2xxx"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : ""
69 ssid : "il-w.teyjop.wleiden.net"
70 mode : "ap-wds"
71 dhcp : False
72 compass : "w"
73 ns_ip : "172.16.5.187"
74 ns_mac : ""
75 bridge_type: "NanoStationM5"
76 status : "up"
77
78iface_vr1:
79 comment : "Link naar TEYBestuurscentrum kabel 1"
80 ip : "172.16.6.236/29"
81 sdesc : "2no"
82 mode : "station-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "116"
86 ssid : "il-zw.teybestuurscentrum.wleiden.net"
87 dhcp : False
88 compass : "o"
89 ns_ip : "172.16.6.235/29"
90 ns_mac : "dc:9f:db:2e:0a:a6"
91 bridge_type: "NanoBridgeM5"
92 status : "up"
93
94iface_vr2:
95 comment : "Link naar zzo kabel 2"
96 ip : "172.16.10.4/29"
97 sdesc : "2oost"
98 mode : "station-wds"
99 type : "eth"
100 channel : "136"
101 ssid : "il-zw.teyakzonobel2.wleiden.net"
102 dhcp : False
103 compass : "zzo"
104 ns_ip : "172.16.10.3/29"
105 ns_mac : "dc:9f:db:2e:0b:01"
106 bridge_type: "NanoBridgeM5"
107 status : "up"
108
109
110
Note: See TracBrowser for help on using the repository browser.