source: genesis/nodes/HybridTEYAkzoNobel2/wleiden.yaml@ 13018

Last change on this file since 13018 was 12999, checked in by huub, 10 years ago

link akzonobel2 meelfabriek1 gemaakt

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 : "up"
22
23
24iface_ath0:
25 comment : "Access Point"
26 ip : "172.17.80.1/24"
27 sdesc : "Ap"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "ap-Tey-AkzoNobel2"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Interlink naar Noordwijk"
38 ip : "172.16.10.1/29"
39 sdesc : "2noordwijk"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "136"
44 ssid : "il-zw.teyakzonobel2.wleiden.net"
45 dhcp : False
46 compass : "zw"
47 ns_ip : "172.16.10.2"
48 ns_mac : "DC:9F:DB:F2:0F:6C"
49 bridge_type: "NanoBridgeM5"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Interlink naar Joris de Witte"
55 ip : "172.16.7.20/29"
56 sdesc : "2jdw"
57 mode : "ap-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "64"
61 ssid : "il-nno.jorisdewitte.wleiden.net"
62 dhcp : False
63 compass : "zzw"
64 ns_ip : "172.16.7.19"
65 ns_mac : "DC:9F:DB:2A:2C:ED"
66 bridge_type: "NanoStationM5"
67 status : "up"
68
69
70iface_vr1:
71 comment : "Interlink naar Meelfabriek1"
72 ip : "172.16.5.4/29"
73 sdesc : "2meelfab"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "100"
78 ssid : "il-nw.meelfabriek1.wleiden.n"
79 dhcp : False
80 compass : "o"
81 ns_ip : "172.16.5.3"
82 ns_mac : "DC:9F:DB:F2:0E:2D"
83 bridge_type: "NanoBridgeM5"
84 status : "up"
85
86
87iface_vr2:
88 comment : "UTP naar AkzoNobel1"
89 ip : "172.17.0.66/30"
90 sdesc : "2akzo1"
91 type : "eth"
92 dhcp : False
93 status : "up"
94
Note: See TracBrowser for help on using the repository browser.