source: genesis/nodes/HybridUniGorN/wleiden.yaml@ 11725

Last change on this file since 11725 was 11671, checked in by huub, 12 years ago

de release regel ontbrak bij de unigor nodes waardoor deze niet in nagios config kwamen

File size: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16825"
7location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
8longitude : "4.45966"
9masterip : "172.19.135.1"
10monitoring_group: "wleiden"
11nodename : "UniGorN"
12nodetype : "Hybrid"
13rdnap_x : 91544
14rdnap_y : 464861
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Oegstgeest richting N"
26 ip : "172.19.135.1/24"
27 sdesc : "n"
28 mode : "ap"
29 type : "11b"
30 channel : "4"
31 ssid : "ap-WirelessLeiden-Unigor-noord"
32 dhcp : "10-250"
33 compass : "n"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar Kaag2"
39 ip : "172.16.17.73/29"
40 sdesc : "2kaag2"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "52"
45 ssid : "il-no.unigorn.wleiden.net"
46 dhcp : False
47 compass : "no"
48 ns_ip : "172.16.17.74/29"
49 ns_mac : "00:27:22:10:FD:F8"
50 bridge_type: "NanoStation M5"
51 status : "up"
52
53
54iface_ue0_alias0:
55 comment : "A Link naar Hofwijck"
56 ip : "172.16.17.233/29"
57 sdesc : "2hofwijck"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr0:
64 comment : "A Link naar Aster"
65 ip : "172.16.17.97/29"
66 sdesc : "2Aster"
67 mode : "station-wds"
68 type : "eth"
69 channel : "104"
70 ssid : "il-o.unigorn.wleiden.net"
71 dhcp : False
72 compass : "nw"
73 ns_ip : "172.16.17.98/29"
74 ns_mac : "00:15:6d:ea:f0:64"
75 bridge_type: "NanoStation5"
76 status : "up"
77
78
79iface_vr0_alias0:
80 comment : "A Link naar Psycho"
81 ip : "172.16.16.105/29"
82 sdesc : "2Psycho"
83 type : "eth"
84 dhcp : False
85 status : "up"
86
87
88iface_vr1:
89 comment : "Link naar Rustenborch"
90 ip : "172.16.17.241/29"
91 sdesc : "2rustenborch"
92 mode : "station-wds"
93 type : "eth"
94 channel : "128"
95 ssid : "il-n.unigorn.wleiden.net"
96 dhcp : False
97 compass : "n"
98 ns_ip : "172.16.17.242/29"
99 ns_mac : "00:15:6d:f2:37:fa"
100 bridge_type: "NanoStation5"
101 status : "up"
102
103
104iface_vr1_alias0:
105 comment : "Link via NS5 172.16.6.129 00:15:6D:EA:EF:CE to LIACS 172.16.6.131 en .132"
106 ip : "172.16.6.129/29"
107 sdesc : "2liacs"
108 type : "eth"
109 dhcp : False
110 status : "up"
111
112iface_vr1_alias1:
113 comment : "Link naar LIACS Sunny"
114 ip : "172.16.4.45/30"
115 sdesc : "2sunny"
116 type : "eth"
117 dhcp : False
118 status : "up"
119
120
121iface_vr2:
122 comment : "EthernetLink naar UniGor nodes"
123 ip : "172.19.128.67/28"
124 sdesc : "2unigor"
125 type : "eth"
126 dhcp : False
127 status : "up"
128
129
Note: See TracBrowser for help on using the repository browser.