source: genesis/nodes/HybridCeTIM1/wleiden.yaml@ 11325

Last change on this file since 11325 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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15797"
7location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
8longitude : "4.49423"
9masterip : "172.17.136.1"
10monitoring_group: "wleiden"
11nodename : "CeTIM1"
12nodetype : "Hybrid"
13rdnap_x : 93895
14rdnap_y : 463687
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: True
19status : "up"
20
21
22iface_ath0:
23 comment : "AP CeTIM richting N en O"
24 ip : "172.17.136.1/26"
25 sdesc : "ap-no"
26 mode : "ap"
27 type : "11b"
28 channel : "3"
29 ssid : "ap-WirelessLeiden-Cetim1"
30 dhcp : "10-60"
31 status : "up"
32
33
34iface_ue0:
35 comment : "A-link Nanostation5 Zuid-Oost"
36 ip : "172.16.16.81/29"
37 sdesc : "2roomburgh1"
38 mode : "ap-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "132"
42 ssid : "il-zo.cetim1.wleiden.net"
43 dhcp : False
44 compass : "zo"
45 ns_ip : "172.16.16.82/29"
46 ns_mac : "00:15:6d:f6:be:66"
47 bridge_type: "NanoStation5"
48 status : "up"
49
50
51iface_vr0:
52 comment : "External Link"
53 ip : "0.0.0.0/30"
54 sdesc : "2external"
55 type : "eth"
56 dhcp : "client"
57 status : "up"
58
59
60iface_vr1:
61 comment : "Ethernet naar CeTIM2"
62 ip : "172.16.0.33/30"
63 sdesc : "2cetim2"
64 type : "eth"
65 dhcp : False
66 status : "up"
67
68
69iface_vr2:
70 comment : "A-link Nanostation5 Noord-Oost"
71 ip : "172.16.17.145/29"
72 sdesc : "houtmarkt"
73 mode : "ap-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "120"
77 ssid : "il-no.cetim1.wleiden.net"
78 dhcp : False
79 compass : "no"
80 ns_ip : "172.16.17.146"
81 ns_mac : "00:15:6d:f6:be:e4"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
86iface_vr2_alias0:
87 comment : "Tijdelijke Link naar Watertoren"
88 ip : "172.16.16.97/29"
89 sdesc : "2watertoren"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 dhcp : False
93 status : "up"
94
95
96iface_vr2_alias1:
97 comment : "(w)interlink naar Spoortje"
98 ip : "172.16.4.17/29"
99 sdesc : "2spoortje"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 dhcp : False
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.