source: genesis/nodes/HybridIMI/wleiden.yaml@ 11392

Last change on this file since 11392 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.15454"
7location : "Regionaal Archief Leiden, Boisotkade 2A, 2311 PZ,, Leiden"
8longitude : "4.48724"
9masterip : "172.17.24.1"
10monitoring_group: "wleiden"
11nodename : "IMI"
12nodetype : "Hybrid"
13rdnap_x : 93412
14rdnap_y : 463311
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 voor de buurt"
25 ip : "172.17.24.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "8"
30 ssid : "ap-WirelessLeiden-Imi"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Link naar Thomas"
37 ip : "172.16.16.52/29"
38 sdesc : "2thomas"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "7"
43 ssid : "il-zw.thomas.wleiden.net"
44 dhcp : False
45 compass : "no"
46 ns_ip : "172.16.16.51/29"
47 ns_mac : "00:15:6D:70:54:A5"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Link naar RijnVliet"
54 ip : "172.16.5.244/29"
55 sdesc : "2rijnvliet"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "60"
60 ssid : "il-no.rv.wleiden.net"
61 dhcp : False
62 compass : "zw"
63 ns_ip : "172.16.5.243/29"
64 ns_mac : "00:15:6d:ec:81:ee"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68
69iface_vr1:
70 comment : "Link naar CeTIM2"
71 ip : "172.16.16.252/29"
72 sdesc : "2cetim2"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "116"
77 ssid : "il-zw.cetim2.wleiden.net"
78 dhcp : False
79 compass : "no"
80 ns_ip : "172.16.16.251/29"
81 ns_mac : "00:15:6d:f2:39:37"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
86iface_vr2:
87 comment : "Extra ap, met wds-peer 00:15:6D:E8:E6:B1 bij Babbels"
88 ip : "172.17.42.1/24"
89 sdesc : "ap2"
90 mode : "ap-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "4"
94 ssid : "ap2-WirelessLeiden-imi"
95 dhcp : "10-250"
96 compass : "w"
97 ns_ip : "172.17.42.2/24"
98 ns_mac : "00:15:6d:e8:f9:de"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.