Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 1997 17:11:21 +0930
From:      Greg Lehey <grog@lemis.com>
To:        George Yegoroff <georgeye@sibtel.ru>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: PPP to ISP .
Message-ID:  <19970825171121.32612@lemis.com>
In-Reply-To: <199708251342.TAA09449@gy.sibtel.ru>; from George Yegoroff on Mon, Aug 25, 1997 at 12:33:02PM -0000
References:  <199708251342.TAA09449@gy.sibtel.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 25, 1997 at 12:33:02PM -0000, George Yegoroff wrote:
> Can somebody help me ?
> I try establish connect to my ISP by ppp program in "term" mode on leased
> line
> like this:
>
> ppp ON mail>term
>
> User Access Verification
>
> Username:TCMS-26
> Password:
> IP address or hostname:195.58.11.18
>
> Entering PPP mode.
> Async interface address is 195.58.11.10.
> Your IP address is 195.58.11.18. MTU is 1500 bytes.
> Header compression will match your system.
> ~ppp ON mail>Packet mode.
>
> ppp ON mail>show log
> 08-25 11:39:21 [284] Using interface:tun0
> 08-25 11:39:21 [284] PPP Started.
> 08-25 11:39:49 [284] Phase:Authenticate
> 08-25 11:39:49 [284] his=c023,mine=0
> 08-25 11:39:49 [284] PAP:()
> 08-25 11:39:49 [284] PapInput:NAK
> 08-25 11:39:49 [284] Received PAP_NAK (No hostname received to
> authenticate)
> 08-25 11:39:49 [284] Phase:Terminate
> 08-25 11:39:49 [284] Phase:Dead
>
> What's wrong ??!

Without seeing your ppp.conf, I can only guess, but it's telling you
it wants double authentication (crazy idea).  You need to enable pap
authentication.  Put the following in your ppp.conf:

  accept pap
  set authname <pap-name>
  set authkey <pap-password>

<pap-name> and <pap-password> are to be supplied by your ISP.

Greg



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