After doing a sysupgrade, I get timeouts waiting for PADO packets. It takes roughly 10 minutes for pppoe to connect successfully. This happened first with the change to 24.10, but I am not sure if its connected. No problems and directly connecting after sysupgrade last year.
No problems when doing reboots or during normal use, except the daily pppoe reconnect my ISP forces me to do.
Is my ISP blocking me on purpose for a few minutes?
Recurring log for the first 10 minutes
Thu Apr 17 17:12:01 2025 daemon.info pppd[3751]: Plugin pppoe.so loaded.
Thu Apr 17 17:12:01 2025 daemon.info pppd[3751]: PPPoE plugin from pppd 2.5.1
Thu Apr 17 17:12:01 2025 daemon.notice pppd[3751]: pppd 2.5.1 started by root, uid 0
Thu Apr 17 17:12:36 2025 daemon.warn pppd[3751]: Timeout waiting for PADO packets
Thu Apr 17 17:12:36 2025 daemon.err pppd[3751]: Unable to complete PPPoE Discovery phase 1
Thu Apr 17 17:12:36 2025 daemon.info pppd[3751]: Exit.
Log for successful connection
Thu Apr 17 17:20:51 2025 daemon.info pppd[9083]: Plugin pppoe.so loaded.
Thu Apr 17 17:20:51 2025 daemon.info pppd[9083]: PPPoE plugin from pppd 2.5.1
Thu Apr 17 17:20:51 2025 daemon.notice pppd[9083]: pppd 2.5.1 started by root, uid 0
Thu Apr 17 17:21:06 2025 daemon.info pppd[9083]: PPP session is 11
Thu Apr 17 17:21:06 2025 daemon.warn pppd[9083]: Connected to XX:XX:XX:XX:XX:XX via interface wan.7
Thu Apr 17 17:21:06 2025 daemon.info pppd[9083]: Using interface pppoe-wan
Thu Apr 17 17:21:06 2025 daemon.notice pppd[9083]: Connect: pppoe-wan <--> wan.7
Thu Apr 17 17:21:06 2025 daemon.info pppd[9083]: Remote message: Accepted.
Thu Apr 17 17:21:06 2025 daemon.notice pppd[9083]: PAP authentication succeeded
Thu Apr 17 17:21:06 2025 daemon.notice pppd[9083]: peer from calling number XX:XX:XX:XX:XX:XX authorized
Thu Apr 17 17:21:06 2025 daemon.notice pppd[9083]: local LL address XXXX::XXXX:XXXX:XXXX:XXXX
Thu Apr 17 17:21:06 2025 daemon.notice pppd[9083]: remote LL address XXXX::XXXX:XXXX:XXXX:XXXX
Thu Apr 17 17:21:06 2025 daemon.notice pppd[9083]: local IP address XX.XX.XXX.XXX
Thu Apr 17 17:21:06 2025 daemon.notice pppd[9083]: remote IP address XX.XX.XXX.XXX
Thu Apr 17 17:21:06 2025 daemon.notice pppd[9083]: primary DNS address XX.XX.XXX.XXX
Thu Apr 17 17:21:06 2025 daemon.notice pppd[9083]: secondary DNS address XX.XX.XXX.XXX
Thu Apr 17 17:21:06 2025 daemon.notice netifd: Network device 'pppoe-wan' link is up
Thu Apr 17 17:21:06 2025 daemon.notice netifd: Network alias 'pppoe-wan' link is up
pppoe in /etc/config/network
config interface 'wan'
option device 'wan.7'
option proto 'pppoe'
option username 'XXXX@XXXX'
option password 'XXXX'
option ipv6 '1'
option peerdns '0'
list dns '9.9.9.9'
list dns '149.112.112.112'
config interface 'wan6'
option device '@wan'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
option peerdns '0'
list dns '2620:fe::fe'
list dns '2620:fe::9'