I'm struggling with bridge mode on a FritzBox 3370. Provider is Vodafone Germany with VDSL.
OpenWrt version is the latest snapshot. I don't need access from the local network, currently I'm using a serial connection. I found some older tutorials but I'm not sure if they are still valid:
but from what I read the interface is now dsl0 and I don't know what to do with
"config device 'ptm_dev'"
...
and other things referring to ptm*
Also I'm wondering where to set the vlan id and what to use for the switch configuration.
In principle I'm only going to use the DSL/WAN port and one of the LAN ports. Will the default firewall configuration work for the bridge mode? Any help appreciated
I got pppoe working directly on the FritzBox. The only thing missing is how to configure bridging LAN to WAN (and maybe disabling access to the device from the local network) so that my other router does dial-up and the FritzBox only acts as modem. Some other thread also suggested to disable the firewall though I don't know if this is required. Current config is:
Ok got it working finally. The only remaining issue is that I only get 20 mbit down and 2 mbit up. dsl_status also reports these values. Any ideas what to change to get my full speed (100/40 mbit) ?
For 100/40 MBit/s, you most likely will have to supply a vectoring enabled firmware (OpenWrt can only ship a non-vectoring firmware for licensing reasons), which means you most likely ended in a slow non-vectoring fallback profile.
With a vectoring firmware you may get up to a throughput of ~80-85 MBit/s, if you enable flow-offloading you might hit 100/40 MBit/s on average (assuming SMP is enabled (no FXS ports) for your device).
Ok, I managed to extract the files with help of this thread:
I extracted the files from the latest FritzBox 3370 image. I also get a decent speed now.
How do I know if SMP is enabled or if I can use flow offloading? Using option flow_offloading 1
in the firewall config did not work, nor did
uci set firewall.@defaults[0].flow_offloading=1; uci commit firewall