source: genesis/nodes/Lijtweg2/wleiden.yaml@ 14234

Last change on this file since 14234 was 14234, checked in by rick, 6 years ago

Add missing status variable

'status' is a implicit required variable, how-ever the explicit use in
r14232 is causing failures when missing entries.

File size: 3.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18489"
7location : "Lijtweg, 2341 HB, Oegstgeest"
8longitude : "4.47098"
9masterip : "172.23.13.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg2"
12nodetype : "Hybrid"
13rdnap_x : 92342
14rdnap_y : 466702
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 : "Ap zuid"
26 ip : "172.23.13.1/24"
27 sdesc : "ap-z"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi-Oegstgeest"
32 wlan_mac : "00:1b:b1:02:bf:7a"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "InterLink naar Broekplein"
39 ip : "172.16.5.137/29"
40 sdesc : "2broekplein"
41 mode : "ap-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "44"
45 ssid : "il-ozo.lijtweg2.wleiden.net"
46 dhcp : False
47 compass : "o"
48 ns_ip : "172.16.5.138/29"
49 ns_mac : "00:15:6d:70:4d:d3"
50 bridge_type: "NanoStation5"
51 status : "up"
52
53
54iface_ue0_alias0:
55 comment : "InterLink naar Hofwijck"
56 ip : "172.16.3.105/29"
57 sdesc : "2hofwijck"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_ue0_alias1:
64 comment : "Interlink naar KWVdeKaag"
65 ip : "172.16.17.249/29"
66 sdesc : "2kwv"
67 type : "eth"
68 dhcp : False
69 status : "up"
70
71iface_vr0:
72 comment : "naar Lijtweg1 en Lora Gateway 172.31.250.18, Lijtweg1 RBswitch poort 4"
73 ip : "172.31.250.19/29"
74 dhcp : False
75 type : "eth"
76 status : "up"
77
78
79iface_vr0_alias0:
80 comment : "Link naar Juffermans via switch nano 172.16.3.146 00:15:6d:f2:43:eb"
81 ip : "172.16.3.145/29"
82 sdesc : "2juffermans"
83 mode : "ap-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "140"
87 ssid : "il-ono.lijtweg2.wleiden.net"
88 dhcp : False
89 compass : "o"
90 ns_ip : "172.16.3.146/29"
91 ns_mac : "00:15:6d:f2:43:eb"
92 bridge_type: "NanoStation M5"
93 status : "up"
94
95
96iface_vr1:
97 comment : "Link naar HuygensN2"
98 ip : "172.16.3.113/29"
99 sdesc : "2huygN2"
100 mode : "ap-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "132"
104 ssid : "il-z-test.lijtweg2.wleiden.net"
105 dhcp : False
106 compass : "z"
107 ns_ip : "172.16.3.114/29"
108 ns_mac : "04:18:d6:56:a4:66"
109 bridge_type: "NanoStation M5"
110 status : "up"
111
112
113iface_vr1_alias0:
114 comment : "Link naar Lebkov"
115 ip : "172.16.9.177/29"
116 sdesc : "2lebkov"
117 type : "eth"
118 dhcp : False
119 status : "up"
120
121iface_vr1_alias1:
122 comment : "Accesspoint bij Lebkov"
123 ip : "172.17.170.1/23"
124 sdesc : "ap-lebkov"
125 type : "eth"
126 dhcp : "10-250"
127 status : "up"
128 ns_ip : "172.17.170.2/23"
129 ns_mac : "f0:9f:c2:33:a8:fa"
130 bridge_type: "UniFi Mesh Pro"
131
132iface_vr1_extra0:
133 comment : "Interlink by Lebkov"
134 ip : "172.16.9.179/29"
135 type : "eth"
136 ns_mac : "04:18:d6:56:a5:9a"
137 bridge_type: "NanoStationM5"
138 status : "up"
139
140iface_vr2:
141 comment : "InterLink naar Rustenborch"
142 ip : "172.16.6.33/29"
143 sdesc : "2rustenborch"
144 mode : "station-wds"
145 type : "eth"
146 extra_type : "eth2wifibridge"
147 channel : "64"
148 ssid : "il-w.lijtweg2.wleiden.net"
149 dhcp : False
150 compass : "zw"
151 ns_ip : "172.16.6.34/29"
152 ns_mac : "04:18:d6:56:ad:5e"
153 bridge_type: "NanoStation5 M5"
154 status : "up"
155
156
157
158
Note: See TracBrowser for help on using the repository browser.