Page 2 of 2

Re: WAN (PPPoE) keeps disconnecting

Posted: Thu Jul 09, 2020 9:04 pm
by CBx86
Your connection status, accessible in modem.

Something like this:

Code: Select all

Uptime:	15 days, 0:15:01
Modulation:	G.992.5 Annex A
Bandwidth (Up/Down) [kbps/kbps]:	1,279 / 12,797
Data Transferred (Sent/Received) [KB/KB]:	0.00 / 0.00
Output Power (Up/Down) [dBm]:	12.5 / 0.0
Line Attenuation (Up/Down) [dB]:	5.0 / 5.5
SN Margin (Up/Down) [dB]:	6.5 / 23.5
Vendor ID (Local/Remote):	TMMB / µ
Loss of Framing (Local/Remote):	0 / 0
Loss of Signal (Local/Remote):	0 / 0
Loss of Power (Local/Remote):	0 / 0
Loss of Link (Remote):	0
Error Seconds (Local/Remote):	0 / 0
FEC Errors (Up/Down):	0 / 0
CRC Errors (Up/Down):	0 / 0
HEC Errors (Up/Down):	0 / 0

Re: WAN (PPPoE) keeps disconnecting

Posted: Sat Jul 11, 2020 3:41 am
by RomanHK
CBx86 wrote:
Thu Jul 09, 2020 12:11 pm
Paste here, your modem DSL stats.
It will not be a modem error. It's going well in DD-WRT. The problem will be in the pppd daemon and the settings around it.

Re: WAN (PPPoE) keeps disconnecting

Posted: Sat Jul 11, 2020 4:10 am
by RomanHK
:idea: An interesting topic is here: https://forum.turris.cz/t/pppd-killed-o ... edly/13013
Using the settings in the /etc/ppp/options file, you can set various settings such as debugging, logging, additional commands.

Try playing with the lcp-echo-x commands:

Code: Select all

lcp-echo-failure 0
lcp-echo-interval 0
(I haven't tested whether this will work)