source: genesis/nodes/HybridLHS/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.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.17305"
7location : "De Leidse Houtschool, Adriaan Pauwstraat 1, 2334 CG, Leiden"
8longitude : "4.47694"
9masterip : "172.17.21.1"
10monitoring_group: "wleiden"
11nodename : "LHS"
12nodetype : "Hybrid"
13rdnap_x : 92733
14rdnap_y : 465380
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: True
19service_proxy_normal: True
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap"
25 ip : "172.17.21.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "4"
30 ssid : "ap-WirelessLeiden-Lhs0"
31 dhcp : "10-110"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Extra ap schoolplein"
37 ip : "172.17.18.1/24"
38 sdesc : "ap1"
39 mode : "ap"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "9"
43 ssid : "ap-WirelessLeiden-Lhs1"
44 dhcp : "10-100"
45 ns_ip : "172.17.18.2/24"
46 ns_mac : " 00:15:6D:30:28:3C"
47 status : "down"
48
49
50iface_vr0:
51 comment : "External Link"
52 ip : "0.0.0.0/30"
53 sdesc : "2external"
54 type : "eth"
55 dhcp : "client"
56 status : "up"
57
58
59iface_vr1:
60 comment : "Link naar Psycho"
61 ip : "172.16.3.52/29"
62 sdesc : "2psycho"
63 mode : "station-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "116"
67 ssid : "il-n.psycho.wleiden.net"
68 dhcp : False
69 compass : "z"
70 ns_ip : "172.16.3.51/29"
71 ns_mac : "00:27:22:10:FD:8A"
72 bridge_type: "NanoStation M5"
73 status : "up"
74
75
76iface_vr2:
77 comment : "Link naar Lijtweg2"
78 ip : "172.16.3.116/29"
79 sdesc : "2lijtweg2"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "132"
84 ssid : "il-z.lijtweg2.wleiden.net"
85 dhcp : False
86 compass : "n"
87 ns_ip : "172.16.3.115/29"
88 ns_mac : "00:27:22:8A:3A:03"
89 bridge_type: "NanoStation M5"
90 status : "up"
91
92
Note: See TracBrowser for help on using the repository browser.