Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Jan 1997 16:52:20 -0500
From:      Mike Tancsa <mike@sentex.net>
To:        questions@freebsd.com
Subject:   Re: Still no go
Message-ID:  <3.0.32.19970102165218.00930b70@sentex.net>

next in thread | raw e-mail | index | archive | help
At 01:25 PM 1/02/97 -0800, Doug White wrote:
>On Mon, 30 Dec 1996, David Rose wrote:
>
>>  I'm still dead in the water with 'user ppp' connecting through my
providers
>>  Ascend Max200. I called my ISP provider and all he could tell me is that
>>  it will not prompt for username or password. I have FreeBSD and Windows95
>>  both on this machine and Windows95 will connect though this Server/Router.
>>  He did say that it uses PAP to authenticate and I have tried PAP without
>>  any luck. Apparently, I'm doing something wrong but I'm not sure what.
>
>Let's see your profile in ppp.conf for your ISP.  Don't forget to blank
>out the username and password.


I got this from someone else on the list who claimed that it works with an
Ascend and a Livingston (which I dial into)... I invoke it with ppp myscript



myscript:
 set debug phase chat lcp lqm
 set device /dev/cuaa0
 set speed 57600
 set timeout 0
 deny lqr
 disable lqr
 disable pred1
 deny pred1
 set timeout 0
 set phone myphonenumber
 accept chap
 set authname myuserid
 set authkey mypassword
 set ifaddr 0 0
 set openmode active
 dial



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