source: genesis/nodes/HybridHuub/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.15685"
8location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
9longitude : "4.48626"
10masterip : "172.17.16.1"
11monitoring_group: "wleiden"
12nodename : "Huub"
13nodetype : "Hybrid"
14rdnap_x : "093348"
15rdnap_y : 463569
16rdr_host : "83.160.119.88"
17rdr_rules :
18- ['tcp', 1194, '172.19.128.68', 1194]
19release : "9.0-RELEASE"
20remote_access: "huubs.xs4all.nl:1022"
21service_accesspoint: True
22service_incoming_rdr: True
23service_proxy_ileiden: False
24service_proxy_normal: True
25status : "up"
26
27
28iface_ath0:
29 comment : "Ap"
30 ip : "172.17.16.1/26"
31 sdesc : "ap"
32 mode : "ap"
33 type : "11b"
34 channel : "7"
35 ssid : "ap-WirelessLeiden-Huub"
36 dhcp : "10-60"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Link naar Vosko2"
42 ip : "172.16.4.124/29"
43 sdesc : "2vosko2"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "64"
48 ssid : "il-w.vosko2.wleiden.net"
49 dhcp : False
50 compass : "no"
51 ns_ip : "172.16.4.123/29"
52 ns_mac : "00:15:6d:ec:82:4c"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_ue1:
58 comment : "Local ethernet naar extra ap"
59 ip : "172.17.16.129/26"
60 sdesc : "2ap2"
61 mode : "ap"
62 type : "eth"
63 dhcp : "140-180"
64 ns_ip : "172.17.16.130/26"
65 ns_mac : "00:15:6d:d4:f8:24"
66 bridge_type: "Bullet2"
67 status : "up"
68
69
70iface_vr0:
71 comment : "External Link"
72 ip : "0.0.0.0/30"
73 sdesc : "2external"
74 type : "eth"
75 dhcp : "client"
76 status : "up"
77
78
79iface_vr1:
80 comment : "Link naar Rabo1"
81 ip : "172.16.4.12/29"
82 sdesc : "2rabo1"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "44"
87 ssid : "il-z.rabo.wleiden.net"
88 dhcp : False
89 compass : "n"
90 ns_ip : "172.16.4.11/29"
91 ns_mac : "00:15:6d:bd:89:cb"
92 bridge_type: "NanoStation5"
93 status : "up"
94
95
96iface_vr2:
97 comment : "Link naar Cetim2"
98 ip : "172.16.4.30/29"
99 sdesc : "2cetim2"
100 mode : "station-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "36"
104 ssid : "il-zw.cetim2.wleiden.net"
105 dhcp : False
106 compass : "o"
107 ns_ip : "172.16.4.29/29"
108 ns_mac : "00:15:6d:ec:81:ef"
109 bridge_type: "NanoStation5"
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.