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?