source: genesis/nodes/HybridZwet/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.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.11836"
7location : "Fam van der Zwet, Nieuweweg 3, 2381 NW,Zoeterwoude "
8longitude : "4.50131"
9masterip : "172.27.129.1"
10monitoring_group: "wzoeterwoude"
11nodename : "Zwet"
12nodetype : "Hybrid"
13rdnap_x : 94326
14rdnap_y : 459275
15release : "9.0-RELEASE"
16remote_access: "buzz.vanderzwet.net:2022"
17service_accesspoint: True
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: True
21status : "up"
22
23
24iface_ath0:
25 comment : "Omni voor Buurt"
26 ip : "172.27.129.1/26"
27 sdesc : "2buurt"
28 mode : "ap"
29 type : "11b"
30 channel : "10"
31 ssid : "ap-WirelessLeiden-Zwet"
32 dhcp : "10-60"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Link naar ROC2"
38 ip : "172.16.5.52/29"
39 sdesc : "2roc1"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 ssid : "il-z.roc2.wleiden.net"
44 dhcp : False
45 compass : "n"
46 ns_ip : "172.16.5.51/29"
47 ns_mac : "00:27:22:10:fe:52"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_ue1:
53 comment : "Link naar JVC"
54 ip : "172.16.5.156/29"
55 sdesc : "2jvc"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 ssid : "il-z.jvc.wleiden.net"
60 dhcp : False
61 compass : "n"
62 ns_ip : "172.16.5.155/29"
63 ns_mac : "00:15:6d:ed:82:69"
64 status : "down"
65
66
67iface_vr0:
68 comment : "Link to house"
69 ip : "0.0.0.0/30"
70 sdesc : "2house"
71 type : "eth"
72 dhcp : "client"
73 status : "up"
74
75
76iface_vr1:
77 comment : "Tijdelijke Omni"
78 ip : "172.27.129.129/26"
79 sdesc : "2noord"
80 mode : "ap-wds"
81 type : "eth"
82 ssid : "ap-WirelessLeiden-Zwet-noord"
83 dhcp : "140-180"
84 ns_ip : "172.27.129.130/26"
85 ns_mac : "00:15:6d:30:d3:2f"
86 ns_type : "ns2"
87 bridge_type: "NanoStation2"
88 status : "up"
89
90
91iface_vr2:
92 comment : "Link to PVKerkDuif"
93 ip : "172.16.16.169/29"
94 sdesc : "2pvkerkduif"
95 type : "eth"
96 dhcp : False
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.