source: genesis/nodes/HybridCeTIM2/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.6 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.137.1"
10monitoring_group: "wleiden"
11nodename : "CeTIM2"
12nodetype : "Hybrid"
13rdnap_x : 93895
14rdnap_y : 463687
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "CeTIM AP richting Z en W"
24 ip : "172.17.137.1/24"
25 sdesc : "zw"
26 mode : "ap"
27 type : "11b"
28 channel : "9"
29 ssid : "ap-WirelessLeiden-Cetim2"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ath0_alias1:
35 comment : "Link naar Burcht"
36 ip : "172.16.0.105/30"
37 sdesc : "2burcht"
38 mode : "ap"
39 type : "11b"
40 dhcp : False
41 status : "up"
42
43
44iface_ue0:
45 comment : "Ethernet naar lokaal AP"
46 ip : "172.17.139.1/24"
47 sdesc : "lokaalAP"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "6"
52 ssid : "ap-WirelessLeiden-Hooglandsekerk"
53 dhcp : "10-60"
54 ns_ip : "172.17.139.2/24"
55 ns_mac : "00:15:6d:fc:4d:60"
56 bridge_type: "NanoStation2"
57 status : "up"
58
59
60iface_vr0:
61 comment : "Ethernet naar CeTIM1"
62 ip : "172.16.0.34/30"
63 sdesc : "2cetim1"
64 type : "eth"
65 dhcp : False
66 status : "up"
67
68
69iface_vr1:
70 comment : "A-link Noord-West naar LUMC"
71 ip : "172.16.4.100/29"
72 sdesc : "2lumc"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "136"
77 ssid : "il-z.lumc.wleiden.net"
78 dhcp : False
79 compass : "nw"
80 ns_ip : "172.16.4.99/29"
81 ns_mac : "00:15:6d:f2:36:5d"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
86iface_vr2:
87 comment : "Link to IMI"
88 ip : "172.16.16.249/29"
89 sdesc : "2imi"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "36"
94 ssid : "il-zw.cetim2.wleiden.net"
95 dhcp : False
96 compass : "zw"
97 ns_ip : "172.16.16.250/29"
98 ns_mac : "00:15:6d:f2:37:bd"
99 bridge_type: "NanoStation5"
100 status : "up"
101
102
103iface_vr2_alias0:
104 comment : "Link naar Victoria"
105 ip : "172.16.17.201/29"
106 sdesc : "2victoria"
107 type : "eth"
108 dhcp : False
109 status : "up"
110
111
112iface_vr2_alias1:
113 comment : "Link naar Huub"
114 ip : "172.16.4.25/29"
115 sdesc : "2huub"
116 type : "eth"
117 dhcp : False
118 status : "up"
119
120
Note: See TracBrowser for help on using the repository browser.