ppp.conf revision 49110
1#################################################################
2# PPP  Sample Configuration File
3# Originally written by Toshiharu OHNO
4# Simplified 5/14/1999 by wself@cdrom.com
5#
6# $Id$
7#################################################################
8
9default:
10
11 #
12 # Make sure that "device" references the correct serial port
13 # for your modem. (cuaa0 = COM1, cuaa1 = COM2)
14 #
15
16 set device /dev/cuaa1
17
18 set log Phase Chat LCP IPCP CCP tun command
19 set speed 115200
20 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
21
22 set timeout 120
23 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
24 add default HISADDR
25 enable dns
26
27papchap:
28
29 #
30 # edit the next three lines and replace the items in caps with
31 # the values which have been assigned by your ISP.
32 #
33
34 set phone PHONE_NUM
35 set authname USERNAME
36 set authkey PASSWORD
37