summaryrefslogtreecommitdiffstats
path: root/etc/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-06-08 08:58:03 +0000
committerbrian <brian@FreeBSD.org>2000-06-08 08:58:03 +0000
commit4b3d813e0a772f64b470e20777a14ff8e764083c (patch)
treeecbff976e14651e2dd2470a6638b354923891e7a /etc/ppp
parent0ff63a6e46d903772a271af0ff701b51c630f329 (diff)
downloadFreeBSD-src-4b3d813e0a772f64b470e20777a14ff8e764083c.zip
FreeBSD-src-4b3d813e0a772f64b470e20777a14ff8e764083c.tar.gz
Add some comments and wrap the dial line nicely
Diffstat (limited to 'etc/ppp')
-rw-r--r--etc/ppp/ppp.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/etc/ppp/ppp.conf b/etc/ppp/ppp.conf
index 410db1a..86018c6 100644
--- a/etc/ppp/ppp.conf
+++ b/etc/ppp/ppp.conf
@@ -3,6 +3,8 @@
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com
#
+# See /usr/share/examples/ppp/ for some examples
+#
# $FreeBSD$
#################################################################
@@ -17,12 +19,12 @@ default:
set log Phase Chat LCP IPCP CCP tun command
set speed 115200
- set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
-
- set timeout 120
+ set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
+ \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
+ set timeout 120 # 3 mintue idle timer (the default)
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
- add default HISADDR
- enable dns
+ add default HISADDR # Add a (sticky) default route
+ enable dns # request DNS info (for resolv.conf)
papchap:
OpenPOWER on IntegriCloud