source: genesis/nodes/HybridVictoria/wleiden.yaml@ 11386

Last change on this file since 11386 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.15569"
[10116]7location : "Victoria Vastgoed, Gangetje 14, 2311ER, Leiden"
[10881]8longitude : "4.49327"
[10116]9masterip : "172.17.140.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "Victoria"
[11263]12nodetype : "Hybrid"
[10059]13rdnap_x : 93826
14rdnap_y : 463434
[11263]15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
[10116]20status : "up"
[10059]21
[11322]22
[10059]23iface_ath0:
[10884]24 comment : "Ap"
[10116]25 ip : "172.17.140.1/26"
26 sdesc : "ap"
[10703]27 mode : "ap"
[10116]28 type : "11b"
29 channel : "5"
[10156]30 ssid : "ap-WirelessLeiden-Victoria"
[10116]31 dhcp : "10-60"
32 status : "up"
[10059]33
34
[10116]35iface_ue0:
36 comment : "Ethernet naar lokaal AP met PoE"
37 ip : "172.17.140.65/26"
38 sdesc : "lokaalAP"
[11263]39 mode : "ap"
[10116]40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "6"
[11263]43 ssid : "ap2-WirelessLeiden-Victoria"
[10116]44 dhcp : "70-120"
45 ns_ip : "172.17.14.66/26"
46 ns_mac : ""
47 status : "up"
48
49
[10059]50iface_vr0:
[10884]51 comment : "A-link naar Stadhuis"
[10116]52 ip : "172.16.17.196/29"
53 sdesc : "2stadhuis"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "44"
58 ssid : "il-zo.stadhuis.wleiden.net"
[10454]59 dhcp : False
[10729]60 compass : "nw"
[10116]61 ns_ip : "172.16.17.195/29"
62 ns_mac : "00:15:6d:70:51:f2"
[10892]63 bridge_type: "NanoStation5"
[10116]64 status : "up"
[10059]65
[10116]66
[10059]67iface_vr1:
[10884]68 comment : "A-link naar CeTIM2"
[10116]69 ip : "172.16.17.204/29"
70 sdesc : "2cetim2"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "116"
75 ssid : "il-zw.cetim2.wleiden.net"
[10454]76 dhcp : False
[10729]77 compass : "n"
[10116]78 ns_ip : "172.16.17.203/29"
79 ns_mac : "00:15:6d:70:53:7f"
[10892]80 bridge_type: "NanoStation5"
[10116]81 status : "up"
[10059]82
[10116]83
84iface_vr2:
[10884]85 comment : "Nog vrij"
[10116]86 ip : "172.16.17.209/29"
87 sdesc : "2vrij"
[11263]88 mode : "ap-wds"
[10116]89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "124"
92 ssid : "il-zo.victoria.wleiden.net"
[10454]93 dhcp : False
[10116]94 compass : "se"
95 ns_ip : "172.16.17.210/29"
96 ns_mac : "00:15:6d:70:53:39"
[10892]97 bridge_type: "NanoStation5"
[10116]98 status : "down"
99
100
Note: See TracBrowser for help on using the repository browser.