source: genesis/nodes/HybridHaagwijk/wleiden.yaml@ 11325

Last change on this file since 11325 was 11325, checked in by rick, 12 years ago

Groepeer nodes naar monitoring_group, handig om bijvoorbeeld een kleine nagios instantie op te zetten voor een kleinere groep machines.

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.14253"
7location : "Woon-zorgcentrum Haagwijk, Beethovenlaan 2, 2324 EL, Leiden"
8longitude : "4.47319"
9masterip : "172.20.144.1"
10monitoring_group: "wleiden"
11nodename : "Haagwijk"
12nodetype : "Hybrid"
13rdnap_x : 92434
14rdnap_y : 461987
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap"
25 ip : "172.20.144.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "8"
30 ssid : "ap-WirelessLeiden-Haagwijk"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Link naar Rick"
37 ip : "172.16.4.145/29"
38 sdesc : "2rick"
39 mode : "station-wds"
40 type : "eth"
41 channel : "40"
42 ssid : "il-zw.haagwijk.wleiden.net"
43 dhcp : False
44 compass : "zw"
45 ns_ip : "172.16.4.146/29"
46 ns_mac : "00:15:6d:ec:82:43"
47 bridge_type: "NanoStation5"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Link naar ROC"
53 ip : "172.16.17.129/29"
54 sdesc : "2rocl"
55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "140"
59 ssid : "il-o.haagwijk.wleiden.net"
60 dhcp : False
61 compass : "o"
62 ns_ip : "172.16.17.130"
63 ns_mac : "00:15:6d:ec:82:60"
64 bridge_type: "NanoStation5"
65 status : "up"
66
67
68iface_vr1:
69 comment : "Nanostation5 naar LivingLab"
70 ip : "172.16.17.116/29"
71 sdesc : "2livinglab"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "36"
76 ssid : "il-zo.livinglab.wleiden.net"
77 dhcp : False
78 compass : "nw"
79 ns_ip : "172.16.17.115/29"
80 ns_mac : "00:15:6d:bd:68:05"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84
85iface_vr2:
86 comment : "Link naar AJsoft1"
87 ip : "172.16.5.233/29"
88 sdesc : "2ajsoft1"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "128"
93 ssid : "il-nw.haagwijk.wleiden.net"
94 dhcp : False
95 compass : "nw"
96 ns_ip : "172.16.5.234/29"
97 ns_mac : "00:15:6d:ea:f0:f6"
98 bridge_type: "NanoStation5"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.