Add some comments and wrap the dial line nicely

This commit is contained in:
Brian Somers 2000-06-08 08:58:03 +00:00
parent 60b2dc71d9
commit ec6f2e3c51

View File

@ -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: