DSL didnt works after Upgrade

Hey,

I have a r7800 and updgtaded from openwrt 23. To 25. I dont migrated the config. So i start from Scratch.

Unfortunately iam not getting wan/pppoe working.

I have a vigor as Briged DSL Modem (which Inserts vlan 7 Tag) connected tinthe wan Port of my r7800. In Openwrt i have configured wan Interface as pppoe with my Login and Password.

In the old Openwrt Version i had eth0.2 ... Now iam using wan.

Iam always getting Time Out waiting pad0 packets.

Could this also bei a Problem in Vodafone/Telekom Side ? Perhaps they blocked my Port because of the new mac or sth Like this?

Thanks for Help

PS - when inlogin to vigor insee that the VDSL Line is in sync

Have you tried to power down your modem and your router, wait a few minutes , power up your modem and then after a few more minutes power up your router?

Yes. I switched of vigor and Router ... Wait for 30 minutes and switched in again. DSL Line comes up sync is stable.

But i geht Time Out pad0 / Connection attemot failden in Openwrt Side .

Is there a Special config for the new Switch dsa architecture ?

It's different from the swconfig way.
How about you share your /etc/config/network?
Don't forget to redact at least your credentials.

thanks for helping

thats the error log

Thu May 28 16:30:11 2026 daemon.warn pppd[10876]: Timeout waiting for PADO packets
Thu May 28 16:30:11 2026 daemon.err pppd[10876]: Unable to complete PPPoE Discovery phase 1
Thu May 28 16:30:11 2026 daemon.info pppd[10876]: Exit.
Thu May 28 16:30:11 2026 daemon.info pppd[11167]: Plugin pppoe.so loaded.
Thu May 28 16:30:11 2026 daemon.info pppd[11167]: PPPoE plugin from pppd 2.5.2
Thu May 28 16:30:11 2026 daemon.notice pppd[11167]: pppd 2.5.2 started by root, uid 0

here is my network config

root@OpenWrt:~# cat /etc/config/network 

config interface 'loopback'
        option device 'lo'
        option proto 'static'
        list ipaddr '127.0.0.1/8'

config globals 'globals'
        option dhcp_default_duid '00042503a896c2454b089e65947eb21aa719'
        option ula_prefix 'fd9a:1b00:465::/48'
        option packet_steering '1'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan1'
        list ports 'lan2'
        list ports 'lan3'
        list ports 'lan4'

config interface 'lan'
        option device 'br-lan'
        option proto 'static'
        list ipaddr '192.168.1.1/24'
        option ip6assign '60'

config interface 'wan'
        option device 'wan'
        option proto 'pppoe'
        option username 'vodafone-vdsl.komplett/vb000000000'
        option password 'xxxxxxxx'
        option ipv6 '0'
        option keepalive '5 5'
        option multipath 'off'
        option log_output '1'
        option debug '1'

config interface 'wan6'
        option device 'wan'
        option proto 'dhcpv6'
        option reqaddress 'try'
        option reqprefix 'auto'
        option norelease '1'
        option multipath 'off'

config device
        option type '8021q'
        option ifname 'wan'
        option vid '2'
        option name 'wan.2'

Try changing option device to wan.2
After this restart the router.

i tryed - but didnt worked.

i was in parallel 1hour in the service line waiting at vodafone. they made a linetest an discovered that there is a signalloss in the dslam. they will advice a technichan to go to the dslam and repair it.

so thanks for your help and i hope that they will fix it soon.