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

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

mac adressen toegevoegd in configs van visitorcentre1 en -2

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