Deleted Added
full compact
ppp.conf (78554) ppp.conf (137882)
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#
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 78554 2001-06-21 15:42:26Z brian $
8# $FreeBSD: head/etc/ppp/ppp.conf 137882 2004-11-19 03:51:12Z obrien $
9#################################################################
10
11default:
12 set log Phase Chat LCP IPCP CCP tun command
13 ident user-ppp VERSION (built COMPILATIONDATE)
14
15 # Ensure that "device" references the correct serial port
9#################################################################
10
11default:
12 set log Phase Chat LCP IPCP CCP tun command
13 ident user-ppp VERSION (built COMPILATIONDATE)
14
15 # Ensure that "device" references the correct serial port
16 # for your modem. (cuaa0 = COM1, cuaa1 = COM2)
16 # for your modem. (cuad0 = COM1, cuad1 = COM2)
17 #
18 set device /dev/cuaa1
19
20 set speed 115200
21 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
22 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
23 set timeout 180 # 3 minute idle timer (the default)
24 enable dns # request DNS info (for resolv.conf)

--- 13 unchanged lines hidden ---
17 #
18 set device /dev/cuaa1
19
20 set speed 115200
21 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
22 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
23 set timeout 180 # 3 minute idle timer (the default)
24 enable dns # request DNS info (for resolv.conf)

--- 13 unchanged lines hidden ---