source: genesis/nodes/Webster/wleiden.yaml@ 14035

Last change on this file since 14035 was 14035, checked in by rick, 7 years ago

Added new hardware at geluidsnet nodes

  • USB dongles to VLAN switches
  • New power supplies
  • Removed unused unmanaged switch for webcam setup
  • Secured UTP cable at Balcony
  • Two LiteBeam antennas
  • Retored connection to meetunit of geluidsnet themself

Note: Link is dual used for BSP-OV Pilot so special VLAN configuration setup
at RB260GSP is installed. VLAN102 is bridged making a large pass-through link.

PoC: Secure Wireless Interlinks with password to avoid clients to connect to them

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16032"
7location : "Webster University, Galgewater 1, 2311 VZ, Leiden"
8longitude : "4.48344"
9masterip : "172.17.15.1"
10monitoring_group: "wleiden"
11nodename : "Webster"
12nodetype : "Hybrid"
13rdnap_x : 93160
14rdnap_y : 463958
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"
26 ip : "172.17.15.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden"
32 wlan_mac : "90:a4:de:8b:e3:22"
33 dhcp : "10-100"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Ap Beestenmarkt via nano2M"
39 ip : "172.17.17.1/24"
40 sdesc : "ap1"
41 mode : "ap"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "10"
45 ssid : "WiFi-Leiden-1"
46 dhcp : "10-100"
47 ns_ip : "172.17.17.2/24"
48 ns_mac : "00:27:22:80:5a:b4"
49 bridge_type: "NanoStation M2"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Link naar Geluidsnet2"
55 ip : "172.16.4.196/29"
56 sdesc : "2geluidsnet2"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "132"
61 ssid : "il-zo.geluidsnet2.wleiden.net"
62 dhcp : False
63 compass : "nw"
64 ns_ip : "172.16.4.195/29"
65 ns_mac : "00:15:6d:f2:37:c5"
66 bridge_type: "NanoStation5"
67 status : "up"
68
69
70iface_vr1:
71 comment : "Link naar vosko3"
72 ip : "172.16.4.252/29"
73 sdesc : "2vosko3"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "100"
78 ssid : "il-wnw.vosko3.wleiden.net"
79 dhcp : False
80 compass : "zo"
81 ns_ip : "172.16.4.251/29"
82 ns_mac : "00:15:6d:70:53:6c"
83 bridge_type: "NanoStation5"
84 status : "up"
85
86
87iface_vr2:
88 comment : "Link naar LucasN"
89 ip : "172.16.4.180/29"
90 sdesc : "2lucasn"
91 mode : "station-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "36"
95 ssid : "il-zw.lucasn.wleiden.net"
96 dhcp : False
97 compass : "no"
98 ns_ip : "172.16.4.179/29"
99 ns_mac : "00:27:22:10:f5:b4"
100 bridge_type: "NanoStation M5"
101 status : "up"
102
103
Note: See TracBrowser for help on using the repository browser.