source: genesis/nodes/HybridRichard/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: 1.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "sis0"
7gateway : "192.168.84.1"
8ileiden : False
9latitude : "52.06651"
10location : " Richard, Terschelling 244, 3524az Utrecht"
11longitude : "5.13854"
12masterip : "172.16.6.129"
13monitoring_group: "wleiden"
14nodename : "Richard"
15nodetype : "Hybrid"
16rdnap_x : 137949
17rdnap_y : 453165
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_incoming_rdr: True
21service_proxy_ileiden: True
22service_proxy_normal: True
23service_vpn_server: True
24status : "up"
25vpnif : "tap0"
26
27
28iface_ath0:
29 comment : "Ap"
30 ip : "172.17.65.1/26"
31 sdesc : "ap"
32 mode : "ap"
33 type : "11b"
34 channel : "7"
35 ssid : "ap-WirelessLeiden-Richard"
36 dhcp : "10-60"
37 status : "up"
38
39
40iface_sis0:
41 comment : "Link naar Router"
42 ip : "192.168.84.11/24"
43 sdesc : "uplink"
44 type : "eth"
45 dhcp : False
46 status : "up"
47
48
49iface_sis1:
50 comment : "Bullet"
51 ip : "172.16.6.129/28"
52 sdesc : "downlink"
53 type : "eth"
54 dhcp : "130-131"
55 status : "up"
56
57
58iface_tap0:
59 comment : "LokaalDev"
60 ip : "172.17.0.50/28"
61 sdesc : "vpn"
62 type : "eth"
63 dhcp : False
64 status : "up"
65
66
Note: See TracBrowser for help on using the repository browser.