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
RevLine 
[10542]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10544]4board : "ALIX2"
[10542]5comment : "None"
[11013]6ileiden : True
[10881]7latitude : "52.15685"
[10542]8location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
[10881]9longitude : "4.48626"
[10542]10masterip : "172.17.16.1"
[11325]11monitoring_group: "wleiden"
[10542]12nodename : "Huub"
13nodetype : "Hybrid"
[10701]14rdnap_x : "093348"
[10542]15rdnap_y : 463569
[10881]16rdr_host : "83.160.119.88"
17rdr_rules :
18- ['tcp', 1194, '172.19.128.68', 1194]
[10542]19release : "9.0-RELEASE"
20remote_access: "huubs.xs4all.nl:1022"
[10701]21service_accesspoint: True
[10881]22service_incoming_rdr: True
[10584]23service_proxy_ileiden: False
24service_proxy_normal: True
[10542]25status : "up"
[10881]26
27
[10542]28iface_ath0:
29 comment : "Ap"
30 ip : "172.17.16.1/26"
31 sdesc : "ap"
[10675]32 mode : "ap"
[10542]33 type : "11b"
34 channel : "7"
35 ssid : "ap-WirelessLeiden-Huub"
36 dhcp : "10-60"
37 status : "up"
38
[10701]39
40iface_ue0:
[10884]41 comment : "Link naar Vosko2"
[10701]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
[10729]50 compass : "no"
[10701]51 ns_ip : "172.16.4.123/29"
52 ns_mac : "00:15:6d:ec:82:4c"
[10892]53 bridge_type: "NanoStation5"
[10701]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"
[10892]66 bridge_type: "Bullet2"
[10701]67 status : "up"
68
69
[10545]70iface_vr0:
[10885]71 comment : "External Link"
[10542]72 ip : "0.0.0.0/30"
73 sdesc : "2external"
74 type : "eth"
[10887]75 dhcp : "client"
[10542]76 status : "up"
77
[10701]78
[10545]79iface_vr1:
[10884]80 comment : "Link naar Rabo1"
[10542]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
[10729]89 compass : "n"
[10542]90 ns_ip : "172.16.4.11/29"
91 ns_mac : "00:15:6d:bd:89:cb"
[10892]92 bridge_type: "NanoStation5"
[10542]93 status : "up"
94
[10701]95
[10545]96iface_vr2:
[10884]97 comment : "Link naar Cetim2"
[10542]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
[10729]106 compass : "o"
[10542]107 ns_ip : "172.16.4.29/29"
108 ns_mac : "00:15:6d:ec:81:ef"
[10892]109 bridge_type: "NanoStation5"
[10542]110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.