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==