hi all. i got a plusnet router with openwrt already installed. the version is 22.03.4
i downloaded the user guid from here showing me how to get it working on vodafone. but it doesn't.
on the interfaces secion it reports that device dsl0 does not exist and therefore dsl0.101 won't either.
there is no mention of it in the log at all
in the manual i noticed it didn't exist there either. am i missing something? is the software the wrong version?
Here's my network config file. usernames and passwords are hidden to protet the innocent.
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd5a:9ffe:8eb3::/48'
config dsl 'dsl'
option annex 'b'
option tone 'a'
option xfer_mode 'ptm'
option line_mode 'vdsl'
option ds_snr_offset '0'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
config device
option name 'lan1'
option macaddr '00:cb:51:bd:2c:38'
config device
option name 'lan2'
option macaddr '00:cb:51:bd:2c:38'
config device
option name 'lan3'
option macaddr '00:cb:51:bd:2c:38'
config device
option name 'lan4'
option macaddr '00:cb:51:bd:2c:38'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config device
option name 'dsl0'
option macaddr '00:cb:51:bd:2c:39'
option mtu '1500'
option txqueuelen '1000'
option mtu6 '1000'
config interface 'wan'
option proto 'pppoe'
option ipv6 '1'
option device 'dsl0.101'
option username 'username'
option password 'password'
config interface 'wan6'
option device '@wan'
option proto 'dhcpv6'
config interface 'wwan'
option proto 'dhcp'