2

How to set auto redial in Ubuntu 11.10 like Windows XP where in Windows XP it asks you the number how many times want to re-dial if connection gets dropped where you set the number of re-dial like 10,20 or 100

Is there any option in Ubuntu I can set the number of redial if connection drops? Please help my connection gets dropped every couple of hours or I have to get back to dumb Windows.... help me....

Jorge Castro
  • 71,754

2 Answers2

3

persist in /etc/ppp/peers/dls-provider is important.

I also noticed that maxfail 0 is very important too. Specially if there is a problem with the line. Without it pppd will give up after the 10th attempt.

user.dz
  • 48,105
rsd
  • 116
2

You can set the persist option in /etc/ppp/options, and it should keep trying forever.

tumbleweed
  • 8,026