[FS#1247] BT Home Hub 5A fails to connect PPPOE over DSL

LEDE Bugs lede-bugs at lists.infradead.org
Fri Jan 5 03:45:21 PST 2018


The following task has a new comment added:

FS#1247 - BT Home Hub 5A fails to connect PPPOE over DSL 
User who did this - Mathias Kresin (mkresin)

----------
To behonest, I still have no idea why it doesn't work for you.

Would you please add some ppp debugging:


config interface 'wan'
	option ifname 'dsl0'
	option proto 'pppoe'
	option username 'benvenuto'
	option password 'ospite'
	option ipv6 'auto'
	option delegate '0'
	option pppd_options 'debug'


and provide the the full logread output. The output of lsmod would be interesting as well, since it will show if the correct kernel module is loaded (atm/ptm).

As last resort use tcpdump to provide a package dump from the packages transferred via the dsl0 interface. Maybe it gives us a clue what is going wrong.

So far it doesn't look like a generic issue. Or at least no reports of the issue in https://forum.lede-project.org/t/netgear-dm200-missing-download-link-and-failed-tftp-flash/9926/4.

I'm quite sure I tested the commit on a a vdsl line (ptm) + pppoe without any issues, beside the test done by the contributer of the dsl0 rename patch. I will give it another try during the weekend.
----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=1247#comment4070



More information about the lede-bugs mailing list