Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2000 13:06:42 -0400
From:      Boucher Eric <eric.boucher24@sympatico.ca>
To:        FreeBSD <freebsd-questions@FreeBSD.org>
Subject:   problem with internet connexion
Message-ID:  <39578DA2.C8347CC6@sympatico.ca>

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

I have very big problem connecting on the internet. I always have the
same message :

chat script failed

Here is my file ppp.conf


#################################################################
# 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.1.2.2 1999/08/29 14:19:56 peter Exp
$
#################################################################

default:
 set log Phase Chat LCP IPCP CCP tun command
 set log +chat
 set device /dev/cuaa1
 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \
           OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
isp:
 set phone 1112223333
 set login
 set authname xxxx
 set authkey yyyy
 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


Of course, I replaced the phone number, the authname and the authkey.

Can somebody please help me.

Also, the line set log +chat was a suggestion from someone, but it
didn't worked with
or without this line.

Thanks




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?39578DA2.C8347CC6>