pppoe on wan went down randomly. Does this happen to you also?
Fri Feb 9 05:33:09 2024 daemon.warn pppd[30701]: Timeout waiting for PADO packets
Fri Feb 9 05:33:09 2024 daemon.err pppd[30701]: Unable to complete PPPoE Discovery
Fri Feb 9 05:33:09 2024 [daemon.info](http://daemon.info/) pppd[30701]: Exit.
Fri Feb 9 05:33:10 2024 daemon.notice netifd: Interface 'wan' is now down
Fri Feb 9 05:33:10 2024 daemon.notice netifd: Interface 'wan' is setting up now
Fri Feb 9 05:33:10 2024 [daemon.info](http://daemon.info/) pppd[31329]: Plugin pppoe.so loaded.
Fri Feb 9 05:33:10 2024 [daemon.info](http://daemon.info/) pppd[31329]: PPPoE plugin from pppd 2.4.9
Fri Feb 9 05:33:10 2024 daemon.notice pppd[31329]: pppd 2.4.9 started by root, uid 0
Fri Feb 9 05:33:25 2024 daemon.warn pppd[31329]: Timeout waiting for PADO packets
Fri Feb 9 05:33:25 2024 daemon.err pppd[31329]: Unable to complete PPPoE Discovery
Fri Feb 9 05:33:25 2024 [daemon.info](http://daemon.info/) pppd[31329]: Exit.
Fri Feb 9 05:33:25 2024 daemon.notice netifd: Interface 'wan' is now down
Fri Feb 9 05:33:25 2024 daemon.notice netifd: Interface 'wan' is setting up now
My isp is saying on their side, there’s no disconnection. Latest one was related to 1 month ago.
Is there a way to improve the pppd configuration? (I’m not saying this is a bug of flint2 but at least this is a strange behaviour.)
No, I think this is not the case.
vlanid has been configured since day 1 and this is correct.
login and password are right: if I try to change it, in the logs appear wrong username/password.
Maybe under some circumstances pppd died without any apparent reason.
I noticed the latest source available is 2.5.0 (and this openwrt version is using 2.4.9) - maybe upgrade it can help.
Does your ISP support IPv6 ? Do you enable IPv6 in Flint 2? I have experience that if I disable IPv6 in Flint 2 the PPPoE dialing takes forever to connect to.
Your logs shows that the PPPoE client(Flint2) sent out PADI(Initiation) packet and PADO(offer) was not received (timeout) from ISP PPPoE server so Flint 2 considers the WAN port is down and repeated the PPPoE protocol negotiations again and again.
Common situations are as PPPoE needs to have VLAN ID configured, wrong PPPoE id/pwd, ethernet cable problem etc…
If everything has been tried and it still doesn’t work, contact your ISP for troubleshooting together.
(Maybe you can cross-check the issues by replacing Flint2 with other spare router to see what happens.)
Ok, I’ve put Native also, let’s see what happens.
Sound strange to me that enable/disable ipv6 can fix the issue with pppoe, but let’s check
Thank you!