source: genesis/nodes/ZTWDorpskerk/wleiden.yaml@ 13956

Last change on this file since 13956 was 13956, checked in by rick, 7 years ago

Fix interface assignment as it is connected to port 5 instead

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5latitude : "52.12129"
6location : "Dorpskerk, Dorpsstraat 17, 2381 EK Zoeterwoude"
7longitude : "4.49724"
8masterip : "172.17.61.1"
9monitoring_group: "wleiden"
10nodename : "ZTWDorpskerk"
11nodetype : "Hybrid"
12rdnap_x : 94051
13rdnap_y : 459604
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_concentrator: False
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_bridge0:
24 comment : "Public Access Points"
25 sdesc : "2buurt"
26 ip : "172.17.61.1/24"
27 dhcp : "10-240"
28 type : "eth"
29 status : "up"
30
31
32iface_ath0:
33 comment : "Omni voor Binnen"
34 parent : "bridge0"
35 mode : "ap"
36 type : "11g"
37 channel : 6
38 ssid : "ap-ZTW-Dorpskerk-Binnen"
39 status : "up"
40
41
42iface_vr0:
43 comment : "Link naar ROC2"
44 ip : "172.16.5.44/29"
45 sdesc : "2HybridROC1"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "124"
50 ssid : "il-z.roc2.wleiden.net"
51 dhcp : False
52 compass : "n"
53 ns_ip : "172.16.5.43/29"
54 ns_mac : "00:27:22:8a:3b:bb"
55 bridge_type: "NanoStation M5"
56 status : "up"
57
58iface_vr1:
59 comment : "Link naar ZTWGemeentehuis"
60 ip : "172.16.4.217/29"
61 sdesc : "2ZTWGemeentehuis"
62 mode : "ap-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "124"
66 ssid : "il-nno.ztwdorpskerk.wleiden.net"
67 dhcp : False
68 compass : "n"
69 ns_ip : "172.16.4.218/29"
70 ns_mac : "00:27:22:8a:3d:0d"
71 bridge_type: "NanoStation M5"
72 status : "up"
73
74iface_vr2_102:
75 comment : "Link naar StJan"
76 ip : "172.16.5.108/29"
77 sdesc : "2StJan"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "108"
82 ssid : "il-nw.stjan.wleiden.net"
83 dhcp : False
84 compass : "z"
85 ns_ip : "172.16.5.107/29"
86 ns_mac : "00:27:22:8a:3b:e6"
87 bridge_type: "NanoStation M5"
88 status : "up"
89
90
91iface_vr2_103:
92 comment : "Omni voor de Buurt"
93 parent : "bridge0"
94 mode : "ap"
95 type : "eth"
96 channel : "10"
97 ssid : "ap-ZTW-Dorpskerk-Plein"
98 compass : "o"
99 ns_ip : "172.17.62.2/24"
100 ns_mac : "00:15:6d:30:d2:b8"
101 bridge_type: "NanoStation2"
102 status : "up"
103
104iface_vr2_105:
105 comment : "LoRa gateway 172.16.6.162"
106 ip : "172.16.6.161/29"
107 sdesc : "LoRa"
108 type : "eth"
109 dhcp : False
110 status : "up"
111
Note: See TracBrowser for help on using the repository browser.