source: genesis/nodes/TEYAkzoNobel2/wleiden.yaml

Last change on this file was 14303, checked in by huub, 6 years ago

naar 11.2

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 : "11.2-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/29"
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.17/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.18/29"
65 ns_mac : "dc:9f:db:2a:2c:ed"
66 bridge_type: "NanoStationM5"
67 status : "up"
68
69
70iface_vr0_alias0:
71 comment : "Link naar DeKijker"
72 ip : "172.16.7.113/29"
73 sdesc : "2DeKijker"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 dhcp : False
77 bridge_type: "NanoStationM5"
78 status : "up"
79
80
81iface_vr1:
82 comment : "Interlink naar Meelfabriek1"
83 ip : "172.16.5.4/29"
84 sdesc : "2meelfab"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "100"
89 ssid : "il-nw.meelfabriek1.wleiden.n"
90 dhcp : False
91 compass : "z"
92 ns_ip : "172.16.5.3/29"
93 ns_mac : "dc:9f:db:f2:0e:2d"
94 bridge_type: "NanoBridgeM5"
95 status : "up"
96
97
98iface_vr2:
99 comment : "UTP naar AkzoNobel1"
100 ip : "172.17.0.66/30"
101 sdesc : "2akzo1"
102 type : "eth"
103 dhcp : False
104 status : "up"
105
106
Note: See TracBrowser for help on using the repository browser.