source: genesis/nodes/HybridVisitorCentre1/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.1 KB
RevLine 
[12170]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
[12241]5gateway : "213.125.99.233"
[12170]6latitude : "52.16580"
[12204]7location : "Visitor Centre Leiden Stationskant, Stationsweg 41, 2312AT Leiden"
[12170]8longitude : "4.48371"
9masterip : "172.17.86.1"
10monitoring_group: "wleiden"
11nodename : "VisitorCentre1"
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.236"
[13287]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', 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]
29- ['tcp', 9092, '172.17.51.5', 80]
30- ['tcp', 9093, '172.16.3.142', 8080]
31- ['tcp', 9094, '172.17.20.5', 80]
32- ['tcp', 9095, '172.17.20.5', 554]
33- ['tcp', 9096, '172.17.13.66', 88]
34- ['tcp', 9097, '172.16.3.190', 8080]
35- ['tcp', 9098, '172.16.3.134', 8080]
[12170]36release : "9.0-RELEASE"
37service_accesspoint: True
38service_concentrator: False
[13314]39service_incoming_rdr: True
40service_proxy_ileiden: True
41service_proxy_normal: True
[12223]42status : "up"
[12170]43
44
45iface_ath0:
[12204]46 comment : "PA 5 GHz voor Stationsplein"
[12170]47 ip : "172.17.82.1/24"
[13137]48 sdesc : "2ap5GHz"
[12170]49 mode : "ap"
[12204]50 type : "11a"
[13137]51 channel : 52
52 ssid : "WiFi-Leiden-5Gtest"
53 wlan_mac : "00:1b:b1:02:bf:79"
[12170]54 dhcp : "10-240"
55 status : "up"
56
57
58iface_ue0:
[12474]59 comment : "Ap-noordwest sectorantenne 120 graden kabel 3 "
[12170]60 ip : "172.17.86.1/24"
61 sdesc : "2apnw"
62 mode : "ap"
63 type : "eth"
64 extra_type : "eth2wifibridge"
[12276]65 channel : "1"
[13137]66 ssid : "WiFi-Leiden-1"
[12170]67 dhcp : "10-240"
[12268]68 ns_ip : "172.17.86.2/24"
[12474]69 ns_mac : "dc:9f:db:0c:30:26"
[12170]70 bridge_type: "RocketM2"
71 status : "up"
72
[12474]73
[12170]74iface_vr0:
[12204]75 comment : "Link naar VisitorCentre2 via switch bij voeding kabel 4"
[12170]76 ip : "172.16.3.61/30"
77 sdesc : "2vc2"
78 type : "eth"
79 dhcp : False
80 status : "up"
81
[12474]82
[12241]83iface_vr0_alias0:
84 comment : "Uplink"
85 ip : "213.125.99.236/29"
86 sdesc : "uplink"
87 type : "eth"
88 dhcp : False
89 status : "up"
90
[12474]91
[12170]92iface_vr1:
[13259]93 comment : "Link naar Lebkov kabel 1 - .134 temponary AnyWi Webcam"
[12170]94 ip : "172.16.3.129/29"
95 sdesc : "2Lebkov"
96 mode : "ap-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
[12196]99 channel : "64"
[12170]100 ssid : "il-nw.visitorcentre1.wleiden.net"
101 dhcp : False
102 compass : "nw"
103 ns_ip : "172.16.3.130/29"
[12474]104 ns_mac : "00:15:6d:70:54:a4"
[12170]105 bridge_type: "NanoStation 5"
106 status : "up"
107
[12474]108
[12170]109iface_vr2:
[12204]110 comment : "Link naar Geluidsnet1 kabel 2"
[12200]111 ip : "172.16.7.44/29"
[12170]112 sdesc : "2geluidsnet1"
113 mode : "ap-wds"
114 type : "eth"
115 channel : "100"
116 ssid : "il-zw.visitorcentre1.wleiden.net"
117 dhcp : False
118 compass : "zw"
[12200]119 ns_ip : "172.16.7.43/29"
[12474]120 ns_mac : "00:15:6d:70:4d:6c"
[12170]121 bridge_type: "NanoStation 5"
122 status : "up"
123
124
Note: See TracBrowser for help on using the repository browser.