Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-29-2001, 04:05 PM
|
#1
|
Member
Registered: Apr 2001
Location: Gulf of Biscay
Posts: 32
Rep:
|
Hello all,
I have installed my Linux Mandrake 7.2. All goes ok except but whenn I try to dial my isp. CHAP cannot authenticate.
My password is ok, and i donīt now what more can I do. Here is the log that I have captured.
pppd 2.4.0 started by root, uid 0
Using interface ppp0
Connect: ppp0 <--> /dev/ttyS1
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2f8169e5> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0xe1 <auth chap MD5> <magic 0xe61664de> <mrru 1524> <endpoint 13...c>]
sent [LCP ConfRej id=0xe1 <mrru 1524>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x2f8169e5> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0xe2 <auth chap MD5> <magic 0xe61664de> <endpoint .........>]
sent [LCP ConfAck id=0xe2 <auth chap MD5> <magic 0xe61664de> <endpoint .........>]
rcvd [CHAP Challenge id=0xb1 <74...8>, name = "<deleted>"]
sent [CHAP Response id=0xb1 <e8...1>, name = "<deleted>"]
rcvd [CHAP Failure id=0xb1 "Authentication failure"]
Remote message: Authentication failure
CHAP authentication failed
sent [LCP TermReq id=0x2 "Failed to authenticate ourselves to peer"]
rcvd [LCP TermReq id=0xe3]
sent [LCP TermAck id=0xe3]
rcvd [LCP TermAck id=0x2]
Connection terminated.
Exit.
Thanks all.
PS: Excuse me for my english.
|
|
|
04-30-2001, 10:29 AM
|
#2
|
Member
Registered: Apr 2001
Location: London
Posts: 408
Rep:
|
I'm not that good with all this modem stuff, but here is an overview of what it's trying to do.
Using interface ppp0
Connect: ppp0 <--> /dev/ttyS1
--------(Your system makes the link to the ISP)
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2f8169e5> <pcomp> <accomp>]
--------(the ISP's server sends a challenge request to your Linux Box)
rcvd [LCP ConfReq id=0xe1 <auth chap MD5> <magic 0xe61664de> <mrru 1524> <endpoint 13...c>]
sent [LCP ConfRej id=0xe1 <mrru 1524>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x2f8169e5> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0xe2 <auth chap MD5> <magic 0xe61664de> <endpoint .........>]
sent [LCP ConfAck id=0xe2 <auth chap MD5> <magic 0xe61664de> <endpoint .........>]
--------(Your Box responds with a value obtained by using a one-way hash function using MD5)
rcvd [CHAP Challenge id=0xb1 <74...8>, name = "<deleted>"]
sent [CHAP Response id=0xb1 <e8...1>, name = "<deleted>"]
--------(The server checks the response by comparing it its own calculation of the expected hash value.)
--------(Failed)
rcvd [CHAP Failure id=0xb1 "Authentication failure"]
Remote message: Authentication failure
CHAP authentication failed
sent [LCP TermReq id=0x2 "Failed to authenticate ourselves to peer"]
--------(Terminating the handshake)
rcvd [LCP TermReq id=0xe3]
sent [LCP TermAck id=0xe3]
rcvd [LCP TermAck id=0x2]
Connection terminated.
Exit.
From the log I think it is going to be one of these points.
1) Your accounts deleted from the ISP (check you've paid)
2) They don't use CHAP-MD5 but MS-CHAP (Ask you ISP if they support Unix SVR4 systems)
3) You have some corruption going on with the MD5 hash algorithm.
/Raz
|
|
|
04-30-2001, 11:08 AM
|
#3
|
Member
Registered: Apr 2001
Location: Gulf of Biscay
Posts: 32
Original Poster
Rep:
|
Thanks for the reply
Thanks, razbot, but
> From the log I think it is going to be one of these points.
> 1) Your accounts deleted from the ISP (check you've paid)
I'm now connected from w2k.
> 2) They don't use CHAP-MD5 but MS-CHAP (Ask you ISP if they support Unix SVR4 systems)
The ISP packets say 'auth chap MD5' (?), or my linux interprets this as MD5
>3) You have some corruption going on with the MD5 hash algorithm.
I have unistall PPP and installed again but not go ok.
Can I reinstall the software that contains the MD5 hash algoritm?, where is it? in the kernel?
Thanks all
|
|
|
All times are GMT -5. The time now is 03:36 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|