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

Last change on this file since 12474 was 12474, checked in by rick, 11 years ago

Automatic cleanups

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