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

Last change on this file since 13804 was 13804, checked in by huub, 8 years ago

nieuwe bullet M2-HP geconfigureerd voor JOP repeater

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5latitude : "52.21789"
6location : "Park Overbosch, Sportlaan 3, 2215NB Voorhout"
7longitude : "4.47941"
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
37
38iface_ue0:
39 comment : "Ap-zuidwest repeater sectorantenne 120 graden kabel 3"
40 ip : "172.17.87.1/24"
41 sdesc : "2apzw"
42 mode : "ap-repeater"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "11"
46 ssid : "WiFi Teylingen 2"
47 dhcp : "10-240"
48 ns_ip : "172.17.87.2/24"
49 ns_mac : "dc:9f:db:0c:30:2a"
50 bridge_type: "RocketM2"
51 status : "up"
52
53
54iface_ue0_extra0:
55 comment : "Repeater JOP"
56 ip : "172.17.87.3/24"
57 mode : "ap-repeater"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 ns_mac : "24:a4:3c:9e:13:b2"
61 bridge_type: "BulletM2-HP"
62 status : "up"
63
64
65iface_vr0:
66 comment : "Link naar "
67 ip : "172.16.5.188/29"
68 sdesc : "2xxx"
69 mode : "ap-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : ""
73 ssid : "il-w.teyjop.wleiden.net"
74 dhcp : False
75 compass : "z"
76 ns_ip : "172.16.5.187"
77 ns_mac : ""
78 bridge_type: "NanoStationM5"
79 status : "up"
80
81
82iface_vr1:
83 comment : "Link naar TEYBestuurscentrum kabel 1"
84 ip : "172.16.6.236/29"
85 sdesc : "2no"
86 mode : "station-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "116"
90 ssid : "il-zw.teybestuurscentrum.wleiden.net"
91 dhcp : False
92 compass : "no"
93 ns_ip : "172.16.6.235/29"
94 ns_mac : "dc:9f:db:2e:0a:a6"
95 bridge_type: "NanoBridgeM5"
96 status : "up"
97
98
99iface_vr2:
100 comment : "Link naar zzo kabel 2"
101 ip : "172.16.10.4/29"
102 sdesc : "2oost"
103 mode : "station-wds"
104 type : "eth"
105 channel : "136"
106 ssid : "il-zw.teyakzonobel2.wleiden.net"
107 dhcp : False
108 compass : "zo"
109 ns_ip : "172.16.10.3/29"
110 ns_mac : "dc:9f:db:2e:0b:01"
111 bridge_type: "NanoBridgeM5"
112 status : "up"
113
114
Note: See TracBrowser for help on using the repository browser.