From fb27520e252020b1ced0d449a9fa5d7f72f36e70 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 29 Jul 2011 12:12:47 +0200 Subject: [PATCH] Increade lcp-echo-failures. This should make DSL connections more stable if the provider's gateway is headily loaded and does not answer the LCP echo requests in time. As far as I know, this happens with connections from Arcor and Versatel. --- src/initscripts/init.d/networking/red | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/init.d/networking/red b/src/initscripts/init.d/networking/red index 1e4af55af8..2b342c8a03 100644 --- a/src/initscripts/init.d/networking/red +++ b/src/initscripts/init.d/networking/red @@ -458,7 +458,7 @@ case "${1}" in PPP_STD_OPTIONS+=" default-asyncmap hide-password nodetach mtu ${MTU}" PPP_STD_OPTIONS+=" mru ${MRU} noaccomp nodeflate nopcomp novj novjccomp" PPP_STD_OPTIONS+=" nobsdcomp user ${USERNAME} lcp-echo-interval 20" - PPP_STD_OPTIONS+=" lcp-echo-failure 3 ${AUTH}" + PPP_STD_OPTIONS+=" lcp-echo-failure 5 ${AUTH}" ### Debugging # -- 2.39.5