source: genesis/nodes/Geluidsnet2/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.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16200"
7location : "Oude Belastingkantoor, Stationsplein 107, 2312 AJ, Leiden"
8longitude : "4.48003"
9masterip : "172.17.5.1"
10monitoring_group: "wleiden"
11nodename : "Geluidsnet2"
12nodetype : "Hybrid"
13rdnap_x : 92929
14rdnap_y : 464148
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.5.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden"
32 wlan_mac : "90:a4:de:b7:ae:6b"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_vr0_102:
38 comment : "Link naar Geluidsnet1"
39 ip : "172.16.4.186/30"
40 sdesc : "2geluidsnet1"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_vr0_103:
47 comment : "Link Stadhuis and BSP-OV Pilot"
48 ip : "192.168.1.93/29"
49 sdesc : "2webster"
50 mode : "station-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "132"
54 ssid : "il-o.geluidsnet2.wleiden.net"
55 dhcp : False
56 compass : "zo"
57 ns_ip : "192.168.1.222/24"
58 ns_mac : "78:8a:20:14:d0:0e"
59 bridge_type: "LiteBeam-5AC-16-120"
60 encrypted : True
61 status : "up"
62
63
64iface_vr0_105:
65 comment : "Link naar Geluidsnet Opstelpunt"
66 ip : "172.16.9.105/29"
67 sdesc : "2meetunit"
68 type : "eth"
69 dhcp : False
70 status : "up"
71
72
73
74iface_vr1:
75 comment : "Link naar Cope"
76 ip : "172.16.7.57/29"
77 sdesc : "2cope"
78 mode : "station-wds"
79 type : "eth"
80 channel : "36"
81 ssid : "il-zo.geluidsnet2.wleiden.net"
82 dhcp : False
83 compass : "z"
84 ns_ip : "172.16.7.58/29"
85 ns_mac : "00:15:6d:70:4d:a3"
86 bridge_type: "NanoStation5"
87 status : "up"
88
89
90iface_vr1_alias0:
91 comment : "Link naar Webster"
92 ip : "172.16.4.193/29"
93 sdesc : "2webster"
94 type : "eth"
95 dhcp : False
96 status : "up"
97
98
99iface_vr2:
100 comment : "Link naar vosko3"
101 ip : "172.16.4.204/29"
102 sdesc : "2vosko3"
103 mode : "station-wds"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 channel : "100"
107 ssid : "il-wnw.vosko3.wleiden.net"
108 dhcp : False
109 compass : "zo"
110 ns_ip : "172.16.4.203/29"
111 ns_mac : "00:15:6d:ec:82:96"
112 bridge_type: "NanoStation5"
113 status : "up"
114
115
Note: See TracBrowser for help on using the repository browser.