networkmanager: check the PPP connection
These values configure the PPP daemon to check that the connection is still alive (using an echo) and kill itself otherwise. On that event, NetworkManager takes over and tries to restore the connection. This is specially useful for modems with only one serial port, because they are not able to signal the connectivity loss to the host (the only data channel is used for the network data itself). https://jira.digi.com/browse/DEL-4653 https://jira.digi.com/browse/DEL-4650 Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
4db64ea56d
commit
e7a7138439
|
|
@ -9,5 +9,9 @@ password=##CELLULAR_PASSWORD##
|
|||
pin=##CELLULAR_PIN##
|
||||
username=##CELLULAR_USER##
|
||||
|
||||
[ppp]
|
||||
lcp-echo-failure=3
|
||||
lcp-echo-interval=5
|
||||
|
||||
[ipv6]
|
||||
method=ignore
|
||||
|
|
|
|||
Loading…
Reference in New Issue