From owner-freebsd-questions Sat Jul 3 11: 9:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand4.global.net.uk (sand4.global.net.uk [194.126.80.248]) by hub.freebsd.org (Postfix) with ESMTP id 8ECE0150D7 for ; Sat, 3 Jul 1999 11:09:35 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from pd6s03a06.client.global.net.uk ([195.147.211.215] helo=marder-1.) by sand4.global.net.uk with esmtp (Exim 2.12 #1) id 110UEH-0002eS-00; Sat, 3 Jul 1999 19:09:33 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id TAA01112; Sat, 3 Jul 1999 19:05:39 +0100 (BST) (envelope-from marko) Date: Sat, 3 Jul 1999 19:05:39 +0100 From: Mark Ovens To: Bart Trzynadlowski Cc: freebsd-questions@freebsd.org Subject: Re: dialing with ppp - chat logged Message-ID: <19990703190539.B423@marder-1> References: <19990701190357.A256@marder-1> <19990703020054.A252@marder-1> <3.0.5.32.19990703104048.00874850@powernet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <3.0.5.32.19990703104048.00874850@powernet.net>; from Bart Trzynadlowski on Sat, Jul 03, 1999 at 10:40:48AM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 03, 1999 at 10:40:48AM -0700, Bart Trzynadlowski wrote: > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0M0 OK-AT-OK > \\dATDT\\T TIMEOUT 45 CONNECT" > > It looks like that now but it still won't dial. At least now it doesn't > report a chat script failure. It just doesn't do anything. I did notice the > PPP prompt change from: > > ppp > > to > > Ppp > > and then back to > > ppp > This looks like authentication is failing, i.e. your username/password is not recognized. From the ppp manpage: Once the connection is made, the `ppp' portion of the prompt will change to `PPP': # ppp MyISP ... ppp ON awfulhak> dial Ppp ON awfulhak> PPp ON awfulhak> PPP ON awfulhak> The Ppp prompt indicates that ppp has entered the authentication phase. The PPp prompt indicates that ppp has entered the network phase. The PPP prompt indicates that ppp has successfully negotiated a network layer protocol and is in a usable state. Have you set up PAP and/or CHAP correctly? Does your ISP use PAP/CHAP or should you use a Chat script? I need the latter for my ISP: set login "TIMEOUT 5 ogin:--ogin: markov word: not_telling_you" > Anything else that I can try to get it working? > > Thanks! > > Bart Trzynadlowski > > At 02:00 AM 7/3/1999 +0100, you wrote: > >On Thu, Jul 01, 1999 at 04:59:55PM -0700, Bart Trzynadlowski wrote: > >> > >> Okay, here is my ppp.conf file as requested: > >> > >> default: > >> allow users * > >> set speed 115200 > >> set device /dev/cuaa2 > >> disable pred1 > >> deny pred1 > >> disable lqr > >> deny lqr > >> set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0M0 > >> OK-AT-OK \\dATDT\\TTIMEOUT 45 CONNECT" > > ^^^^^ > >You need a space here, i.e: > > > >\\dATDT\\T TIMEOUT > > ^ > > ^ > > > >HTH > > > >-- > > FreeBSD - The Power To Serve http://www.freebsd.org > > My Webpage http://www.users.globalnet.co.uk/~markov > >_______________________________________________________________ > >Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > >CAD/CAM solutions for Sheetmetal Working Industry > >mailto:markov@globalnet.co.uk http://www.radan.com > > > > > > > > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:markov@globalnet.co.uk http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message