source: genesis/nodes/HybridTEYAkzoNobel2/alt-wleiden.yaml@ 12932

Last change on this file since 12932 was 12807, checked in by wouter, 11 years ago

Kleine foutjes verbeterd

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.20738"
7location : "AkzoNobel, Sassenheim"
8longitude : "4.488716"
9masterip : "172.17.80.1"
10monitoring_group: "Teylingen"
11nodename : "TEYAkzoNobel2"
12nodetype : "Hybrid"
13rdnap_x : 93585
14rdnap_y : 469188
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "planned"
22
23
24iface_ath0:
25 comment : "Accesspoints binnen (toekomst)"
26 ip : "172.17.80.1/24"
27 sdesc : "binnen"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "ap-Tey-AkzoNobel-binnen"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Interlink naar Rijnsburg"
38 ip : "172.17.2.225/29"
39 sdesc : "2zw"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : ""
44 ssid : "il-zw.teyakzonobel2.wleiden.net"
45 dhcp : False
46 compass : "zw"
47 ns_ip : "172.17.2.226"
48 ns_mac : ""
49 bridge_type: "NanoBridgeM5"
50 status : "down"
51
52iface_vr0:
53 comment : "Interlink naar Joris de Witte"
54 ip : "172.16.7.20/29"
55 sdesc : "2jorisdewitte"
56 mode : "ap-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "64"
60 ssid : "il-nno.jorisdewitte.wleiden.net"
61 dhcp : False
62 compass : "zzw"
63 ns_ip : "172.16.7.19"
64 ns_mac : ""
65 bridge_type: "NanoBridgeM5"
66 status : "up"
67
68
69iface_vr1:
70 comment : "Interlink naar Sassenheim"
71 ip : "172.16.5.1/29"
72 sdesc : "2no"
73 mode : "ap-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "100"
77 ssid : "il-no.teyakzonobel.wleiden.net"
78 dhcp : False
79 compass : "no"
80 ns_ip : "172.16.5.2"
81 ns_mac : ""
82 bridge_type: "NanoBridgeM5"
83 status : "up"
84
85
86iface_vr2:
87 comment : "Link naar AkzoNobel1"
88 ip : "172.17.0.66/30"
89 sdesc : "2akzo1"
90 type : "eth"
91 dhcp : False
92 status : "up"
Note: See TracBrowser for help on using the repository browser.