From owner-freebsd-questions Wed Feb 12 17:24:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA08796 for questions-outgoing; Wed, 12 Feb 1997 17:24:46 -0800 (PST) Received: from saguaro.flyingfox.com (saguaro.flyingfox.com [204.188.109.253]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id RAA08775; Wed, 12 Feb 1997 17:24:38 -0800 (PST) Received: (from jas@localhost) by saguaro.flyingfox.com (8.6.12/8.6.10) id RAA11133; Wed, 12 Feb 1997 17:19:42 -0800 Date: Wed, 12 Feb 1997 17:19:42 -0800 From: Jim Shankland Message-Id: <199702130119.RAA11133@saguaro.flyingfox.com> To: freebsd-questions@freebsd.org, webnetix@mti.net Subject: Re: PPP server dialing problems (ISDN) Cc: freebsd-isp@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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.