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

Last change on this file since 12474 was 12474, checked in by rick, 11 years ago

Automatic cleanups

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.48487"
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
42
43iface_vr0:
44 comment : "Link naar NNO - VisitorCentre2 kabel 1"
45 ip : "172.16.7.188/29"
46 sdesc : "2vcentre2"
47 mode : "station-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "136"
51 ssid : "il-z.visitorcentre2.wleiden.net"
52 dhcp : False
53 compass : "n"
54 ns_ip : "172.16.7.187/29"
55 ns_mac : "dc:9f:db:64:23:9f"
56 bridge_type: "NanostationM5"
57 status : "up"
58
59
60iface_vr1:
61 comment : "Link naar NO kabel 2"
62 ip : "172.16.7.193/29"
63 sdesc : "2no"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "100"
68 ssid : "il-no.catwalk.wleiden.net"
69 dhcp : False
70 compass : "no"
71 ns_ip : "172.16.7.194/29"
72 ns_mac : "dc:9f:db:64:23:5a"
73 bridge_type: "NanostationM5"
74 status : "up"
75
76
77iface_vr2:
78 comment : "Accesspoint 2 oostzijde kabel 4"
79 ip : "172.17.113.1/24"
80 sdesc : "ap2"
81 mode : "ap-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "1"
85 ssid : "ap-WirelessLeiden-Catwalk2"
86 dhcp : "10-250"
87 compass : "o"
88 ns_ip : "172.17.113.2/24"
89 ns_mac : "dc:9f:db:36:db:1b"
90 bridge_type: "NanostationM2Loco"
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.