[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: failing to connect with PPP in Austria



On Wed, Dec 28, 2005 at 09:47:50PM +0100, martin f krafft wrote:
> Date: Wed, 28 Dec 2005 21:47:50 +0100 (CET)
> From: martin f krafft <madduck@madduck.net>
> To: debian-user@lists.debian.org
> Subject: Re: failing to connect with PPP in Austria
> 
> martin f krafft said:
> > mh, not really, since I cannot connect -- I am in an Internet cafe now. It
> > receives an LCP packet mentioning CHAP and MD5, then sends one mentioning
> > CHAP and MD5, then reports the error and tries again several times.
> 
> Ah, the wonders of USB sticks...
> 
 [snip]
> pppd[11426]: rcvd [LCP ConfReq id=0x1 <mru 1514> <asyncmap 0x0> <auth chap
> MD5> <magic 0xcdc9526> <pcomp> <accomp>]
> pppd[11426]: No auth is possible
> pppd[11426]: sent [LCP ConfRej id=0x1 <auth chap MD5>]
> pppd[11426]: rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x800a298e>
> <pcomp> <accomp>]
> pppd[11426]: rcvd [LCP ConfReq id=0x2 <mru 1514> <asyncmap 0x0> <auth eap>
> <magic 0xcdc9526> <pcomp> <accomp>]
> pppd[11426]: No auth is possible
> pppd[11426]: sent [LCP ConfRej id=0x2 <auth eap>]
> pppd[11426]: rcvd [LCP ConfReq id=0x3 <mru 1514> <asyncmap 0x0> <auth chap
> MS> <magic 0xcdc9526> <pcomp> <accomp>]
> pppd[11426]: No auth is possible
> pppd[11426]: sent [LCP ConfRej id=0x3 <auth chap MS>]
> pppd[11426]: rcvd [LCP ConfReq id=0x4 <mru 1514> <asyncmap 0x0> <auth pap>
> <magic 0xcdc9526> <pcomp> <accomp>]
> pppd[11426]: No auth is possible


  According to above, peer wants to authenticate you using chap, eap,
ms-chap and pap, but every time you refuse him. There could be two
reasons: whether you explicitly refuse to authenticate by using refuse-chap,
refuse-pap pppd options, whether pppd cannot get secret from the
{chap,pap}-secrets files. Make sure that in /etc/ppp/chap-secrets you
have line like:

"username"	*	password

and use pppd's option "name" to explicitly indicate username you want to
use for the authentication.

  Good luck!

-- 
Alexei Chetroi

Smile... Tomorrow will be worse. (c) Murphy's Law



Reply to: