Standorte/Geflüchtetenunterkünfte/Allianzhaus: Unterschied zwischen den Versionen
Kaba (Diskussion | Beiträge) |
Kaba (Diskussion | Beiträge) (wie bekommt man code formatiert???) |
||
Zeile 62: | Zeile 62: | ||
| ? | | ? | ||
|} | |} | ||
+ | |||
+ | =====Stückliste===== | ||
+ | |||
+ | Beim offloader wurden von Hand VLANs auf dem LAN-Interface konfiguriert. In der FW-Version 2016.2.5+mwu1 / gluon-v2016.2.5 ist das die folgende Änderung: | ||
+ | |||
+ | <code>$ diff -dbc network.orig network | ||
+ | *** network.orig Thu Apr 27 15:39:18 2017 | ||
+ | --- network Thu Apr 27 15:39:18 2017 | ||
+ | *************** | ||
+ | *** 45,57 **** | ||
+ | |||
+ | config interface 'mesh_lan' | ||
+ | option igmp_snooping '0' | ||
+ | - option ifname 'eth0' | ||
+ | option transitive '1' | ||
+ | option fixed_mtu '1' | ||
+ | option proto 'gluon_mesh' | ||
+ | option type 'bridge' | ||
+ | option macaddr '9a:ca:40:8e:ee:a4' | ||
+ | option auto '1' | ||
+ | |||
+ | config interface 'client' | ||
+ | option type 'bridge' | ||
+ | --- 45,57 ---- | ||
+ | |||
+ | config interface 'mesh_lan' | ||
+ | option igmp_snooping '0' | ||
+ | option transitive '1' | ||
+ | option fixed_mtu '1' | ||
+ | option proto 'gluon_mesh' | ||
+ | option type 'bridge' | ||
+ | option macaddr '9a:ca:40:8e:ee:a4' | ||
+ | option auto '1' | ||
+ | + option ifname 'eth0.15' | ||
+ | |||
+ | config interface 'client' | ||
+ | option type 'bridge' | ||
+ | *************** | ||
+ | *** 64,69 **** | ||
+ | --- 64,77 ---- | ||
+ | option peerdns '1' | ||
+ | option sourcefilter '0' | ||
+ | list ifname 'bat0' | ||
+ | + list ifname 'eth0.3' | ||
+ | + | ||
+ | + config interface 'mesh_vpn' | ||
+ | + option ifname 'mesh-vpn' | ||
+ | + option transitive '1' | ||
+ | + option macaddr '9a:ca:40:8e:ee:a7' | ||
+ | + option fixed_mtu '1' | ||
+ | + option proto 'gluon_mesh' | ||
+ | |||
+ | config interface 'bat0' | ||
+ | option multicast_router '2' | ||
+ | *************** | ||
+ | *** 76,88 **** | ||
+ | option unicast_flood '0' | ||
+ | option ifname 'eth0' | ||
+ | |||
+ | - config interface 'mesh_vpn' | ||
+ | - option ifname 'mesh-vpn' | ||
+ | - option transitive '1' | ||
+ | - option macaddr '9a:ca:40:8e:ee:a7' | ||
+ | - option fixed_mtu '1' | ||
+ | - option proto 'gluon_mesh' | ||
+ | - | ||
+ | config device 'local_node_dev' | ||
+ | option macaddr '02:00:0a:25:00:01' | ||
+ | option ifname 'br-client' | ||
+ | --- 84,89 ----</code> | ||
==FF-Team== | ==FF-Team== |
Version vom 27. April 2017, 14:55 Uhr
Ortsbeschreibung
Koordinaten und Luftbilder
Die Koordinaten des Allianzhaus sind 50.004134N 8.269345E. Hier die Kartenausschnitte von Google Maps und Open Street Maps.
Flüchtlingsunterkunft
Netz-Infrastruktur
Lokale Vernetzung
Im Zuge des Umbaus wurde Kupfer in die Flure, die Gemeinschaftsräume und den Keller verlegt.
Netzanbindung
Backbone
Sicht von der UniMed auf das AllianzDach
DSL
Ein Anschluss (wohl 100Mbit/s) ist beauftragt.
Stückliste
Flächenverteilung
Stückliste
Nach Vorbild der Wiesbaden/Projekte/Kurt-Schumacher-Straße, ist diese Technik geplant:
Art | Anzahl | Aufgabe | Kommentar | Einzelpreis z.B. |
---|---|---|---|---|
UAP-AC-LITE | 10 | Accesspoint | teilkonfiguriert | €89.95 |
Fujitsu Futro S550-2 Thin Client | 1 | Offloader | konfiguriert | €19+€6.95+€6.99 |
Switch TP-Link TL-SG2424DE | 1 | Switch | konfiguriert | - |
Kabel und Kleinmaterial | 1 | ? | ||
ggfs. BB-Anbindung | s.o. | ? |
Stückliste
Beim offloader wurden von Hand VLANs auf dem LAN-Interface konfiguriert. In der FW-Version 2016.2.5+mwu1 / gluon-v2016.2.5 ist das die folgende Änderung:
$ diff -dbc network.orig network
- network.orig Thu Apr 27 15:39:18 2017
--- network Thu Apr 27 15:39:18 2017
- 45,57 ****
config interface 'mesh_lan'
option igmp_snooping '0'
- option ifname 'eth0'
option transitive '1'
option fixed_mtu '1'
option proto 'gluon_mesh'
option type 'bridge'
option macaddr '9a:ca:40:8e:ee:a4'
option auto '1'
config interface 'client'
option type 'bridge'
--- 45,57 ----
config interface 'mesh_lan'
option igmp_snooping '0'
option transitive '1'
option fixed_mtu '1'
option proto 'gluon_mesh'
option type 'bridge'
option macaddr '9a:ca:40:8e:ee:a4'
option auto '1'
+ option ifname 'eth0.15'
config interface 'client'
option type 'bridge'
- 64,69 ****
--- 64,77 ----
option peerdns '1'
option sourcefilter '0'
list ifname 'bat0'
+ list ifname 'eth0.3'
+
+ config interface 'mesh_vpn'
+ option ifname 'mesh-vpn'
+ option transitive '1'
+ option macaddr '9a:ca:40:8e:ee:a7'
+ option fixed_mtu '1'
+ option proto 'gluon_mesh'
config interface 'bat0'
option multicast_router '2'
- 76,88 ****
option unicast_flood '0'
option ifname 'eth0'
- config interface 'mesh_vpn'
- option ifname 'mesh-vpn'
- option transitive '1'
- option macaddr '9a:ca:40:8e:ee:a7'
- option fixed_mtu '1'
- option proto 'gluon_mesh'
-
config device 'local_node_dev'
option macaddr '02:00:0a:25:00:01'
option ifname 'br-client'
--- 84,89 ----
FF-Team
Involvierte Gruppen
- DRK Kreisverband Mainz-Bingen
- Stadt Mainz (MAG, Wohnbau)
Fortschritt
Schritt | |
---|---|
13.11.16 | Erstkontakt DRK |
13.11.16 | Freiwilligenaufruf & Info FFMZ |
16.11.16 | Erstkontakt Stadt |
5.12.16 | Kotakt Planungsbüro für Umbau |
24.03.17 | Baustellenbegehung mit MAG |