From owner-freebsd-questions Thu Dec 19 18:52:50 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA01233 for questions-outgoing; Thu, 19 Dec 1996 18:52:50 -0800 (PST) Received: from psln1.psln.com (psln.com [206.99.118.101]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id SAA01228 for ; Thu, 19 Dec 1996 18:52:48 -0800 (PST) Received: from dkeller by psln1.psln.com via ESMTP (951211.SGI.8.6.12.PATCH1042/951211.SGI.AUTO) id SAA15834; Thu, 19 Dec 1996 18:46:42 -0800 Message-Id: <199612200246.SAA15834@psln1.psln.com> From: "Daniel Keller" To: "FreeBSD Questions Mailing List" , "Jay Sachs" Subject: Re: chat dial script in ppp.conf Date: Thu, 19 Dec 1996 19:26:45 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk here is my ppp.conf file: ##############ppp.conf################ default: set device /dev/cuaa0 set speed 14400 disable lqr deny lqr # this is the line that is cauing trouble set dial "TIMEOUT 5 '' ATE1Q0 OK-AT-OK\dATDT\T TIMEOUT 30 CONNECT" psln: set device /dev/cuaa0 set phone 5964379 set timeout 120 # set ifaddr 0 206.155.61.100 set ifaddr 0 0 ---------- > From: Jay Sachs > To: Daniel Keller > Subject: Re: chat dial script in ppp.conf > Date: Thursday, December 19, 1996 6:00 PM > > > Could you post or email your ppp.conf file (don't forget to xxxxx out > your password)? ppp is very picky about the syntax. > > -jay > > "Daniel Keller" writes: > > > > > Hi, > > I am having trouble setting up my dial string in ppp.conf for use with the > > ppp program. I have already read the handbook, ppp man page, and chat man > > page. The example don't seem to work and the string I have created > > ("TIMEOUT 10 '' ATZ OK ATDT555-5555 CONNET") donen't work either. As I said > > in a priveiou post I can connect if I use the term command to talk directly > > with the modem, but if I type dial It just says dial failed. > > Thanks, > > Daniel Keller > > ------------------------------ > > dkeller@psln.com > > ------------------------------ > > > > > > > >