source: genesis/nodes/HybridDirkLos2/wleiden.yaml@ 11527

Last change on this file since 11527 was 11325, checked in by rick, 13 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 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10881]6latitude : "52.16732"
[10116]7location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
[10881]8longitude : "4.47071"
[10116]9masterip : "172.19.132.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "DirkLos2"
[11254]12nodetype : "Hybrid"
[10116]13rdnap_x : "092299"
[10059]14rdnap_y : 464748
[11254]15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
[10116]20status : "up"
[10059]21
[10116]22
[10059]23iface_ath0:
[11254]24 comment : "AP1 voor de buurt"
25 ip : "172.19.132.1/24"
26 sdesc : "ap1"
[11322]27 mode : "ap"
[10116]28 type : "11b"
[11254]29 channel : "9"
30 ssid : "ap1-WirelessLeiden-Dirklos"
31 dhcp : "10-250"
[10116]32 status : "up"
[10059]33
34
[10116]35iface_ue0:
[10885]36 comment : "Local Ethernet naar DirkLos1"
[10116]37 ip : "172.16.3.57/30"
38 sdesc : "eth_to_DirkLos1"
39 type : "eth"
[10454]40 dhcp : False
[10116]41 status : "up"
42
43
44iface_ue0_alias0:
[10885]45 comment : "Local Ethernet naar Hogeschool"
[10116]46 ip : "172.16.176.65/27"
47 sdesc : "eth_to_Hogeschool"
48 type : "eth"
49 dhcp : "70-94"
50 status : "up"
51
52
[10059]53iface_vr0:
[10885]54 comment : "Ethernet naar interlink west (unigor2)"
[10116]55 ip : "172.16.4.4/29"
56 sdesc : "2Unigor2"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "149"
61 ssid : "il-o.unigor2.wleiden.net"
[10454]62 dhcp : False
[10729]63 compass : "w"
[10116]64 ns_ip : "172.16.4.3/29"
65 ns_mac : "00:15:6d:d0:14:c3"
[10892]66 bridge_type: "NanoStation5"
[10116]67 status : "up"
[10059]68
[10116]69
[10059]70iface_vr1:
[10885]71 comment : "Ethernet naar interlink noord-oost Rabo2"
[10116]72 ip : "172.16.3.217/29"
73 sdesc : "2Rabo2"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "140"
78 ssid : "il-no.dirklos2.wleiden.net"
[10454]79 dhcp : False
[10729]80 compass : "o"
[10116]81 ns_ip : "172.16.3.218/29"
82 ns_mac : "00:15:6d:b5:24:4f"
[10892]83 bridge_type: "NanoStation5"
[10116]84 status : "up"
[10059]85
86
[10116]87iface_vr2:
[10885]88 comment : "Ethernet naar interlink zuid-oost (stadhuis)"
[10116]89 ip : "172.16.3.76/29"
90 sdesc : "2Stadhuis"
91 mode : "station-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "116"
95 ssid : "il-nw.stadhuis2.wleiden.net"
[10454]96 dhcp : False
[10729]97 compass : "zo"
[10116]98 ns_ip : "172.16.3.75/29"
99 ns_mac : "00:15:6d:b5:25:65"
[10892]100 bridge_type: "NanoStation5"
[10116]101 status : "up"
102
103
Note: See TracBrowser for help on using the repository browser.