Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2000 13:44:54 -0600
From:      "Bert Hiddink" <hiddink@galileo.or.cr>
To:        freebsd-questions@FreeBSD.ORG
Subject:   ppp.conf
Message-ID:  <20000912193610.428A137B42C@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Hello,

Could someone help me out with the configuration of my ppp. My 
ppp.conf looks like this:
#################################################################
# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.2 1999/08/27 23:24:08 peter Exp 
$
#################################################################

default:

 #
 # Make sure that "device" references the correct serial port
 # for your modem. (cuaa0 = COM1, cuaa1 = COM2)
 #

 set device /dev/cuaa4

 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 ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR
 enable dns

papchap:

 #
 # edit the next three lines and replace the items in caps with
 # the values which have been assigned by your ISP.
 #

 set phone 12345676
 set authname myusername
 set authkey mypassword

########

I am on FreeBSD .4.1 and use a Megaherts XJ PMCIA modem on a toshiba 
laptop.

When I type 'ppp':
Working in interactive mode
Using interface: tun0
ppp ON myhost> 

then I put 'dial' but I gett only one long tone and then after a 
while: "Warning: chat script failed"

Could anyone give me a clue what I am doing wrong?

Thanks for your help in advance!

-brt


   Bert Hiddink, FUNDACION GALILEO
   Correo electronico: hiddink@galileo.or.cr
   Sitio: http://www.galileo.or.cr
   Tel. (506) 280 8683, telefax. (506) 280 8847


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000912193610.428A137B42C>