Re: ppp implementation over GPRS



Didi wrote:
> I am not sure there was such a thing like "too few" LCP options (but
> last time I did ppp was > year ago). If you get an IP in reply to your
> request, things seem pretty much normal - the other side may well
> assume a 10 seconds timeout, i.e. if you did not request (or state)
> an IP address, something is assumed to have gone wrong on either side.
> As for references, those I used you obviously already have
> (rfc1661 1662 etc :-). Good luck with your implementaton.

Hi Didi,
thanks - I have read thru the RFCs, but I must admit was trying to hack
some code to get it going quickly. The thing is that when I do an
ethereal trace off a setup on my PC the server _offers_ its IP address
after authentication and then the PC negotiates for its IP by
requesting '0.0.0.0'. In my implementation I don't get the intial
offer. Also, because I'm on a private APN I should be getting a
specific IP, but I actually get some othe IP - as if I haven't logged
in properly. I suppose that is a major clue!

Regards - Rocky

.