source: genesis/nodes/HybridVosko3/wleiden.yaml@ 11519

Last change on this file since 11519 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.15765"
7location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
8longitude : "4.48786"
9masterip : "172.17.176.1"
10monitoring_group: "wleiden"
11nodename : "Vosko3"
12nodetype : "Hybrid"
13rdnap_x : 93459
14rdnap_y : 463657
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 zuidoost"
25 ip : "172.17.176.1/26"
26 sdesc : "ap-zo"
27 mode : "ap"
28 type : "11b"
29 channel : "10"
30 ssid : "ap-WirelessLeiden-Vosko3"
31 dhcp : "10-60"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Lokaal ethernet"
37 ip : "172.17.175.73/28"
38 sdesc : "ethernet"
39 type : "eth"
40 dhcp : False
41 status : "up"
42
43
44iface_vr0:
45 comment : "A-link to Stadhuis via Nanostation5"
46 ip : "172.16.5.65/29"
47 sdesc : "2stadhuis"
48 mode : "ap-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "108"
52 ssid : "il-o.vosko3.wleiden.net"
53 dhcp : False
54 compass : "o"
55 ns_ip : "172.16.5.66/29"
56 ns_mac : "00:15:6d:bd:67:fe"
57 bridge_type: "NanoStation5"
58 status : "up"
59
60
61iface_vr1:
62 comment : "Ethernet to interlink south-east (Plantsoen)"
63 ip : "172.16.5.89/29"
64 sdesc : "2Plantsoen"
65 mode : "ap-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "92"
69 ssid : "il-zo.vosko3.wleiden.net"
70 dhcp : False
71 compass : "zo"
72 ns_ip : "172.16.5.90/29"
73 ns_mac : "00:15:6d:bd:67:ff"
74 bridge_type: "NanoStation5"
75 status : "up"
76
77
78iface_vr2:
79 comment : "A-link to DirkLos1 via Nanostation5"
80 ip : "172.16.4.73/29"
81 sdesc : "2DirkLos1"
82 mode : "ap-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "100"
86 ssid : "il-wnw.vosko3.wleiden.net"
87 dhcp : False
88 compass : "nw"
89 ns_ip : "172.16.4.74/29"
90 ns_mac : "00:15:6d:bd:68:9b"
91 status : "up"
92
93
94iface_vr2_alias0:
95 comment : "A-link to geluidsnet2"
96 ip : "172.16.4.201/29"
97 sdesc : "2geluidsnet2"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 dhcp : False
101 status : "up"
102
103
104iface_vr2_alias1:
105 comment : "A-link to Webster"
106 ip : "172.16.4.249/29"
107 sdesc : "2webster"
108 type : "eth"
109 extra_type : "eth2wifibridge"
110 dhcp : False
111 status : "up"
112
113
Note: See TracBrowser for help on using the repository browser.