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

Last change on this file since 12223 was 12223, checked in by huub, 12 years ago

teybestuurscentrum visitorcentre1 en -2 zijn up

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5latitude : "52.16580"
6location : "Visitor Centre Leiden Stationskant, Stationsweg 41, 2312AT Leiden"
7longitude : "4.48371"
8masterip : "172.17.86.1"
9monitoring_group: "wleiden"
10nodename : "VisitorCentre1"
11nodetype : "Hybrid"
12portal_sponsor: "Visitor Centre Leiden"
13portal_url: "http://portal.leiden.nl/"
14rdnap_x : 93186
15rdnap_y : 464567
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "PA 5 GHz voor Stationsplein"
27 ip : "172.17.82.1/24"
28 sdesc : "2apzw"
29 mode : "ap"
30 type : "11a"
31 channel : 44
32 ssid : "ap-WirelessLeiden-VisitorCentrezw"
33 dhcp : "10-240"
34 status : "up"
35
36
37iface_ue0:
38 comment : "ap-noordwest sectorantenne 120 graden kabel 3 "
39 ip : "172.17.86.1/24"
40 sdesc : "2apnw"
41 mode : "ap"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "6"
45 ssid : "ap-WirelessLeiden-VisitorCentre1"
46 dhcp : "10-240"
47 ns_ip : "172.17.67.2/24"
48 ns_mac : "DC:9F:DB:0C:30:26"
49 bridge_type: "RocketM2"
50 status : "up"
51
52iface_vr0:
53 comment : "Link naar VisitorCentre2 via switch bij voeding kabel 4"
54 ip : "172.16.3.61/30"
55 sdesc : "2vc2"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60iface_vr1:
61 comment : "Link naar Lebkov kabel 1"
62 ip : "172.16.3.129/29"
63 sdesc : "2Lebkov"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "64"
68 ssid : "il-nw.visitorcentre1.wleiden.net"
69 dhcp : False
70 compass : "nw"
71 ns_ip : "172.16.3.130/29"
72 ns_mac : "00:15:6D:70:54:A4"
73 bridge_type: "NanoStation 5"
74 status : "up"
75
76iface_vr2:
77 comment : "Link naar Geluidsnet1 kabel 2"
78 ip : "172.16.7.44/29"
79 sdesc : "2geluidsnet1"
80 mode : "ap-wds"
81 type : "eth"
82 channel : "100"
83 ssid : "il-zw.visitorcentre1.wleiden.net"
84 dhcp : False
85 compass : "zw"
86 ns_ip : "172.16.7.43/29"
87 ns_mac : "00:15:6D:70:4D:6C"
88 bridge_type: "NanoStation 5"
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.