source: genesis/nodes/HybridVisitorCentre2/wleiden.yaml@ 13199

Last change on this file since 13199 was 13136, checked in by huub, 10 years ago

nieuw ssid bij VisitorCentre2

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5gateway : "213.125.99.233"
6latitude : "52.16580"
7location : "Visitor Centre Leiden Stadskant, Stationsweg 41, 2312AT Leiden"
8longitude : "4.48371"
9masterip : "172.17.87.1"
10monitoring_group: "wleiden"
11nodename : "VisitorCentre2"
12nodetype : "Hybrid"
13portal_sponsor: "Visitor Centre Leiden"
14portal_url: "http://portal.leiden.nl/"
15rdnap_x : 93186
16rdnap_y : 464567
17rdr_host : "213.125.99.237"
18rdr_rules :
19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
23- ['tcp', 43389, '172.17.0.45', 3389]
24- ['tcp', 9092, '172.17.51.5', 80]
25release : "9.0-RELEASE"
26service_accesspoint: True
27service_concentrator: False
28service_incoming_rdr: False
29service_proxy_ileiden: True
30service_proxy_normal: True
31status : "up"
32
33
34iface_ath0:
35 comment : "PA4040 voor Stationsweg"
36 ip : "172.17.88.1/24"
37 sdesc : "2apzo"
38 mode : "ap"
39 type : "11g"
40 channel : 1
41 ssid : "WiFi-Leiden-3"
42 wlan_mac : "00:1b:b1:00:ec:94"
43 dhcp : "10-240"
44 status : "up"
45
46
47iface_ue0:
48 comment : "Ap-zuidwest sectorantenne 120 graden kabel 3"
49 ip : "172.17.87.1/24"
50 sdesc : "2apzw"
51 mode : "ap"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "11"
55 ssid : "WiFi-Leiden-2"
56 dhcp : "10-240"
57 ns_ip : "172.17.87.2/24"
58 ns_mac : "dc:9f:db:0c:30:2a"
59 bridge_type: "RocketM2"
60 status : "up"
61
62
63iface_vr0:
64 comment : "Link naar VisitorCentre1 via switch bij voeding"
65 ip : "172.16.3.62/30"
66 sdesc : "2vc1"
67 type : "eth"
68 dhcp : False
69 status : "up"
70
71
72iface_vr0_alias0:
73 comment : "Uplink"
74 ip : "213.125.99.237/29"
75 sdesc : "uplink"
76 type : "eth"
77 dhcp : False
78 status : "up"
79
80
81iface_vr1:
82 comment : "Link naar Cope kabel 1"
83 ip : "172.16.7.57/29"
84 sdesc : "2zuid"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "136"
89 ssid : "il-z.visitorcentre2.wleiden.net"
90 dhcp : False
91 compass : "z"
92 ns_ip : "172.16.7.58/29"
93 ns_mac : "dc:9f:db:2e:0a:a6"
94 bridge_type: "NanoBridgeM5"
95 status : "up"
96
97
98iface_vr1_alias0:
99 comment : "Link naar Catwalk"
100 ip : "172.16.7.185/29"
101 sdesc : "2catwalk"
102 type : "eth"
103 dhcp : False
104 status : "up"
105
106
107iface_vr2:
108 comment : "Link naar Meelfabriek2 kabel 2"
109 ip : "172.16.9.228/29"
110 sdesc : "2meelfab2"
111 mode : "station"
112 type : "eth"
113 channel : "108"
114 ssid : "il-zzw.meelfabriek2.wleiden.net"
115 dhcp : False
116 compass : "o"
117 ns_ip : "172.16.9.227/29"
118 ns_mac : "dc:9f:db:2e:0b:01"
119 bridge_type: "NanoBridgeM5"
120 status : "up"
121
122
Note: See TracBrowser for help on using the repository browser.