lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] PPP CHAP Response repeatedly results in further CHAP Challe


From: umair47
Subject: [lwip-users] PPP CHAP Response repeatedly results in further CHAP Challenges
Date: Mon, 17 Feb 2020 10:00:50 -0700 (MST)

Hi,

I have been stuck for some time while implementing PPP on our platform (info
at the end of this message).

Everything works fine until LCP succeeds and we move to
PPP_PHASE_AUTHENTICATE. The problem is that in this phase while using CHAP
or any other kind of Authentication, the CHAP Response results in repeatedly
receiving the same CHAP Challenge from the modem again and again. This
Challenge/Response cycle repeats for about 6 times until I receive NO
CARRIER from the modem. 

The modem does not require authentication but I anyway call: 
pppapi_set_auth(ppp, PPPAUTHTYPE_ANY, PPP_AUTH_USERNAME, PPP_AUTH_PASSWORD);

If I opt to proceed without any authentication and go directly to
PPP_PHASE_NETWORK, lwIP keeps sending the IPCP ConfReqs, which do not result
in any Response from the modem at all.

We have the same modem on a different platform (Espressif based MCU and lwIP
version 1.5.0 modified by Espressif) and we use the same PPP_AUTH_USERNAME
and PPP_AUTH_PASSWORD there as well. On this platform however, we do not see
any issues. The CHAP Response results in CHAP Success in the first attempt.
The following IPCP Conf also succeeds without any issues. 

This is very confusing to me as I cannot figure out why the PPP does not
work on STM platform. I have also tried turning off/on VJ Comp and CCP. 

I would greatly appreciate any kind of help. 

I have attached four files:
1) PPP FAIL log while doing Authentication
2) PPP FAIL log skipping Auth phase and doing Network Conf directly
3) PPP PASS log from other platform
4) lwipopts.h


PPP_FAIL_log_while_doing_Authentication.txt
<http://lwip.100.n7.nabble.com/file/t2351/PPP_FAIL_log_while_doing_Authentication.txt>
  
PPP_FAIL_log_skipping_Auth_phase_and_doing_Network_Conf_directly.txt
<http://lwip.100.n7.nabble.com/file/t2351/PPP_FAIL_log_skipping_Auth_phase_and_doing_Network_Conf_directly.txt>
  
PPP_PASS_log_from_other_platform.txt
<http://lwip.100.n7.nabble.com/file/t2351/PPP_PASS_log_from_other_platform.txt> 
 
lwipopts.h <http://lwip.100.n7.nabble.com/file/t2351/lwipopts.h>  


FreeRTOS: 10.0.0

lwIP:         v2.0.3

MCU:         STM32L496

Modem:     Fibocom NL-668
 

 
Thanks very much.
Umair



--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]