source: genesis/nodes/HybridLHS/wleiden.yaml@ 11505

Last change on this file since 11505 was 11325, checked in by rick, 13 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
RevLine 
[10675]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[10881]6latitude : "52.17305"
[10675]7location : "De Leidse Houtschool, Adriaan Pauwstraat 1, 2334 CG, Leiden"
[10881]8longitude : "4.47694"
[10675]9masterip : "172.17.21.1"
[11325]10monitoring_group: "wleiden"
[10675]11nodename : "LHS"
12nodetype : "Hybrid"
13rdnap_x : 92733
14rdnap_y : 465380
15release : "9.0-RELEASE"
[10701]16service_accesspoint: True
[10881]17service_incoming_rdr: False
[10675]18service_proxy_ileiden: True
19service_proxy_normal: True
20status : "up"
21
[10701]22
[10675]23iface_ath0:
[10884]24 comment : "Ap"
[10675]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
[10701]34
[10675]35iface_ue0:
[10884]36 comment : "Extra ap schoolplein"
[10675]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
[10701]49
[10675]50iface_vr0:
[10885]51 comment : "External Link"
[10675]52 ip : "0.0.0.0/30"
53 sdesc : "2external"
54 type : "eth"
[10887]55 dhcp : "client"
[10675]56 status : "up"
57
[10701]58
[10675]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
[10729]69 compass : "z"
[10675]70 ns_ip : "172.16.3.51/29"
71 ns_mac : "00:27:22:10:FD:8A"
[10892]72 bridge_type: "NanoStation M5"
[10675]73 status : "up"
74
[10701]75
[10675]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"
[11051]89 bridge_type: "NanoStation M5"
[10675]90 status : "up"
91
[10701]92
Note: See TracBrowser for help on using the repository browser.