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

Last change on this file since 12842 was 12548, checked in by huub, 11 years ago

visitorcentre is rdr-host

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
[12204]41 ssid : "ap-WirelessLeiden-VC3"
[12170]42 dhcp : "10-240"
43 status : "up"
44
45
46iface_ue0:
[12474]47 comment : "Ap-zuidwest sectorantenne 120 graden kabel 3"
[12170]48 ip : "172.17.87.1/24"
49 sdesc : "2apzw"
50 mode : "ap"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "11"
[12196]54 ssid : "ap-WirelessLeiden-VisitorCentre2"
[12170]55 dhcp : "10-240"
56 ns_ip : "172.17.87.2/24"
[12474]57 ns_mac : "dc:9f:db:0c:30:2a"
[12170]58 bridge_type: "RocketM2"
59 status : "up"
60
[12474]61
[12170]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
[12474]70
[12241]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
[12474]79
[12170]80iface_vr1:
[12376]81 comment : "Link naar Cope kabel 1"
[12170]82 ip : "172.16.7.57/29"
[12284]83 sdesc : "2zuid"
[12170]84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
[12269]87 channel : "136"
[12170]88 ssid : "il-z.visitorcentre2.wleiden.net"
89 dhcp : False
90 compass : "z"
91 ns_ip : "172.16.7.58/29"
[12474]92 ns_mac : "dc:9f:db:2e:0a:a6"
[12196]93 bridge_type: "NanoBridgeM5"
[12248]94 status : "up"
[12170]95
[12474]96
[12376]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
[12474]105
[12170]106iface_vr2:
[12204]107 comment : "Link naar Nieuwe Energie kabel 2"
[12170]108 ip : "172.16.7.65/29"
109 sdesc : "2nwenergie"
110 mode : "ap-wds"
111 type : "eth"
112 channel : "108"
113 ssid : "il-o.visitorcentre2.wleiden.net"
114 dhcp : False
115 compass : "o"
116 ns_ip : "172.16.7.66/29"
[12474]117 ns_mac : "dc:9f:db:2e:0b:01"
[12196]118 bridge_type: "NanoBridgeM5"
[12223]119 status : "down"
[12170]120
121
Note: See TracBrowser for help on using the repository browser.