source: genesis/nodes/HybridLangevoort/wleiden.yaml@ 11392

Last change on this file since 11392 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.7 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10993]6gateway : "192.168.1.69"
[11013]7ileiden : True
[10881]8latitude : "52.18620"
[10993]9location : "Hazenboslaan 39, 2343 SW, tegenover school met vleugel dak, Oegstgeest"
[10881]10longitude : "4.47699"
[10116]11masterip : "172.23.25.1"
[11325]12monitoring_group: "wleiden"
[10116]13nodename : "Langevoort"
[10993]14nodetype : "Hybrid"
[10059]15rdnap_x : 92755
16rdnap_y : 466842
[10993]17release : "9.0-RELEASE"
18service_accesspoint: True
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
[10116]22status : "up"
23
24
[10059]25iface_ath0:
[10885]26 comment : "Omni voor de buurt"
[10993]27 ip : "172.23.25.1/24"
[10116]28 sdesc : "omni"
[10703]29 mode : "ap"
[10116]30 type : "11b"
[10993]31 channel : "5"
[10156]32 ssid : "ap-WirelessLeiden-Langevoort"
[10993]33 dhcp : "10-250"
[10116]34 status : "up"
[10059]35
36
37iface_vr0:
[10993]38 comment : "External Link"
39 ip : "192.168.1.70/24"
40 sdesc : "2external"
[10116]41 type : "eth"
[10993]42 dhcp : "client"
[10116]43 status : "up"
[10059]44
[10116]45
[10059]46iface_vr1:
[10930]47 comment : "Extra AP"
48 ip : "172.17.41.1/24"
49 sdesc : "ap2"
[10116]50 mode : "station-wds"
51 type : "eth"
[10930]52 extra_type : "eth2wifibridge"
53 channel : "8"
54 ssid : "ap-WirelessLeiden-Langevoort2"
55 dhcp : "10-240"
56 ns_ip : "172.17.41.2/24"
[10116]57 ns_mac : "00:15:6d:d5:f8:36"
[10930]58 bridge_type: "Bullet2"
[10116]59 status : "up"
[10059]60
[10116]61
62iface_vr2:
63 comment : "Link naar Lijtweg1"
64 ip : "172.16.6.4/29"
65 sdesc : "2lijtweg1"
66 mode : "station-wds"
67 type : "eth"
[10993]68 extra_type : "eth2wifibridge"
69 channel : "2"
[10116]70 ssid : "il-o.lijtweg1.wleiden.net"
[10454]71 dhcp : False
[10729]72 compass : "w"
[10993]73 ns_ip : "172.16.6.3/29"
[10116]74 ns_mac : "00:15:6d:e9:f9:bd"
[11051]75 bridge_type: "Bullet2"
[10116]76 status : "up"
77
[11051]78
Note: See TracBrowser for help on using the repository browser.