Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 1998 11:31:09 +0000
From:      dmaddox@scsn.net (Donald J. Maddox)
To:        "Sean J. Schluntz" <schluntz@pacbell.net>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Please help with ppp config!
Message-ID:  <19980708113109.B744@scsn.net>
In-Reply-To: <199807080628.XAA27975@mail-gw6.pacbell.net>; from Sean J. Schluntz on Tue, Jul 07, 1998 at 11:41:08PM -0800
References:  <199807080628.XAA27975@mail-gw6.pacbell.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980708113109.B744>