source: genesis/nodes/HybridVisitorCentre1/wleiden.yaml@ 12720

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

visitorcentre is rdr-host

File size: 2.5 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 Stationskant, Stationsweg 41, 2312AT Leiden"
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
17rdr_host : "213.125.99.236"
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
24status : "up"
25
26
27iface_ath0:
28 comment : "PA 5 GHz voor Stationsplein"
29 ip : "172.17.82.1/24"
30 sdesc : "2apzw"
31 mode : "ap"
32 type : "11a"
33 channel : 44
34 ssid : "ap-WirelessLeiden-VisitorCentrezw"
35 dhcp : "10-240"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Ap-noordwest sectorantenne 120 graden kabel 3 "
41 ip : "172.17.86.1/24"
42 sdesc : "2apnw"
43 mode : "ap"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "1"
47 ssid : "ap-WirelessLeiden-VisitorCentre1"
48 dhcp : "10-240"
49 ns_ip : "172.17.86.2/24"
50 ns_mac : "dc:9f:db:0c:30:26"
51 bridge_type: "RocketM2"
52 status : "up"
53
54
55iface_vr0:
56 comment : "Link naar VisitorCentre2 via switch bij voeding kabel 4"
57 ip : "172.16.3.61/30"
58 sdesc : "2vc2"
59 type : "eth"
60 dhcp : False
61 status : "up"
62
63
64iface_vr0_alias0:
65 comment : "Uplink"
66 ip : "213.125.99.236/29"
67 sdesc : "uplink"
68 type : "eth"
69 dhcp : False
70 status : "up"
71
72
73iface_vr1:
74 comment : "Link naar Lebkov kabel 1"
75 ip : "172.16.3.129/29"
76 sdesc : "2Lebkov"
77 mode : "ap-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "64"
81 ssid : "il-nw.visitorcentre1.wleiden.net"
82 dhcp : False
83 compass : "nw"
84 ns_ip : "172.16.3.130/29"
85 ns_mac : "00:15:6d:70:54:a4"
86 bridge_type: "NanoStation 5"
87 status : "up"
88
89
90iface_vr2:
91 comment : "Link naar Geluidsnet1 kabel 2"
92 ip : "172.16.7.44/29"
93 sdesc : "2geluidsnet1"
94 mode : "ap-wds"
95 type : "eth"
96 channel : "100"
97 ssid : "il-zw.visitorcentre1.wleiden.net"
98 dhcp : False
99 compass : "zw"
100 ns_ip : "172.16.7.43/29"
101 ns_mac : "00:15:6d:70:4d:6c"
102 bridge_type: "NanoStation 5"
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.