From owner-freebsd-mobile Sun Feb 28 17:44:42 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from socrates.i-pi.com (socrates.i-pi.com [198.49.217.5]) by hub.freebsd.org (Postfix) with ESMTP id 8601E15162 for ; Sun, 28 Feb 1999 17:44:35 -0800 (PST) (envelope-from ingham@socrates.i-pi.com) Received: (from ingham@localhost) by socrates.i-pi.com (8.9.1/8.9.1) id SAA02466; Sun, 28 Feb 1999 18:43:05 -0700 Message-ID: <19990228184304.A2452@socrates.i-pi.com> Date: Sun, 28 Feb 1999 18:43:04 -0700 From: Kenneth Ingham To: Alan DuBoff , mobile@FreeBSD.ORG Subject: Re: Modem working, now getting ppp setup References: <199902260653.OAA02584@netrinsics.com> <36D9969C.75946647@SoftOrchestra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2 In-Reply-To: <36D9969C.75946647@SoftOrchestra.com>; from Alan DuBoff on Sun, Feb 28, 1999 at 11:18:52AM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Feb 28, 1999 at 11:18:52AM -0800, Alan DuBoff wrote: > I was a bit confused as to the CHAP and PAP, I normally just use plain > text, and Solaris allows me to enter prompts and responses in the uucp > for the System it is calling (is that CHAP???) The PPP protocol contains two types of authentication. PAP is similar to providing a login name and password, CHAP never sends the secret across the connection. If your phone may be tapped (or the connection between you and your modem), CHAP is more secure. In both cases, you have a ``login name'' and a shared secret (password). You can provide this info as a part of the config file for PPP. However, you may need to do nothing at all with these, as the place you dial into may have you log in first, then start up PPP. In this case, no (PPP) authentication is done. If you can get the connection to start manually, then what you really need to be doing is creating chat strings (similar to the UUCP chat you described). Kenneth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message