From 4b3d813e0a772f64b470e20777a14ff8e764083c Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 8 Jun 2000 08:58:03 +0000 Subject: Add some comments and wrap the dial line nicely --- etc/ppp/ppp.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'etc/ppp') 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: -- cgit v1.1