source: genesis/nodes/HybridLivingLab/wleiden.yaml@ 11362

Last change on this file since 11362 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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.1.1"
7ileiden : True
8latitude : "52.14490"
9location : "Pergolesipad 95, 2324 DG, Leiden"
10longitude : "4.46733"
11masterip : "172.20.140.1"
12monitoring_group: "wleiden"
13nodename : "LivingLab"
14nodetype : "Hybrid"
15rdnap_x : 92036
16rdnap_y : 462256
17rdr_host : "82.215.32.97"
18rdr_rules :
19- ['tcp', 1194, '172.19.128.68', 1194]
20- ['tcp', 9080, '172.17.0.41', 80]
21- ['tcp', 9081, '172.17.0.42', 554]
22- ['tcp', 9082, '172.17.0.43', 554]
23- ['tcp', 9083, '172.17.0.44', 80]
24release : "9.0-RELEASE"
25remote_access: "82.215.32.97:22"
26service_accesspoint: True
27service_incoming_rdr: False
28service_proxy_ileiden: True
29service_proxy_normal: True
30status : "up"
31
32
33iface_ath0:
34 comment : "AP voor de buurt"
35 ip : "172.20.140.1/24"
36 sdesc : "ap"
37 mode : "ap"
38 type : "11b"
39 channel : "4"
40 ssid : "ap-WirelessLeiden-Livinglab"
41 dhcp : "10-250"
42 status : "up"
43
44
45iface_ue0:
46 comment : "Link naar Roomburgh2"
47 ip : "172.16.4.60/29"
48 sdesc : "2Roomburgh2"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "116"
53 ssid : "il-zw.roomburgh2.wleiden.net"
54 dhcp : False
55 compass : "o"
56 ns_ip : "172.16.4.59/29"
57 ns_mac : "00:15:6d:70:51:f5"
58 status : "up"
59
60
61iface_vr0:
62 comment : "External Link"
63 ip : "192.168.1.100/24"
64 sdesc : "2external"
65 type : "eth"
66 dhcp : "client"
67 status : "up"
68
69
70iface_vr1:
71 comment : "Link naar AJSoft2"
72 ip : "172.16.17.105/29"
73 sdesc : "2AJSoft2"
74 mode : "ap-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "36"
78 ssid : "il-n.livinglab.wleiden.net"
79 dhcp : False
80 compass : "n"
81 ns_ip : "172.16.17.106/29"
82 ns_mac : "00:15:6d:70:52:60"
83 status : "up"
84
85
86iface_vr2:
87 comment : "Ethernet naar Haagwijk"
88 ip : "172.16.17.113/29"
89 sdesc : "2Haagwijk"
90 mode : "ap-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "44"
94 ssid : "il-zo.livinglab.wleiden.net"
95 dhcp : False
96 compass : "zo"
97 ns_ip : "172.16.17.114"
98 ns_mac : "00:15:6d:70:51:e9"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.