source: genesis/nodes/HybridRobijn/wleiden.yaml@ 11387

Last change on this file since 11387 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.1 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.15457"
[10116]7location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
[10881]8longitude : "4.46265"
[10116]9masterip : "172.20.8.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "Robijn"
[11229]12nodetype : "Hybrid"
[10059]13rdnap_x : 91729
14rdnap_y : 463336
[11229]15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
[10116]20status : "up"
21
22
[10059]23iface_ath0:
[10888]24 comment : "Omni voor de buurt"
[11229]25 ip : "172.20.8.1/24"
[10116]26 sdesc : "omni"
[10703]27 mode : "ap"
[10116]28 type : "11b"
29 channel : "4"
[10156]30 ssid : "ap-WirelessLeiden-Robijn"
[11229]31 dhcp : "10-250"
[10116]32 status : "up"
[10059]33
[10116]34
[10059]35iface_ue0:
[10885]36 comment : "Ethernet naar Robijn"
[11308]37 ip : "172.17.49.1/24"
[11229]38 sdesc : "local"
[10116]39 type : "eth"
[11308]40 dhcp : "10-250"
[10116]41 status : "down"
[10059]42
43
44iface_vr0:
[10116]45 comment : "A link naar Vosko2 via nanostation"
46 ip : "172.16.4.116/29"
47 sdesc : "2vosko2"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 ssid : "il-w.vosko.wleiden.net"
[10454]52 dhcp : False
[10729]53 compass : "o"
[10116]54 ns_ip : "172.16.4.115/29"
55 ns_mac : "00:15:6d:f2:39:37"
[10892]56 bridge_type: "NanoStation5"
[10116]57 status : "up"
[10059]58
[10116]59
[10059]60iface_vr1:
[10116]61 comment : "A Link naar Unigor via nanostation"
62 ip : "172.16.5.220/29"
63 sdesc : "2unigorA"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 ssid : "il-z.unigor1.wleiden.net"
[10454]68 dhcp : False
[10729]69 compass : "n"
[10116]70 ns_ip : "172.16.5.219/29"
71 ns_mac : "00:15:6d:f2:39:44"
[10892]72 bridge_type: "NanoStation5"
[10116]73 status : "up"
[10059]74
[10116]75
76iface_vr2:
77 comment : "A Link naar AJSoft via nanostation"
78 ip : "172.16.5.228/29"
79 sdesc : "2ajsoft"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 ssid : "il-nw.ajsoft1.wleiden.net"
[10454]84 dhcp : False
[10729]85 compass : "z"
[10116]86 ns_ip : "172.16.5.227/29"
87 ns_mac : "00:15:6d:f2:38:07"
[10892]88 bridge_type: "NanoStation5"
[10116]89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.