Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jul 1999 19:05:39 +0100
From:      Mark Ovens <markov@globalnet.co.uk>
To:        Bart Trzynadlowski <trzy@powernet.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: dialing with ppp - chat logged
Message-ID:  <19990703190539.B423@marder-1>
In-Reply-To: <3.0.5.32.19990703104048.00874850@powernet.net>; from Bart Trzynadlowski on Sat, Jul 03, 1999 at 10:40:48AM -0700
References:  <Pine.BSF.4.05.9907011657460.226-100000@Brzuszek> <19990701190357.A256@marder-1> <Pine.BSF.4.05.9907011657460.226-100000@Brzuszek> <19990703020054.A252@marder-1> <3.0.5.32.19990703104048.00874850@powernet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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