From owner-freebsd-questions Sun Jun 25 8:27:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.server.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id B229A37BAA4 for ; Sun, 25 Jun 2000 08:27:42 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.85.3]) by mta02-svc.server.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000625162709.HHLD10065.mta02-svc.server.ntlworld.com@parish.my.domain>; Sun, 25 Jun 2000 16:27:09 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id QAA01574; Sun, 25 Jun 2000 16:27:26 +0100 (BST) (envelope-from mark) Date: Sun, 25 Jun 2000 16:27:26 +0100 From: Mark Ovens To: Adam Hefetz Cc: questions@freebsd.org Subject: Re: pppd - chat script failed Message-ID: <20000625162726.H233@parish> References: <20000625142115.12294.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000625142115.12294.qmail@hotmail.com>; from adam_hefetz@hotmail.com on Sun, Jun 25, 2000 at 02:21:15PM +0000 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jun 25, 2000 at 02:21:15PM +0000, Adam Hefetz wrote: > Hi, > I tried to set up user-ppp following the instructions in the freebsd > handbook (the link you gave me is for people using ethernet and I use a > dialup connection). It covers both. Look at section 3 "Configuring the PPP Dial-Out Connection" > When typing 'ppp' and getting this prompt: > > ppp ON hefetz> > > and then typing 'dial' I get the same message saying the chat script failed. > I also noticed that above the prompt I have this: > > Warning: Usage: add mask gatway > > This is how my ppp.conf file looks like: > > default: > set device /dev/cuaa1 > set speed 115200 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK > \\dATDT\\TTIMEOUT 40 CONNECT" ^^^^^ Missing space, should be \\T TIMEOUT Also, is it just you mailer that split the line; if not then the first part needs a trailing ``\'': .....ATE1Q0 OK-AT-OK \ > provider: > set phone "1700 700 700 701" > set login > set timeout 300 > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > add default 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 ^^^^^^^^^^^^^^^^^^^^^^ Remove this line to get rid of "Warning: Usage: add mask gateway". > enable dns > set authname > set authkey *Always* zap your username and password before e-mailing ppp.conf (and other files with similar info in them). > > I hope you can help, Adam > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com > -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message