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

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

link cope rabo2 nu cope visitorcentre2

File size: 2.4 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 Stadskant, Stationsweg 41, 2312AT Leiden"
7longitude : "4.48371"
8masterip : "172.17.87.1"
9gateway : "213.125.99.233"
10monitoring_group: "wleiden"
11nodename : "VisitorCentre2"
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 : "PA4040 voor Stationsweg"
28 ip : "172.17.88.1/24"
29 sdesc : "2apzo"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "ap-WirelessLeiden-VC3"
34 dhcp : "10-240"
35 status : "up"
36
37
38iface_ue0:
39 comment : "ap-zuidwest sectorantenne 120 graden kabel 3"
40 ip : "172.17.87.1/24"
41 sdesc : "2apzw"
42 mode : "ap"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "11"
46 ssid : "ap-WirelessLeiden-VisitorCentre2"
47 dhcp : "10-240"
48 ns_ip : "172.17.87.2/24"
49 ns_mac : "DC:9F:DB:0C:30:2A"
50 bridge_type: "RocketM2"
51 status : "up"
52
53iface_vr0:
54 comment : "Link naar VisitorCentre1 via switch bij voeding"
55 ip : "172.16.3.62/30"
56 sdesc : "2vc1"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61iface_vr0_alias0:
62 comment : "Uplink"
63 ip : "213.125.99.237/29"
64 sdesc : "uplink"
65 type : "eth"
66 dhcp : False
67 status : "up"
68
69iface_vr1:
70 comment : "Link naar Beestenmarkt/Cope kabel 1"
71 ip : "172.16.7.57/29"
72 sdesc : "2zuid"
73 mode : "ap-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "136"
77 ssid : "il-z.visitorcentre2.wleiden.net"
78 dhcp : False
79 compass : "z"
80 ns_ip : "172.16.7.58/29"
81 ns_mac : "DC:9F:DB:2E:0A:A6"
82 bridge_type: "NanoBridgeM5"
83 status : "up"
84
85iface_vr2:
86 comment : "Link naar Nieuwe Energie kabel 2"
87 ip : "172.16.7.65/29"
88 sdesc : "2nwenergie"
89 mode : "ap-wds"
90 type : "eth"
91 channel : "108"
92 ssid : "il-o.visitorcentre2.wleiden.net"
93 dhcp : False
94 compass : "o"
95 ns_ip : "172.16.7.66/29"
96 ns_mac : "DC:9F:DB:2E:0B:01"
97 bridge_type: "NanoBridgeM5"
98 status : "down"
99
100
Note: See TracBrowser for help on using the repository browser.