source: genesis/nodes/HybridLangevoort/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: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.1.69"
7ileiden : True
8latitude : "52.18620"
9location : "Hazenboslaan 39, 2343 SW, tegenover school met vleugel dak, Oegstgeest"
10longitude : "4.47699"
11masterip : "172.23.25.1"
12monitoring_group: "wleiden"
13nodename : "Langevoort"
14nodetype : "Hybrid"
15rdnap_x : 92755
16rdnap_y : 466842
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "up"
23
24
25iface_ath0:
26 comment : "Omni voor de buurt"
27 ip : "172.23.25.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11b"
31 channel : "5"
32 ssid : "ap-WirelessLeiden-Langevoort"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_vr0:
38 comment : "External Link"
39 ip : "192.168.1.70/24"
40 sdesc : "2external"
41 type : "eth"
42 dhcp : "client"
43 status : "up"
44
45
46iface_vr1:
47 comment : "Extra AP"
48 ip : "172.17.41.1/24"
49 sdesc : "ap2"
50 mode : "station-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "8"
54 ssid : "ap-WirelessLeiden-Langevoort2"
55 dhcp : "10-240"
56 ns_ip : "172.17.41.2/24"
57 ns_mac : "00:15:6d:d5:f8:36"
58 bridge_type: "Bullet2"
59 status : "up"
60
61
62iface_vr2:
63 comment : "Link naar Lijtweg1"
64 ip : "172.16.6.4/29"
65 sdesc : "2lijtweg1"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "2"
70 ssid : "il-o.lijtweg1.wleiden.net"
71 dhcp : False
72 compass : "w"
73 ns_ip : "172.16.6.3/29"
74 ns_mac : "00:15:6d:e9:f9:bd"
75 bridge_type: "Bullet2"
76 status : "up"
77
78
Note: See TracBrowser for help on using the repository browser.