summaryrefslogtreecommitdiffstats
path: root/etc/ppp
diff options
context:
space:
mode:
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