Date: Fri, 3 Jan 1997 18:20:59 -0800 (PST) From: Doug White <dwhite@resnet.uoregon.edu> To: Mike Tancsa <mike@sentex.net> Cc: questions@freebsd.com Subject: Re: Still no go Message-ID: <Pine.BSI.3.95.970103182012.11231I-100000@resnet.uoregon.edu> In-Reply-To: <3.0.32.19970102165218.00930b70@sentex.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2 Jan 1997, Mike Tancsa 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. > > 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 This script is set up for CHAP, not PAP. Change this to accept pap and it should work better. > set authname myuserid > set authkey mypassword > set ifaddr 0 0 > set openmode active > dial > Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.970103182012.11231I-100000>