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

Last change on this file since 13314 was 13314, checked in by rick, 9 years ago

Connection back online

File size: 3.2 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]
[13287]23- ['tcp', 9084, '172.17.0.43', 80]
24- ['tcp', 9085, '172.17.0.42', 80]
25- ['tcp', 9086, '172.17.0.45', 21]
26- ['tcp', 9087, '172.17.0.45', 3389]
27- ['tcp', 9090, '172.17.2.67', 80]
28- ['tcp', 9091, '172.16.9.237', 88]
[13251]29- ['tcp', 9092, '172.17.51.5', 80]
[13287]30- ['tcp', 9093, '172.16.3.142', 8080]
31- ['tcp', 9094, '172.17.20.5', 80]
32- ['tcp', 9095, '172.17.20.5', 554]
[13251]33- ['tcp', 9096, '172.17.13.66', 88]
[13287]34- ['tcp', 9097, '172.16.3.190', 8080]
35- ['tcp', 9098, '172.16.3.134', 8080]
[12548]36- ['tcp', 43389, '172.17.0.45', 3389]
[12170]37release : "9.0-RELEASE"
38service_accesspoint: True
39service_concentrator: False
[13314]40service_incoming_rdr: True
41service_proxy_ileiden: True
42service_proxy_normal: True
[12223]43status : "up"
[12170]44
45
46iface_ath0:
47 comment : "PA4040 voor Stationsweg"
48 ip : "172.17.88.1/24"
49 sdesc : "2apzo"
50 mode : "ap"
51 type : "11g"
52 channel : 1
[13136]53 ssid : "WiFi-Leiden-3"
54 wlan_mac : "00:1b:b1:00:ec:94"
[12170]55 dhcp : "10-240"
56 status : "up"
57
58
59iface_ue0:
[12474]60 comment : "Ap-zuidwest sectorantenne 120 graden kabel 3"
[12170]61 ip : "172.17.87.1/24"
62 sdesc : "2apzw"
63 mode : "ap"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "11"
[13136]67 ssid : "WiFi-Leiden-2"
[12170]68 dhcp : "10-240"
69 ns_ip : "172.17.87.2/24"
[12474]70 ns_mac : "dc:9f:db:0c:30:2a"
[12170]71 bridge_type: "RocketM2"
72 status : "up"
73
[12474]74
[12170]75iface_vr0:
76 comment : "Link naar VisitorCentre1 via switch bij voeding"
77 ip : "172.16.3.62/30"
78 sdesc : "2vc1"
79 type : "eth"
80 dhcp : False
81 status : "up"
82
[12474]83
[12241]84iface_vr0_alias0:
85 comment : "Uplink"
86 ip : "213.125.99.237/29"
87 sdesc : "uplink"
88 type : "eth"
89 dhcp : False
90 status : "up"
91
[12474]92
[12170]93iface_vr1:
[12376]94 comment : "Link naar Cope kabel 1"
[12170]95 ip : "172.16.7.57/29"
[12284]96 sdesc : "2zuid"
[12170]97 mode : "ap-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
[12269]100 channel : "136"
[12170]101 ssid : "il-z.visitorcentre2.wleiden.net"
102 dhcp : False
103 compass : "z"
104 ns_ip : "172.16.7.58/29"
[12474]105 ns_mac : "dc:9f:db:2e:0a:a6"
[12196]106 bridge_type: "NanoBridgeM5"
[12248]107 status : "up"
[12170]108
[12474]109
[12376]110iface_vr1_alias0:
111 comment : "Link naar Catwalk"
112 ip : "172.16.7.185/29"
113 sdesc : "2catwalk"
114 type : "eth"
115 dhcp : False
116 status : "up"
117
[12474]118
[12170]119iface_vr2:
[13215]120 comment : "Link naar Oost kabel 2"
121 ip : "172.16.6.161/29"
122 sdesc : "2oost"
123 mode : "ap-wds"
[12170]124 type : "eth"
[13215]125 channel : "52"
126 ssid : "il-o.visitorcentre2.wleiden.net"
[12170]127 dhcp : False
128 compass : "o"
[13215]129 ns_ip : "172.16.6.162/29"
[12474]130 ns_mac : "dc:9f:db:2e:0b:01"
[12196]131 bridge_type: "NanoBridgeM5"
[12864]132 status : "up"
[12170]133
134
Note: See TracBrowser for help on using the repository browser.