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

Last change on this file since 12268 was 12268, checked in by rick, 12 years ago

Typo

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 : "6"
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
53iface_vr0:
54 comment : "Link naar VisitorCentre2 via switch bij voeding kabel 4"
55 ip : "172.16.3.61/30"
56 sdesc : "2vc2"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61iface_vr0_alias0:
62 comment : "Uplink"
63 ip : "213.125.99.236/29"
64 sdesc : "uplink"
65 type : "eth"
66 dhcp : False
67 status : "up"
68
69iface_vr1:
70 comment : "Link naar Lebkov kabel 1"
71 ip : "172.16.3.129/29"
72 sdesc : "2Lebkov"
73 mode : "ap-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "64"
77 ssid : "il-nw.visitorcentre1.wleiden.net"
78 dhcp : False
79 compass : "nw"
80 ns_ip : "172.16.3.130/29"
81 ns_mac : "00:15:6D:70:54:A4"
82 bridge_type: "NanoStation 5"
83 status : "up"
84
85iface_vr2:
86 comment : "Link naar Geluidsnet1 kabel 2"
87 ip : "172.16.7.44/29"
88 sdesc : "2geluidsnet1"
89 mode : "ap-wds"
90 type : "eth"
91 channel : "100"
92 ssid : "il-zw.visitorcentre1.wleiden.net"
93 dhcp : False
94 compass : "zw"
95 ns_ip : "172.16.7.43/29"
96 ns_mac : "00:15:6D:70:4D:6C"
97 bridge_type: "NanoStation 5"
98 status : "up"
99
100
Note: See TracBrowser for help on using the repository browser.