source: genesis/nodes/ROC1/wleiden.yaml@ 14280

Last change on this file since 14280 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: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.14498"
7location : "ROC Lammenschans, Betaplein 18, 2321 KS, Leiden"
8longitude : "4.49342"
9masterip : "172.21.0.1"
10monitoring_group: "wleiden"
11nodename : "ROC1"
12nodetype : "Hybrid"
13rdnap_x : 93822
14rdnap_y : 462243
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 west - 270"
26 ip : "172.21.0.1/24"
27 sdesc : "ap-w"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "WiFi-Leiden-w"
32 wlan_mac : "00:1b:b1:05:03:1a"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar Meelfabriek2 - 015"
39 ip : "172.16.9.228/29"
40 sdesc : "2-no"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "108"
45 ssid : "il-zzw.meelfabriek.wleiden.net"
46 dhcp : False
47 compass : "no"
48 ns_ip : "172.16.9.227/29"
49 ns_mac : "00:27:22:10:fe:52"
50 bridge_type: "NanoStation M5"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Ethernet naar ROC2 via switch poort 1"
56 ip : "172.16.3.89/30"
57 sdesc : "2roc2"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62iface_vr0_alias0:
63 comment : "naar Lora Gateway via switch"
64 ip : "172.31.250.9/29"
65 dhcp : False
66 type : "eth"
67 status : "up"
68
69iface_vr1:
70 comment : "Link naar Plantsoen2 - 000"
71 ip : "172.16.5.9/29"
72 sdesc : "2plantsoen"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "132"
77 ssid : "il-n.roc1.wleiden.net"
78 dhcp : False
79 compass : "n"
80 ns_ip : "172.16.5.10/29"
81 ns_mac : "00:15:6d:70:54:4f"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
86iface_vr2:
87 comment : "Link naar AJSoft2 - 225"
88 ip : "172.16.6.52/29"
89 sdesc : "2ajsoft2"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "140"
94 ssid : "il-no.ajsoft2.wleiden.net"
95 dhcp : False
96 compass : "w"
97 ns_ip : "172.16.6.51/29"
98 ns_mac : "00:15:6d:70:54:52"
99 bridge_type: "NanoStation5"
100 status : "up"
101
102
Note: See TracBrowser for help on using the repository browser.