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