T-Mobile changed the RTT of my CDS service card to 1100ms. I can't connect using PPPD any longer.

What configuration parameters do I have to change to get a connection again?

MrB

edit: my current configuration

I have this in my options.pppd

lock noauth nobsdcomp nodeflate require-mppe mtu 1000 mru 1000 lcp-echo-failure 10 lcp-echo-interval 10

I tried adding:

connect-delay 3000

But that didn't help.

I enabled the debug option in pppd and this line keeps repeating over and over in the messages logfile:

pppd[17644]: sent [LCP ConfReq id=0x1 ]

It seems he's sending this ConfReq over and over, and the other side doesn't respond. Maybe there's a way to increase the timeout for this?

link|improve this question
That depends on what your current configuration parameters are. – Majenko Apr 7 '11 at 10:19
Thanks I added my options.pppd – MrB Apr 7 '11 at 11:25
Do you know which parameters could affect or be affected by RTT? I'm guessing I need to set it to wait for the LCP longer, but connect-delay 3000 didn't seem to help. Anything else like that? – MrB Apr 7 '11 at 11:26
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.