source: genesis/nodes/Geluidsnet2/wleiden.yaml@ 14094

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

Add new internet connection at Geluidsnet1

Connection is shared with OV-BSP project, using VLAN 500
to transparantly move connection to Boerhavetoren.

File size: 3.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7ileiden : True
8latitude : "52.16200"
9location : "Oude Belastingkantoor, Stationsplein 107, 2312 AJ, Leiden"
10longitude : "4.48003"
11masterip : "172.17.5.1"
12monitoring_group: "wleiden"
13nodename : "Geluidsnet2"
14nodetype : "Hybrid"
15rdnap_x : 92929
16rdnap_y : 464148
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23serviceid : "172.31.254.21"
24status : "up"
25
26
27iface_ath0:
28 comment : "Ap"
29 ip : "172.17.5.1/24"
30 sdesc : "ap"
31 mode : "ap"
32 type : "11g"
33 channel : 11
34 ssid : "WiFi-Leiden"
35 wlan_mac : "90:a4:de:b7:ae:6b"
36 dhcp : "10-250"
37 status : "up"
38
39
40iface_vr0_102:
41 comment : "Link naar Geluidsnet1"
42 ip : "172.16.4.186/30"
43 sdesc : "2geluidsnet1"
44 type : "eth"
45 dhcp : False
46 status : "up"
47
48
49iface_vr0_103:
50 comment : "Link Stadhuis and BSP-OV Pilot"
51 ip : "172.16.9.98/29"
52 sdesc : "2stadhuis"
53 mode : "station-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "132"
57 ssid : "il-o.geluidsnet2.wleiden.net"
58 dhcp : False
59 compass : "zo"
60 ns_ip : "172.16.9.99/29"
61 ns_mac : "78:8a:20:14:d0:0e"
62 bridge_type: "LiteBeam-5AC-16-120"
63 encrypted : True
64 status : "up"
65
66iface_vr0_103_alias0:
67 comment : "Link naar BSP-OV Pilot"
68 ip : "192.168.1.93/29"
69 sdesc : "2bsp-ov"
70 type : "eth"
71 dhcp : False
72 status : "up"
73
74
75iface_vr0_105:
76 comment : "Link naar Geluidsnet Opstelpunt"
77 ip : "172.16.9.105/29"
78 sdesc : "2meetunit"
79 type : "eth"
80 dhcp : False
81 status : "up"
82
83
84iface_vr0_500:
85 comment : "Uplink naar internet (BSP-OV - Morsweg)"
86 ip : "192.168.178.150/24"
87 sdesc : "2external"
88 type : "eth"
89 dhcp : False
90 status : "up"
91
92
93iface_vr1:
94 comment : "Link naar Cope"
95 ip : "172.16.7.57/29"
96 sdesc : "2cope"
97 mode : "station-wds"
98 type : "eth"
99 channel : "36"
100 ssid : "il-zo.geluidsnet2.wleiden.net"
101 dhcp : False
102 compass : "z"
103 ns_ip : "172.16.7.58/29"
104 ns_mac : "00:15:6d:70:4d:a3"
105 bridge_type: "NanoStation5"
106 status : "up"
107
108
109iface_vr1_alias0:
110 comment : "Link naar Webster"
111 ip : "172.16.4.193/29"
112 sdesc : "2webster"
113 type : "eth"
114 dhcp : False
115 status : "up"
116
117
118iface_vr2:
119 comment : "Link naar vosko3"
120 ip : "172.16.4.204/29"
121 sdesc : "2vosko3"
122 mode : "station-wds"
123 type : "eth"
124 extra_type : "eth2wifibridge"
125 channel : "100"
126 ssid : "il-wnw.vosko3.wleiden.net"
127 dhcp : False
128 compass : "zo"
129 ns_ip : "172.16.4.203/29"
130 ns_mac : "00:15:6d:ec:82:96"
131 bridge_type: "NanoStation5"
132 status : "up"
133
134
Note: See TracBrowser for help on using the repository browser.