source: genesis/nodes/HybridRustdam/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"
6latitude : 52.110828
7location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
8longitude : 4.502549
9masterip : "172.17.50.1"
10monitoring_group: "wzoeterwoude"
11nodename : "Rustdam"
12nodetype : "Hybrid"
13rdnap_x : "94400"
14rdnap_y : "458435"
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: True
19service_proxy_normal: True
20status : "planned"
21
22
23iface_ath0:
24 comment : "Omni voor Buurt"
25 ip : "172.17.50.1/26"
26 sdesc : "2buurt"
27 mode : "ap"
28 type : "11b"
29 channel : "10"
30 ssid : "ap-ZTW-Rustdam"
31 dhcp : "10-60"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Link to ZuidbuurseKerk"
37 ip : "172.16.6.148/28"
38 sdesc : "2kerk"
39 type : "eth"
40 dhcp : False
41 status : "planned"
42
43
44iface_vr0:
45 comment : "Link to house"
46 ip : "0.0.0.0/30"
47 sdesc : "2house"
48 type : "eth"
49 dhcp : "client"
50 status : "up"
51
52
53iface_vr1:
54 comment : "Access Point"
55 ip : "172.17.51.1/24"
56 sdesc : "2veld"
57 mode : "ap-wds"
58 type : "eth"
59 ssid : "ap-ZTW-Rustdam-Veld1"
60 dhcp : "10-240"
61 ns_ip : "172.17.51.2/24"
62 ns_mac : "00:00:00:00:00:00"
63 ns_type : "ns2"
64 bridge_type: "NanoStation2"
65 status : "up"
66
67
68iface_vr2:
69 comment : "Access Point"
70 ip : "172.17.52.1/24"
71 sdesc : "2veld"
72 mode : "ap-wds"
73 type : "eth"
74 ssid : "ap-ZTW-Rustdam-Veld2"
75 dhcp : "10-240"
76 ns_ip : "172.17.52.2/24"
77 ns_mac : "00:00:00:00:00:00"
78 ns_type : "ns2"
79 bridge_type: "NanoStation2"
80 status : "up"
81
82
Note: See TracBrowser for help on using the repository browser.