source: genesis/nodes/HybridCatwalk/wleiden.yaml@ 12412

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

catwalk is now up

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16218"
7location : "Catwalk, Steenstraat 30, 2312BW, Leiden"
8longitude : "4.484867"
9masterip : "172.17.112.1"
10monitoring_group: "leiden"
11nodename : "Catwalk"
12nodetype : "Hybrid"
13portal_sponsor: "De Catwalk koffie & lunch"
14portal_url: "http://www.decatwalk.nl/"
15rdnap_x : 93260
16rdnap_y : 464163
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ue0:
27 comment : "Accesspoint 1 kabel 3"
28 ip : "172.17.112.1/24"
29 sdesc : "2ap1"
30 mode : "ap"
31 type : "eth"
32 extra_type : "eth2wifibridge"
33 channel : "6"
34 ssid : "ap-WirelessLeiden-Catwalk1"
35 dhcp : "10-250"
36 compass : "z"
37 ns_ip : "172.17.112.2/24"
38 ns_mac : "DC:9F:DB:36:DB:C4"
39 bridge_type: "NanostationM2Loco"
40 status : "up"
41
42iface_vr0:
43 comment : "Link naar NNO - VisitorCentre2 kabel 1"
44 ip : "172.16.7.188/29"
45 sdesc : "2vcentre2"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "136"
50 ssid : "il-z.visitorcentre2.wleiden.net"
51 dhcp : False
52 compass : "nno"
53 ns_ip : "172.16.7.187/29"
54 ns_mac : "DC:9F:DB:64:23:9F"
55 bridge_type: "NanostationM5"
56 status : "up"
57
58iface_vr1:
59 comment : "Link naar NO kabel 2"
60 ip : "172.16.7.193/29"
61 sdesc : "2no"
62 mode : "ap-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "100"
66 ssid : "il-no.catwalk.wleiden.net"
67 dhcp : False
68 compass : "no"
69 ns_ip : "172.16.7.194/29"
70 ns_mac : "DC:9F:DB:64:23:5A"
71 bridge_type: "NanostationM5"
72 status : "up"
73
74iface_vr2:
75 comment : "Accesspoint 2 oostzijde kabel 4"
76 ip : "172.17.113.1/24"
77 sdesc : "ap2"
78 mode : "ap-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "1"
82 ssid : "ap-WirelessLeiden-Catwalk2"
83 dhcp : "10-250"
84 compass : "o"
85 ns_ip : "172.17.113.2/24"
86 ns_mac : "DC:9F:DB:36:DB:1B"
87 bridge_type: "NanostationM2Loco"
88 status : "up"
Note: See TracBrowser for help on using the repository browser.