source: genesis/nodes/HybridRund/wleiden.yaml@ 11422

Last change on this file since 11422 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: 1.9 KB
RevLine 
[10676]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[10701]6gateway : "172.17.160.66"
[11013]7ileiden : True
[10881]8latitude : "52.16114"
[10676]9location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
[10881]10longitude : "4.49224"
[10676]11masterip : "172.17.160.1"
[11325]12monitoring_group: "wleiden"
[10676]13nodename : "Rund"
[10678]14nodetype : "Hybrid"
[10676]15rdnap_x : 93763
16rdnap_y : 464042
[10729]17rdr_host : "83.163.239.115"
18rdr_rules :
[10803]19- ['tcp', 9080, '172.17.0.41', 80]
[10802]20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
[10803]22- ['tcp', 9083, '172.17.0.44', 80]
[10676]23release : "9.0-RELEASE"
[10701]24service_accesspoint: True
[10760]25service_incoming_rdr: True
26service_proxy_ileiden: False
27service_proxy_normal: False
[10676]28status : "up"
29
30
31iface_ath0:
[10884]32 comment : "Ap"
[10686]33 ip : "172.17.161.1/24"
[10676]34 sdesc : "ap"
35 mode : "ap"
36 type : "11b"
37 channel : "3"
38 ssid : "ap-WirelessLeiden-Rund"
39 dhcp : "10-250"
40 status : "up"
41
42
43iface_vr0:
44 comment : "Link to external interface"
45 ip : "172.17.160.65/28"
46 sdesc : "2external"
[10679]47 type : "eth"
[10676]48 dhcp : False
49 status : "up"
50
51
52iface_vr1:
53 comment : "Link naar Geluidsnet2"
54 ip : "172.16.4.212/29"
55 sdesc : "2geluidsnet2"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "64"
60 ssid : "il-o.geluidsnet2.wleiden.net"
61 dhcp : False
[10729]62 compass : "w"
[10676]63 ns_ip : "172.16.4.211/29"
64 ns_mac : "00:27:22:8a:3d:a7"
[10892]65 bridge_type: "NanoStation M5"
[10676]66 status : "up"
67
68
69iface_vr2:
70 comment : "Link naar vosko2"
71 ip : "172.16.17.156/29"
72 sdesc : "2vosko2"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "44"
77 ssid : "il-no.vosko2.wleiden.net"
78 dhcp : False
[10729]79 compass : "zw"
[10676]80 ns_ip : "172.16.17.155/29"
81 ns_mac : "00:27:22:10:d8:43"
[10892]82 bridge_type: "NanoStation M5"
[10676]83 status : "up"
84
85
Note: See TracBrowser for help on using the repository browser.