source: genesis/nodes/Zwet/wleiden.yaml@ 13834

Last change on this file since 13834 was 13834, checked in by rick, 8 years ago

Revamp Node Zwet

  • No internet connection anymore, since only has XS4ALL uplink.
  • One broken antenna, replaced by new one.
  • Documented MuziekCentrum Repeaters
  • Swapped interfaces since one interface died on ALIX board

I have also replaced the ethernet cables for outdoor type and placed stainless
steel hose clamps (RVS slangenklem) for better security off antenna.

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.11836"
7location : "Fam van der Zwet, Nieuweweg 3, 2381 NW,Zoeterwoude "
8longitude : "4.50131"
9masterip : "172.27.129.1"
10monitoring_group: "wzoeterwoude"
11nodename : "Zwet"
12nodetype : "Hybrid"
13rdnap_x : 94326
14rdnap_y : 459275
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Omni voor Tuin"
26 ip : "172.27.129.1/26"
27 sdesc : "2buurt"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "ap-ZTW-Zwet-Tuin"
32 dhcp : "10-60"
33 status : "up"
34
35
36iface_vr0:
37 comment : "Link to PVKerkDuif"
38 ip : "172.16.16.169/29"
39 sdesc : "2pvkerkduif"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 ssid : "il-o.zwet.wleiden.net"
44 dhcp : False
45 compass : "o"
46 ns_ip : "172.16.16.170/29"
47 ns_mac : "00:15:6d:bd:89:93"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Omni voor de Buurt"
54 ip : "172.27.129.129/26"
55 sdesc : "2buurt"
56 mode : "ap-wds"
57 type : "eth"
58 ssid : "ap-ZTW-Zwet-Buurt"
59 dhcp : "140-180"
60 ns_ip : "172.27.129.130/26"
61 ns_mac : "00:27:22:66:6c:bc"
62 bridge_type: "Bullet M2"
63 status : "up"
64
65iface_vr1_extra0:
66 comment : "AP repeater muziekcentrum"
67 ip : "172.27.129.131/26"
68 type : "eth"
69 ssid : "ap-ZTW-Zwet-Buurt"
70 ns_mac : "dc:9f:db:3e:1c:6b"
71 bridge_type: "NanoStationLocoM2"
72 status : "up"
73
74iface_vr1_extra1:
75 comment : "AP repeater muziekcentrum 2"
76 ip : "172.27.129.132/26"
77 type : "eth"
78 ssid : "ap-ZTW-MuziekCemtrum"
79 ns_mac : "dc:9f:db:3e:1e:5a"
80 bridge_type: "NanoStationLocoM2"
81 status : "up"
82
83
84
85iface_ue0:
86 comment : "Link naar Jar"
87 ip : "172.16.4.49/29"
88 sdesc : "2unused"
89 mode : "ap-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 ssid : "il-z.zwet.wleiden.net"
93 dhcp : False
94 compass : "zo"
95 ip : "172.16.4.50/29"
96 ns_mac : "04:18:d6:56:ac:23"
97 bridge_type: "NanoStation M5"
98 status : "up"
99
100
101iface_ue1:
102 comment : "Link to Unused"
103 ip : "172.16.9.89/29"
104 sdesc : "2unused"
105 mode : "ap-wds"
106 type : "eth"
107 extra_type : "eth2wifibridge"
108 ssid : "il-w.zwet.wleiden.net"
109 dhcp : False
110 compass : "w"
111 ns_ip : "172.16.9.90/29"
112 ns_mac : "dc:9f:db:64:2d:2c"
113 bridge_type: "NanoStationM5"
114 status : "up"
115
116
Note: See TracBrowser for help on using the repository browser.