From owner-freebsd-questions Wed Jul 8 08:30:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14182 for freebsd-questions-outgoing; Wed, 8 Jul 1998 08:30:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14168 for ; Wed, 8 Jul 1998 08:30:36 -0700 (PDT) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([209.12.57.30]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA248; Wed, 8 Jul 1998 11:24:36 -0400 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.8) id LAA00901; Wed, 8 Jul 1998 11:31:09 GMT (envelope-from root) Message-ID: <19980708113109.B744@scsn.net> Date: Wed, 8 Jul 1998 11:31:09 +0000 From: dmaddox@scsn.net (Donald J. Maddox) To: "Sean J. Schluntz" , freebsd-questions@FreeBSD.ORG Subject: Re: Please help with ppp config! Reply-To: dmaddox@scsn.net Mail-Followup-To: "Sean J. Schluntz" , freebsd-questions@FreeBSD.ORG References: <199807080628.XAA27975@mail-gw6.pacbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199807080628.XAA27975@mail-gw6.pacbell.net>; from Sean J. Schluntz on Tue, Jul 07, 1998 at 11:41:08PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 07, 1998 at 11:41:08PM -0800, Sean J. Schluntz wrote: > I'm trying to get my ISDN modem (BitSURFR Pro) dialed in to pacbell.net > using ppp -auto but some strange things keep happining. > > As soon as the system boots the DTS light begins flashing on the BitSURFR > and just keeps flashing. > > Below are my config files and the log file. One side note, I do > currently have a network card in the system using the IP address 10.0.0.1 > for my local network. It's my hope to get ppp running with -aliase so I > can use the ISDN line with all of the systems in the house. > > Thanks for any help! You have the BitSURFR configure to use PPPC(MLPPP)... In this mode, you _have_ to use PAP or CHAP for authentication. You need to remove the 'set login' line from your ppp.conf file, and add something like: set authname YOUR_USER_NAME set authkey YOUR_PASSWORD Then ppp will automagically log you into your ISP using PAP. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message