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

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

nieuw ssid bij VisitorCentre2

File size: 2.8 KB
RevLine 
[12170]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
[12474]5gateway : "213.125.99.233"
[12170]6latitude : "52.16580"
[12204]7location : "Visitor Centre Leiden Stadskant, Stationsweg 41, 2312AT Leiden"
[12170]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
[12548]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]
[12170]25release : "9.0-RELEASE"
26service_accesspoint: True
27service_concentrator: False
28service_incoming_rdr: False
[12241]29service_proxy_ileiden: True
30service_proxy_normal: True
[12223]31status : "up"
[12170]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
[13136]41 ssid : "WiFi-Leiden-3"
42 wlan_mac : "00:1b:b1:00:ec:94"
[12170]43 dhcp : "10-240"
44 status : "up"
45
46
47iface_ue0:
[12474]48 comment : "Ap-zuidwest sectorantenne 120 graden kabel 3"
[12170]49 ip : "172.17.87.1/24"
50 sdesc : "2apzw"
51 mode : "ap"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "11"
[13136]55 ssid : "WiFi-Leiden-2"
[12170]56 dhcp : "10-240"
57 ns_ip : "172.17.87.2/24"
[12474]58 ns_mac : "dc:9f:db:0c:30:2a"
[12170]59 bridge_type: "RocketM2"
60 status : "up"
61
[12474]62
[12170]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
[12474]71
[12241]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
[12474]80
[12170]81iface_vr1:
[12376]82 comment : "Link naar Cope kabel 1"
[12170]83 ip : "172.16.7.57/29"
[12284]84 sdesc : "2zuid"
[12170]85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
[12269]88 channel : "136"
[12170]89 ssid : "il-z.visitorcentre2.wleiden.net"
90 dhcp : False
91 compass : "z"
92 ns_ip : "172.16.7.58/29"
[12474]93 ns_mac : "dc:9f:db:2e:0a:a6"
[12196]94 bridge_type: "NanoBridgeM5"
[12248]95 status : "up"
[12170]96
[12474]97
[12376]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
[12474]106
[12170]107iface_vr2:
[12864]108 comment : "Link naar Meelfabriek2 kabel 2"
109 ip : "172.16.9.228/29"
110 sdesc : "2meelfab2"
111 mode : "station"
[12170]112 type : "eth"
113 channel : "108"
[12864]114 ssid : "il-zzw.meelfabriek2.wleiden.net"
[12170]115 dhcp : False
116 compass : "o"
[12864]117 ns_ip : "172.16.9.227/29"
[12474]118 ns_mac : "dc:9f:db:2e:0b:01"
[12196]119 bridge_type: "NanoBridgeM5"
[12864]120 status : "up"
[12170]121
122
Note: See TracBrowser for help on using the repository browser.