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

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

Automatic cleanups

File size: 2.2 KB
RevLine 
[12377]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"
[12474]8longitude : "4.48487"
[12377]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
[12383]23status : "up"
[12377]24
25
26iface_ue0:
[12382]27 comment : "Accesspoint 1 kabel 3"
[12377]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"
[12474]38 ns_mac : "dc:9f:db:36:db:c4"
[12377]39 bridge_type: "NanostationM2Loco"
40 status : "up"
41
[12474]42
[12377]43iface_vr0:
[12382]44 comment : "Link naar NNO - VisitorCentre2 kabel 1"
[12377]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
[12474]53 compass : "n"
[12377]54 ns_ip : "172.16.7.187/29"
[12474]55 ns_mac : "dc:9f:db:64:23:9f"
[12377]56 bridge_type: "NanostationM5"
57 status : "up"
58
[12474]59
[12377]60iface_vr1:
[12382]61 comment : "Link naar NO kabel 2"
[12377]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"
[12474]72 ns_mac : "dc:9f:db:64:23:5a"
[12377]73 bridge_type: "NanostationM5"
74 status : "up"
75
[12474]76
[12377]77iface_vr2:
[12382]78 comment : "Accesspoint 2 oostzijde kabel 4"
[12377]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"
[12474]89 ns_mac : "dc:9f:db:36:db:1b"
[12377]90 bridge_type: "NanostationM2Loco"
91 status : "up"
[12474]92
93
Note: See TracBrowser for help on using the repository browser.