I'm using ppp 2.3.10 for a callback connection with a Windows NT RAS
server. I've read the README.cbcp and the README.MSCHAP80 and followed
all advices in both README's. But when my RAS server calls back, after
a few minutes the connection is canceled. 
In the past I've used 2.3.5 and 2.3.7 and in both versions I changed
the following line in the lcp.c files

   ppp_recv_config(unit, PPP_MRU, (lax_recv? 0: 0xffffffff), 

into

     ppp_recv_config(unit, PPP_MRU, (lax_recv? 0: 0x00000000), 

So, I did the same in 2.3.10.

And now it works. I think it's clear to everybody that I'm just
following a recipe instead of understanding what I'm doing. 
But what am I doing ? Am i creating a serious security bug in the pppd
daemon or why isn't it changed since 2.3.5 ?

Please respond by email since I don't follow the ppp mailing list.


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to