source: genesis/nodes/HybridVictoria/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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15569"
7location : "Victoria Vastgoed, Gangetje 14, 2311ER, Leiden"
8longitude : "4.49327"
9masterip : "172.17.140.1"
10monitoring_group: "wleiden"
11nodename : "Victoria"
12nodetype : "Hybrid"
13rdnap_x : 93826
14rdnap_y : 463434
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap"
25 ip : "172.17.140.1/26"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "5"
30 ssid : "ap-WirelessLeiden-Victoria"
31 dhcp : "10-60"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Ethernet naar lokaal AP met PoE"
37 ip : "172.17.140.65/26"
38 sdesc : "lokaalAP"
39 mode : "ap"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "6"
43 ssid : "ap2-WirelessLeiden-Victoria"
44 dhcp : "70-120"
45 ns_ip : "172.17.14.66/26"
46 ns_mac : ""
47 status : "up"
48
49
50iface_vr0:
51 comment : "A-link naar Stadhuis"
52 ip : "172.16.17.196/29"
53 sdesc : "2stadhuis"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "44"
58 ssid : "il-zo.stadhuis.wleiden.net"
59 dhcp : False
60 compass : "nw"
61 ns_ip : "172.16.17.195/29"
62 ns_mac : "00:15:6d:70:51:f2"
63 bridge_type: "NanoStation5"
64 status : "up"
65
66
67iface_vr1:
68 comment : "A-link naar CeTIM2"
69 ip : "172.16.17.204/29"
70 sdesc : "2cetim2"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "116"
75 ssid : "il-zw.cetim2.wleiden.net"
76 dhcp : False
77 compass : "n"
78 ns_ip : "172.16.17.203/29"
79 ns_mac : "00:15:6d:70:53:7f"
80 bridge_type: "NanoStation5"
81 status : "up"
82
83
84iface_vr2:
85 comment : "Nog vrij"
86 ip : "172.16.17.209/29"
87 sdesc : "2vrij"
88 mode : "ap-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "124"
92 ssid : "il-zo.victoria.wleiden.net"
93 dhcp : False
94 compass : "se"
95 ns_ip : "172.16.17.210/29"
96 ns_mac : "00:15:6d:70:53:39"
97 bridge_type: "NanoStation5"
98 status : "down"
99
100
Note: See TracBrowser for help on using the repository browser.