Hello Phillip 
some comments inline.
> 
> Emailed the ISP what I saw, then talked to him.
> He was confused and couldn't get a terminal emulator to work
> to see for himself.
> 
> So I said, Dude, the thing is not putting out  login:
> Is there a chance auth is CHAP or PAP?
> Oh yeah, I think it is.  ( Jeez)
> Well, Chap or PAP?
> Uh, I'm not sure, maybe CHAP? (Jeez)
> Unencrypted secret?
> I dunno.  (Jeez )
> 
> So I turned on CHAP and got a couple dozen LCP exchanges.
just a short help, this may solve the pap chap problem too :) 

The communication will be something like 
sent [LCP ConfReq id=0x1 <asyncmap> 0x0> <magic 0xd7c7d0ab> 
<pcomp> <accomp>]
your side sending ConfReq with id 0x1 

rcvd [LCP ConfReq id=0x8b <asyncmap> 0xa0000> <auth pap> 
<magic 0x2279e419> <pcomp> <accomp>]
As an answer you receaf authentication is pap 

sent [LCP ConfAck id=0x8b <asyncmap> 0xa0000> <auth pap> 
<magic 0x2279e419> <pcomp> <accomp>]
you confirmed  ConfAck that you use pap as an answer to request 
id=0x8b 

Now notice if a connection in LCP level is established. if not what 
requests are not confirmed (Acknowledged)

After this the next step will be 
sent [PAP AuthReq id=0x1> user="user" password=<hidden>]

and if you have luck :)
rcvd [PAP AuthAck id=0x1 ""]

Ofcourse with chap things look like  send [ CHAP .....]

during the first stage you could find allready some "lcp pings" 
sent [LCP EchoReq id=0x0 > magic=0x83709a1d]
and the answers to this 
rcvd [LCP EchoRep id=0x0> magic=0x52791570] 

if that is the case the  hardware should be ok .

> Rejected me so now I'll read about CHAP.
> 
> HOW can you run an ISP and not have someone on site or a quick
> phone call away who knows what they are doing?
(off topic) you can even run governements in that way ;) 

I hope that this helps to find the cause of your problem

Regards
Eric Wolzak
member of the Bering Crew


-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ad.doubleclick.net/clk;4699841;7576301;v?http://www.sun.com/javavote
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to