Add a default ident string and do some minor whitespace adjustments
This commit is contained in:
parent
96a99c094b
commit
4d4ecb209d
@ -9,20 +9,19 @@
|
||||
#################################################################
|
||||
|
||||
default:
|
||||
ident user-ppp VERSION (built COMPILATIONDATE)
|
||||
|
||||
#
|
||||
# Make sure that "device" references the correct serial port
|
||||
# Ensure that "device" references the correct serial port
|
||||
# for your modem. (cuaa0 = COM1, cuaa1 = COM2)
|
||||
#
|
||||
|
||||
set device /dev/cuaa1
|
||||
|
||||
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 # 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
|
||||
set timeout 120 # 3 mintue idle timer (the default)
|
||||
add default HISADDR # Add a (sticky) default route
|
||||
enable dns # request DNS info (for resolv.conf)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user