Hi Guys.
I think i need some help.
I got a W8970B yesterday to replace my 10 year old DIY-Router (ancient x86 hardware thats using the telekom speedport w921v as a dumb PPPoE modem) thats dying of a failing harddrive right about now.
I have a Deutsche Telekom VDSL50 line and specifically got the W8970B because the lantiq chipset apparently supports VDSL.
Installed openwrt-15.05.1-lantiq-xrx200-TDW8970-sysupgrade.image from https://downloads.openwrt.org/chaos_cal … iq/xrx200/ via a USB-TTL serial console which worked flawlessly on the first attempt.
Unfortunately it appears as if i'm in a VDSL vectoring area (as discussed on page 4 of this thread) since dsl_control only says it syncs at about 18mb/1.5mb instead of the 50/10 it should be.
I played around for a while but gave up on the idea of having the openwrt router operate alone.
Next thing i tried was hooking up the Speedport to the OpenWRT router and use it as PPPoE Modem again, but i cant get that to work either.
It took some screwing around to even get the Router to send the PADI Discovery packets on the WAN Port (checked with a laptop and wireshark what its sending)
My /etc/config/network turned into kind of a mess i think, thats what it currently looks like:
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd46:eb5d:d441::/48'
config interface 'lan'
option force_link '1'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option ifname 'eth0.1'
option macaddr 'e8:94:f6:84:d8:68'
option ipaddr '192.168.5.1'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan 'eth0_1'
option device 'switch0'
option vlan '1'
option ports '0 2 5 6t'
config switch_vlan 'eth0_2'
option device 'switch0'
option vlan '2'
option ports '4 6t'
config atm-bridge 'atm'
option vpi '1'
option vci '32'
option encaps 'llc'
option payload 'bridged'
config interface 'wan'
option proto 'pppoe'
option macaddr '00:0A:5E:48:94:49'
option username 'something@t-online.de'
option password 'secret'
option ifname 'eth0.2'
option pppd_options 'debug'
config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'
config vdsl 'dsl'
option annex 'a'
option firmware '/lib/firmware/vdsl.bin'
option tone 'av'
option xfer_mode 'atm'
Unfortunately that is all it does when i hook it up to the speedport:
Sun May 22 16:14:01 2016 daemon.notice netifd: Interface 'wan' is now down
Sun May 22 16:14:01 2016 daemon.notice netifd: Interface 'wan' is disabled
Sun May 22 16:14:01 2016 daemon.notice netifd: Interface 'wan' is enabled
Sun May 22 16:14:01 2016 daemon.notice netifd: Interface 'wan' is setting up now
Sun May 22 16:14:01 2016 daemon.info pppd[11378]: Plugin rp-pppoe.so loaded.
Sun May 22 16:14:01 2016 daemon.info pppd[11378]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7
Sun May 22 16:14:01 2016 daemon.notice pppd[11378]: pppd 2.4.7 started by root, uid 0
Sun May 22 16:14:01 2016 daemon.debug pppd[11378]: Send PPPOE Discovery V1T1 PADI session 0x0 length 4
Sun May 22 16:14:01 2016 daemon.debug pppd[11378]: dst ff:ff:ff:ff:ff:ff src 00:0a:5e:48:94:49
Sun May 22 16:14:01 2016 daemon.debug pppd[11378]: [service-name]
Sun May 22 16:14:06 2016 daemon.debug pppd[11378]: Send PPPOE Discovery V1T1 PADI session 0x0 length 4
Sun May 22 16:14:06 2016 daemon.debug pppd[11378]: dst ff:ff:ff:ff:ff:ff src 00:0a:5e:48:94:49
Sun May 22 16:14:06 2016 daemon.debug pppd[11378]: [service-name]
Sun May 22 16:14:11 2016 daemon.debug pppd[11378]: Send PPPOE Discovery V1T1 PADI session 0x0 length 4
Sun May 22 16:14:11 2016 daemon.debug pppd[11378]: dst ff:ff:ff:ff:ff:ff src 00:0a:5e:48:94:49
Sun May 22 16:14:11 2016 daemon.debug pppd[11378]: [service-name]
Sun May 22 16:14:16 2016 daemon.warn pppd[11378]: Timeout waiting for PADO packets
Sun May 22 16:14:16 2016 daemon.err pppd[11378]: Unable to complete PPPoE Discovery
Sun May 22 16:14:16 2016 daemon.info pppd[11378]: Exit.
Its not an issue with the Speedport or cabling, when i switch the cable back to my old router the VDSL connection is established in mere seconds.
I have no idea what to try next.
Any insight on how to fix the PPPoE problem, or how to get full VDSL speed with OpenWRT alone, would be appreciated.
(Last edited by hacki on 22 May 2016, 15:20)