source: genesis/nodes/HybridLijtweg2/wleiden.yaml@ 11392

Last change on this file since 11392 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.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18489"
7location : "Lijtweg, 2341 HB, Oegstgeest"
8longitude : "4.47098"
9masterip : "172.23.13.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg2"
12nodetype : "Hybrid"
13rdnap_x : 92342
14rdnap_y : 466702
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 zuid"
25 ip : "172.23.13.1/24"
26 sdesc : "ap-z"
27 mode : "ap"
28 type : "11b"
29 channel : "10"
30 ssid : "ap-WirelessLeiden-Lijtweg2"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Ethernet naar Lijtweg1"
37 ip : "172.16.253.2/30"
38 sdesc : "2lijtweg1"
39 type : "eth"
40 dhcp : False
41 status : "up"
42
43
44iface_ue1:
45 comment : "Interlink naar KWVdeKaag"
46 ip : "172.16.17.249/29"
47 sdesc : "2unigorn"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "140"
52 ssid : "il-ono.lijtweg2.wleiden.net"
53 dhcp : False
54 compass : "o"
55 ns_ip : "172.16.17.250/29"
56 ns_mac : "00:15:6d:f2:43:eb"
57 bridge_type: "NanoStation M5"
58 status : "up"
59
60
61iface_ue1_alias0:
62 comment : "Link naar Boterhuis"
63 ip : "172.16.6.81/29"
64 sdesc : "2boterhuis"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 dhcp : False
68 status : "down"
69
70
71iface_vr0:
72 comment : "InterLink naar Rustenborch"
73 ip : "172.16.6.33/29"
74 sdesc : "2rustenborch"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "116"
79 ssid : "il-w.lijtweg2.wleiden.net"
80 dhcp : False
81 compass : "zw"
82 ns_ip : "172.16.6.34"
83 ns_mac : "00:15:6d:70:51:c6"
84 bridge_type: "NanoStation5"
85 status : "up"
86
87
88iface_vr1:
89 comment : "Link naar de Leidse Houtschool"
90 ip : "172.16.3.113/29"
91 sdesc : "2lhs"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "132"
96 ssid : "il-z.lijtweg2.wleiden.net"
97 dhcp : False
98 compass : "z"
99 ns_ip : "172.16.3.114/29"
100 ns_mac : "00:15:6d:71:54:c7"
101 bridge_type: "NanoStation5"
102 status : "up"
103
104
105iface_vr1_alias0:
106 comment : "Link naar Camimplants"
107 ip : "172.16.6.97/29"
108 sdesc : "2camimplants"
109 type : "eth"
110 extra_type : "eth2wifibridge"
111 dhcp : False
112 status : "up"
113
114
115iface_vr2:
116 comment : "InterLink naar Broekplein"
117 ip : "172.16.5.140/29"
118 sdesc : "2broekplein"
119 mode : "station-wds"
120 type : "eth"
121 extra_type : "eth2wifibridge"
122 channel : "44"
123 ssid : "il-w.broekplein.wleiden.net"
124 dhcp : False
125 compass : "o"
126 ns_ip : "172.16.5.139/29"
127 ns_mac : "00:15:6d:70:4d:d3"
128 bridge_type: "NanoStation5"
129 status : "up"
130
131
Note: See TracBrowser for help on using the repository browser.