source: genesis/nodes/HybridIMI/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: 2.3 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10881]6latitude : "52.15454"
[10116]7location : "Regionaal Archief Leiden, Boisotkade 2A, 2311 PZ,, Leiden"
[10881]8longitude : "4.48724"
[10116]9masterip : "172.17.24.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "IMI"
[11258]12nodetype : "Hybrid"
[10059]13rdnap_x : 93412
14rdnap_y : 463311
[10268]15release : "9.0-RELEASE"
[11258]16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
[10116]20status : "up"
[10059]21
22
23iface_ath0:
[10885]24 comment : "AP voor de buurt"
[11258]25 ip : "172.17.24.1/24"
[10116]26 sdesc : "ap"
[10703]27 mode : "ap"
[10116]28 type : "11b"
[11070]29 channel : "8"
[10156]30 ssid : "ap-WirelessLeiden-Imi"
[11258]31 dhcp : "10-250"
[10116]32 status : "up"
[10059]33
34
[10116]35iface_ue0:
36 comment : "Link naar Thomas"
37 ip : "172.16.16.52/29"
38 sdesc : "2thomas"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "7"
[10989]43 ssid : "il-zw.thomas.wleiden.net"
[10454]44 dhcp : False
[10729]45 compass : "no"
[10116]46 ns_ip : "172.16.16.51/29"
[10981]47 ns_mac : "00:15:6D:70:54:A5"
[11053]48 bridge_type: "NanoStation5"
[10989]49 status : "up"
[10116]50
[11053]51
[10059]52iface_vr0:
[10884]53 comment : "Link naar RijnVliet"
[10160]54 ip : "172.16.5.244/29"
[10116]55 sdesc : "2rijnvliet"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "60"
60 ssid : "il-no.rv.wleiden.net"
[10454]61 dhcp : False
[10160]62 compass : "zw"
[10116]63 ns_ip : "172.16.5.243/29"
64 ns_mac : "00:15:6d:ec:81:ee"
[10892]65 bridge_type: "NanoStation5"
[10116]66 status : "up"
[10059]67
[10116]68
[10059]69iface_vr1:
[10885]70 comment : "Link naar CeTIM2"
[10116]71 ip : "172.16.16.252/29"
72 sdesc : "2cetim2"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "116"
77 ssid : "il-zw.cetim2.wleiden.net"
[10454]78 dhcp : False
[10729]79 compass : "no"
[10116]80 ns_ip : "172.16.16.251/29"
81 ns_mac : "00:15:6d:f2:39:37"
[10892]82 bridge_type: "NanoStation5"
[10116]83 status : "up"
[10059]84
[10116]85
86iface_vr2:
[11322]87 comment : "Extra ap, met wds-peer 00:15:6D:E8:E6:B1 bij Babbels"
[11007]88 ip : "172.17.42.1/24"
89 sdesc : "ap2"
90 mode : "ap-wds"
[10116]91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "4"
[11007]94 ssid : "ap2-WirelessLeiden-imi"
[11008]95 dhcp : "10-250"
[11070]96 compass : "w"
[11007]97 ns_ip : "172.17.42.2/24"
[10116]98 ns_mac : "00:15:6d:e8:f9:de"
[11007]99 status : "up"
[10116]100
101
Note: See TracBrowser for help on using the repository browser.