source: genesis/nodes/HybridRosmolen/wleiden.yaml@ 11387

Last change on this file since 11387 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.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.17732"
7location : "Openbare Bibliotheek locatie Merenwijk, Rosmolen 4, 2317 SJ, Leiden"
8longitude : "4.50479"
9masterip : "172.21.168.1"
10monitoring_group: "wleiden"
11nodename : "Rosmolen"
12nodetype : "Hybrid"
13rdnap_x : 94644
14rdnap_y : 465831
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "Ap voor de buurt"
24 ip : "172.21.168.1/24"
25 sdesc : "ap"
26 mode : "ap"
27 type : "11b"
28 channel : "5"
29 ssid : "ap-wirelessleiden.rosmolen"
30 dhcp : "10-250"
31 compass : "wirelessleiden"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Ethernet naar filiaal OBL"
37 ip : "172.21.168.65/28"
38 sdesc : "eth"
39 type : "eth"
40 dhcp : False
41 status : "down"
42
43
44iface_ue1:
45 comment : "Link naar xxxx"
46 ip : "172.16.2.57/30"
47 sdesc : "2xxxx"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "3"
52 ssid : "il-nw.rosmolen.wleiden.net"
53 dhcp : False
54 compass : "w"
55 ns_ip : "172.16.3.74/29"
56 ns_mac : "00:15:6d:"
57 status : "down"
58
59
60iface_vr0:
61 comment : "A-link naar Broekplein"
62 ip : "172.16.5.132/29"
63 sdesc : "2Broekplein"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "36"
68 ssid : "il-z.broekplein.wleiden.net"
69 dhcp : False
70 compass : "nw"
71 ns_ip : "172.16.5.131/29"
72 ns_mac : "00:15:6d:70:54:c5"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
77iface_vr1:
78 comment : "Link naar Roomburgh1"
79 ip : "172.16.3.44/29"
80 sdesc : "2roomburgh1"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "124"
85 ssid : "il-nnw.roomburgh1.wleiden.net"
86 dhcp : False
87 compass : "z"
88 ns_ip : "172.16.3.43/29"
89 ns_mac : ""
90 bridge_type: "NanoStation5"
91 status : "up"
92
93
94iface_vr2:
95 comment : "Link naar Regenboog"
96 ip : "172.16.5.201/29"
97 sdesc : "2regenboog"
98 mode : "station-wds"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 channel : "11"
102 ssid : "il-o.rosmolen.wleiden.net"
103 dhcp : False
104 compass : "e"
105 ns_ip : "172.16.5.202/29"
106 ns_mac : "00:15:6d:e8:f9:3d"
107 status : "down"
108
109
Note: See TracBrowser for help on using the repository browser.