Date: Wed, 12 Feb 1997 17:19:42 -0800 From: Jim Shankland <jas@flyingfox.COM> To: freebsd-questions@freebsd.org, webnetix@mti.net Cc: freebsd-isp@freebsd.org Subject: Re: PPP server dialing problems (ISDN) Message-ID: <199702130119.RAA11133@saguaro.flyingfox.com>
next in thread | raw e-mail | index | archive | help
Be sure you say "disable chap" as well as "accept chap". Otherwise, your end will accept the Ascend's CHAP request, but will also ask the Ascend to authenticate itself to you using CHAP; the Ascend will likely not be happy about that. This seems to be a feature of ppp (the software, not the protocol) :-(. Here's my conf entry for talking to a Pipe50, with authname, authkey, and ifaddr altered. Replace "pap" with "chap" if you need to, plug in your own values for authname, authkey, and ifaddr, and give it a try. ascend: disable pap disable chap disable lqr disable vjcomp deny vjcomp deny lqr accept pap set authname XXXXXXXX set authkey YYYYYYYY set ifaddr 1.2.3.4 5.6.7.8 Jim Shankland Flying Fox Computer Systems, Inc.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702130119.RAA11133>