source: genesis/nodes/Vosko1/wleiden.yaml@ 13875

Last change on this file since 13875 was 13875, checked in by rick, 8 years ago

Audiolink for Marathon Leiden

Temponary link onto interlink, since 2.4Ghz was not usable at Stadhuis.

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15765"
7location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
8longitude : "4.48786"
9masterip : "172.17.174.1"
10monitoring_group: "wleiden"
11nodename : "Vosko1"
12nodetype : "Hybrid"
13rdnap_x : 93459
14rdnap_y : 463657
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap west"
26 ip : "172.17.174.1/24"
27 sdesc : "ap-w"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "WiFi-Leiden-1"
32 wlan_mac : "00:0b:6b:34:61:90"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_vr0:
38 comment : "Lokaal ethernet"
39 ip : "172.17.175.71/28"
40 sdesc : "ethernet"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_vr1:
47 comment : "A-link naar xxxx - niet in gebruik"
48 ip : "172.16.16.57/29"
49 sdesc : "unused"
50 mode : "ap-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "64"
54 ssid : "il-zw.vosko1.wleiden.net"
55 dhcp : False
56 compass : "z"
57 ns_ip : "172.16.16.58/29"
58 ns_mac : "00:15:6d:ec:83:7d"
59 bridge_type: "NanoStation5"
60 status : "up"
61
62
63iface_vr1_alias0:
64 comment : "A-link naar Thomas"
65 ip : "172.16.16.41/29"
66 sdesc : "2thomas"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 dhcp : False
70 bridge_type: "NanoStation M5"
71 status : "up"
72
73
74iface_vr2:
75 comment : "Ethernet/PoE naar AP in kerk"
76 ip : "172.17.26.1/24"
77 sdesc : "2kerk"
78 mode : "ap-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "1"
82 ssid : "WiFi-Leiden-Pieterskerk"
83 dhcp : "10-250"
84 ns_ip : "172.17.26.2/24"
85 ns_mac : "00:27:22:e2:52:50"
86 bridge_type: "NanoStation M2"
87 status : "up"
88
89
90iface_vr2_alias0:
91 comment : "B-link naar Vosko4"
92 ip : "172.17.0.17/30"
93 sdesc : "2vosko4"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 dhcp : False
97 bridge_type: "NanoStation M5"
98 status : "up"
99
100iface_vr2_extra0:
101 comment : "Uplink voor Audio Link Marathon Leiden"
102 ip : "172.17.26.9/24"
103 type : "eth"
104 bridge_type: "RocketM5"
105 status : "down"
106
107iface_vr2_extra1:
108 comment : "Barix Instreamer 100 voor Audio Link Marathon Leiden"
109 ip : "172.17.26.10/24"
110 type : "eth"
111 status : "down"
112
113
Note: See TracBrowser for help on using the repository browser.