From 13f3f62100b68efbb82257c68d6de88b4347a9a4 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 22 Feb 2001 23:28:12 +0000 Subject: Change the 120 second timeout to 180 seconds to reflect the real default --- etc/ppp/ppp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/ppp') diff --git a/etc/ppp/ppp.conf b/etc/ppp/ppp.conf index 6e5feb0..3423e1d 100644 --- a/etc/ppp/ppp.conf +++ b/etc/ppp/ppp.conf @@ -21,7 +21,7 @@ default: set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 - set timeout 120 # 2 minute idle timer (the default) + set timeout 180 # 3 minute idle timer (the default) add default HISADDR # Add a (sticky) default route enable dns # request DNS info (for resolv.conf) -- cgit v1.1