"DAVID B. TEAGUE" <[EMAIL PROTECTED]> writes: > Sometimes 20 - 30 attempts with pppd will get a connection. Using > kermit, I can program a loop to retry until it conects. I can't start > ppp that way. Is there a way to program the ppp chat script or > otherwise programm a dial loop that will allow me to repeatedly try to > connect and start ppp?
My pppd tries repeatedly (at least 5 times) to connect; it probably has to do with the fact that I have the "presist" option in /etc/ppp.options_out. However, a better idea would be to find out why your pppd isn't connecting - what's near the end of your /var/log/ppp.log after an unsuccessful connect attempt? From what you describe, it almost sounds like some of the machines you're dialing into use one connect sequence, and some use another. In this case you need to figure out both types of login sequences and probably need to write an "expect" script - chap isn't good at deciding between alternatives. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .