source: genesis/nodes/HybridSOM2/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.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16950"
8location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
9longitude : "4.49378"
10masterip : "172.17.2.1"
11monitoring_group: "wleiden"
12nodename : "SOM2"
13nodetype : "Hybrid"
14rdnap_x : 93880
15rdnap_y : 464970
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap zuidoost"
26 ip : "172.17.2.1/26"
27 sdesc : "ap-zo"
28 mode : "ap"
29 type : "11b"
30 channel : "3"
31 ssid : "ap-WirelessLeiden-Som2"
32 dhcp : "10-60"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Ap via Bullet2"
38 ip : "172.17.2.65/26"
39 sdesc : "ap3"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "ap-WirelessLeiden-Som3"
45 dhcp : "70-120"
46 ns_ip : "172.17.2.66/26"
47 ns_mac : "00:15:6d:e8:f9:b6"
48 bridge_type: "Bullet2"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Ethernet naar SOM1"
54 ip : "172.16.3.138/30"
55 sdesc : "2som1"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60
61iface_vr1:
62 comment : "Link naar Rabo"
63 ip : "172.16.16.17/29"
64 sdesc : "2Rabo"
65 mode : "ap-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "140"
69 ssid : "il-w.som2.wleiden.net"
70 dhcp : False
71 compass : "w"
72 ns_ip : "172.16.16.18/29"
73 ns_mac : "00:15:6d:ec:82:a8"
74 bridge_type: "NanoStation5"
75 status : "up"
76
77
78iface_vr1_alias0:
79 comment : "Link naar Psycho"
80 ip : "172.16.16.113/29"
81 sdesc : "2Psycho"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 dhcp : False
85 status : "down"
86
87
88iface_vr2:
89 comment : "Link naar Leythenrode"
90 ip : "172.16.17.185/29"
91 sdesc : "2leythenrode"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "36"
96 ssid : "il-zo.som2.wleiden.net"
97 dhcp : False
98 compass : "zo"
99 ns_ip : "172.16.17.186/29"
100 ns_mac : "00:15:6d:f2:38:cd"
101 bridge_type: "NanoStation5"
102 status : "up"
103
104
105iface_vr2_alias0:
106 comment : "Link naar Spoortje"
107 ip : "172.16.17.137/29"
108 sdesc : "2Spoortje"
109 type : "eth"
110 extra_type : "eth2wifibridge"
111 dhcp : False
112 status : "up"
113
114
Note: See TracBrowser for help on using the repository browser.