<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2733.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman">Hi all,<BR><BR>Firstly
there seems to be a bug in the latest "lcpout.c" file. The line
:<BR>if ((nb = NutNetBufAlloc(0, NBAF_APPLICATION, rejected ? 6 : 12)) != 0)
{<BR>should be:<BR>if ((nb = NutNetBufAlloc(0, NBAF_APPLICATION, rejected ? 12 :
6)) != 0) {<BR><BR>My real problem is that PAP authentication messages seem to
be ignored by my<BR>GPRS server. The server requires a blank username and
password. I have<BR>tried blank. I have tried passwords. I have even
tried rejecting the<BR>(AUTH=0xC023) request from the server. Still I'm being
ignored (except for<BR>the latter where I get a TERMREQ when it is time for IPCP
negotiation).<BR>Has anyone experienced this? Could it be that the server
is speechless<BR>without PCOMP and ACOMP?<BR><BR>Thanks in advance for any
help.<BR><BR>Cheers,<BR>Francois Rademeyer<BR><BR>Here is a shortened version of
my PPP debug output for a blank id/password:<BR><BR>PPP < [LCP-1 CONFREQ
(ACCM = 0x000A000)]<BR>PPP > [LCP-1 CONFREQ (MRU=1500)(ACCM
=<BR>0x0000000)(PCOMP)(ACOMP)(AUTH=0xC023)]<BR>PPP < [LCP-1 CONFREJ
(PCOMP)(ACOMP)]<BR>PPP > [LCP-1 CONFACK (ACCM = 0x000A000)]<BR>PPP >
[LCP-2 CONFREQ (MRU=1500)(ACCM = 0x0000000)(AUTH=0xC023)]<BR>PPP < [LCP-2
CONFACK (MRU=1500)(ACCM = 0x0000000)(AUTH=0xC023)]<BR>PPP < [PAP-3
AUTHREQ]<BR>... 5 second delay<BR>PPP < [PAP-3 AUTHREQ]<BR>... 5 second
delay<BR>PPP < [PAP-3 AUTHREQ]<BR>... 5 second delay<BR>PPP < [PAP-3
AUTHREQ]<BR>... 5 second delay<BR>PPP < [PAP-3 AUTHREQ]<BR>... 5 second
delay<BR>PPP < [PAP-3 AUTHREQ]<BR>... no auth reply received
(timeout)</FONT><BR></FONT></DIV></BODY></HTML>