Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatically reconnect after modem reboot #491

Open
lillian-b opened this issue May 10, 2024 · 1 comment
Open

automatically reconnect after modem reboot #491

lillian-b opened this issue May 10, 2024 · 1 comment

Comments

@lillian-b
Copy link

I have a ISP provided modem connected to my linux server, with pppd running on the linux box. if I power cycle the modem, pppd does not realise it needs to reconnect, and will keep a stuck connection until I manually restart it. (the linux box and modem are connected via a switch, so the physical link does not necessarily go down.)
is there a way in pppd to get around this issue, as to not have to set up a separate watchdog process myself?

@paulusmack
Copy link
Collaborator

This kind of thing is what the lcp-echo-interval and lcp-echo-failure options are often used for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants