source: genesis/nodes/TEYAkzoNobel2/wleiden.yaml@ 13764

Last change on this file since 13764 was 13596, checked in by huub, 8 years ago

link gemaakt van ROC1 naar Meelfabriek2

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.20737"
7location : "AkzoNobel, Sassenheim"
8longitude : "4.48870"
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 : "WiFi Teylingen 2"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Interlink naar JOP"
38 ip : "172.16.10.1/29"
39 sdesc : "2jop"
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 : "nw"
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-zzw.teyakzonobel2.wleiden.net"
62 dhcp : False
63 compass : "o"
64 ns_ip : "172.16.7.19"
65 ns_mac : "dc:9f:db:2a:2c:ed"
66 bridge_type: "NanoStationM5"
67 status : "up"
68
69iface_vr0_alias0:
70 comment : "Link naar DeKijker"
71 ip : "172.16.7.113/29"
72 sdesc : "2DeKijker"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 dhcp : False
76 bridge_type: "NanoStationM5"
77 status : "up"
78
79
80iface_vr1:
81 comment : "Interlink naar Meelfabriek1"
82 ip : "172.16.5.4/29"
83 sdesc : "2meelfab"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "100"
88 ssid : "il-nw.meelfabriek1.wleiden.n"
89 dhcp : False
90 compass : "z"
91 ns_ip : "172.16.5.3"
92 ns_mac : "dc:9f:db:f2:0e:2d"
93 bridge_type: "NanoBridgeM5"
94 status : "up"
95
96
97iface_vr2:
98 comment : "UTP naar AkzoNobel1"
99 ip : "172.17.0.66/30"
100 sdesc : "2akzo1"
101 type : "eth"
102 dhcp : False
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.