automatically reconnect after modem reboot
lillian-b opened this issue · 2 comments
lillian-b commented
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 commented
This kind of thing is what the lcp-echo-interval and lcp-echo-failure options are often used for.