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

Last change on this file since 12950 was 12864, checked in by huub, 10 years ago

link visitorcentre2 meelfabriek2 gemaakt

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 : "ap-WirelessLeiden-VC3"
42 dhcp : "10-240"
43 status : "up"
44
45
46iface_ue0:
47 comment : "Ap-zuidwest sectorantenne 120 graden kabel 3"
48 ip : "172.17.87.1/24"
49 sdesc : "2apzw"
50 mode : "ap"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "11"
54 ssid : "ap-WirelessLeiden-VisitorCentre2"
55 dhcp : "10-240"
56 ns_ip : "172.17.87.2/24"
57 ns_mac : "dc:9f:db:0c:30:2a"
58 bridge_type: "RocketM2"
59 status : "up"
60
61
62iface_vr0:
63 comment : "Link naar VisitorCentre1 via switch bij voeding"
64 ip : "172.16.3.62/30"
65 sdesc : "2vc1"
66 type : "eth"
67 dhcp : False
68 status : "up"
69
70
71iface_vr0_alias0:
72 comment : "Uplink"
73 ip : "213.125.99.237/29"
74 sdesc : "uplink"
75 type : "eth"
76 dhcp : False
77 status : "up"
78
79
80iface_vr1:
81 comment : "Link naar Cope kabel 1"
82 ip : "172.16.7.57/29"
83 sdesc : "2zuid"
84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "136"
88 ssid : "il-z.visitorcentre2.wleiden.net"
89 dhcp : False
90 compass : "z"
91 ns_ip : "172.16.7.58/29"
92 ns_mac : "dc:9f:db:2e:0a:a6"
93 bridge_type: "NanoBridgeM5"
94 status : "up"
95
96
97iface_vr1_alias0:
98 comment : "Link naar Catwalk"
99 ip : "172.16.7.185/29"
100 sdesc : "2catwalk"
101 type : "eth"
102 dhcp : False
103 status : "up"
104
105
106iface_vr2:
107 comment : "Link naar Meelfabriek2 kabel 2"
108 ip : "172.16.9.228/29"
109 sdesc : "2meelfab2"
110 mode : "station"
111 type : "eth"
112 channel : "108"
113 ssid : "il-zzw.meelfabriek2.wleiden.net"
114 dhcp : False
115 compass : "o"
116 ns_ip : "172.16.9.227/29"
117 ns_mac : "dc:9f:db:2e:0b:01"
118 bridge_type: "NanoBridgeM5"
119 status : "up"
120
121
Note: See TracBrowser for help on using the repository browser.