lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] How to test IP over PPP ?


From: Jani Monoses
Subject: Re: [lwip-users] How to test IP over PPP ?
Date: Tue, 2 Dec 2003 11:02:45 +0200

> In my case i try to connect with win2k  ppp client(just a direct
> connection to another computer using ppp) to the embedded system using
>  null modem cable, and windows client always sends first "CLIENT"
>  string ,which i guess should be responded by "CLIENTSERVER" string by
>  the peer first to start any other communication. Peer in my case,the
>  lwip-ppp doesnt handle such string as it walks through pppInProc()
>  when called everytime by pppMain()  and hence nothing happens
>  further. What am i missing here ? 

Yes probably you should respond with clientserver to the host.Since this
is not a ppp but a serial connection thing it would be better done in
sio.c so it works for slipif too.
Let us know if you solve this.




reply via email to

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