From owner-freebsd-questions Fri Apr 5 13:19:29 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA12059 for questions-outgoing; Fri, 5 Apr 1996 13:19:29 -0800 (PST) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA12052 for ; Fri, 5 Apr 1996 13:19:25 -0800 (PST) Received: by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA07770; Fri, 5 Apr 1996 13:19:08 -0800 Date: Fri, 5 Apr 1996 13:19:06 -0800 (PST) From: "Brian N. Handy" To: Robert Hammond Cc: questions@freebsd.org Subject: Re: PPP Help In-Reply-To: <199604051926.LAA04370@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > to, it connects, then it sits there. I know my provider uses the PPP > authentication protocol, but I can't figure out how to get the interface to > use that. Any help as soon as possible would be appreciated. > > Robert Hammond Once you have logged into your provider and have PPP running on his end, type a ~p to start packet mode on your end. If it abruptly hangs up on you, maybe you need to figure out PAP or CHAP. If it's something simple like PAP, before you do 'term' type the following: ppp> set authname whoeverIam ppp> set authkey my_pap_password ppp> term ...and then do all the other stuff. CHAP is almost assuredly different, unfortunately I don't use it so I can't help you without going home and doing the ol' RTFM myself. Good luck and Godspeed, Brian