summaryrefslogtreecommitdiffstats
path: root/etc/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-02-22 23:28:12 +0000
committerbrian <brian@FreeBSD.org>2001-02-22 23:28:12 +0000
commit13f3f62100b68efbb82257c68d6de88b4347a9a4 (patch)
treec9dc3c3e88d7775d1febdc1a5471c0817580d796 /etc/ppp
parentbd40828dbb468421c8a6720fc21f27b53e056ffc (diff)
downloadFreeBSD-src-13f3f62100b68efbb82257c68d6de88b4347a9a4.zip
FreeBSD-src-13f3f62100b68efbb82257c68d6de88b4347a9a4.tar.gz
Change the 120 second timeout to 180 seconds to reflect the real default
Diffstat (limited to 'etc/ppp')
-rw-r--r--etc/ppp/ppp.conf2
1 files changed, 1 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud