VDSL Connection Problem (lantiq/xrx200)
Keywords: VDSL, lantiq, xrx200
My home Internet connection has been stable for almost 5 years with OpenWRT running on a Plusnet Hub One modem-router (lantiq/xrx200). Last week, the connection stopped working completely. I am now unable to connect.
There are no obvious error messages in the system logs. The hardware appears to be working correctly, but nothing is logged in /sys/class/net/dsl0.101/statistics. In LuCI, the status of the VDSL interface is:
Carrier: Absent
RX: 0 B (0 Pkts.)
TX: 0 B (0 Pkts.)
Error: Network device is not present
I have attempted to troubleshoot the problem with three separate devices:
- Plusnet Hub One running OpenWRT 25.12.2
- Plusnet Hub One running OpenWRT 24.10.6
- Plusnet Hub Two running stock firmware
Internet connectivity fails on both of the OpenWRT routers, however the connection is fine on the stock router. Based on these findings, I conclude that the connection issue is not caused by faulty hardware, since its unlikely that two routers have failed simultaneously. It must be a software configuration issue.
Does anyone here know why I cannot connect using my OpenWRT devices? Thank you in advance for any help received.
My Settings
Here are the DSL settings in /etc/config/network:
config dsl 'dsl'
option annex 'b'
option tone 'a'
option ds_snr_offset '0'
option xfer_mode 'ptm'
option line_mode 'vdsl'
config interface 'vdsl'
option proto 'pppoe'
option device 'dsl0.101'
option username '***'
option password '***'
option ipv6 '0'
option keepalive '6 20'
option mtu '1492'
option peerdns '0'
list dns '9.9.9.11'
list dns '149.112.112.112'
option multipath 'off'
option sourcefilter '0'
option delegate '0'
config device
option name 'dsl0.101'
option type '8021q'
option ifname 'dsl0'
option vid '101'
option multicast '0'
Here are some connection statistics provided by the Plusnet Hub Two router:
Data rate: 4.3 Mbps / 19.4 Mbps
Maximum Data rate: 4.4 Mbps / 21.0 Mbps
Noise margin: 5.6/6.1
Line attenuation: 42.5/50.2
Signal attenuation: 49.2/50.4
VLAN id: 101
Upstream error control: Off
Downstream error control: Off
Speculation
It is strange that the connection fails suddenly now after several years of use. Perhaps Plusnet or BT have made changes to the connection settings or to the hardware/software setup at the local DSLAM.
I suppose that the most likely causes of the error are:
-
Authentication/PPPoE/ISP-side change requiring something the stock router does differently at PPPoE time (PPP options, padi/pado handling, discovery timing or specific LCP/CHAP settings).
-
Link-layer or device configuration mismatch (MTU, FCS/CRC offload, MAC/PHY flags) that prevents carrier discovery even though the interface appears present.
-
Some ISPs bind sessions to a device/modem MAC address. Is this now the case for Plusnet/BT OpenReach?