Stop pppd giving up at Signal 15

Hi, I have a problem with my PPPoE connection. after a little time period of transmitting data, I lose my connection. I check the logs on Status > System Log via LuCI and see this:

Fri May  1 00:40:26 2020 daemon.info pppd[2856]: Terminating on signal 15

I tried option keepalive before, but It doesn't help. Is there any way to stop the modem from giving up the connection ad Signal 15?

That sounds like Unix system signal 15 "kill process" (SIGTERM).

something causes procd(?) or netifd(?) to issue a order to kill the pppd process.

This has been discussed earlier, so you might browse the earlier threads:
https://forum.openwrt.org/search?q=Terminating%20on%20signal%2015

1 Like