Some options you can add to your /etc/sysconfig/network-scripts/ifcfg-ppp*
Dial the connection when it is needed:
DEMAND=yes|no
Disconnect after a specified period of inactivity
IDLETIMEOUT=<number of seconds>
Automatically reconnect on disconnect
PERSIST=yes|no
Wait for specified number od seconds before trying to reconnect after being disconneted.
DISCONNECTTIMEOUT=<number of seconds>
Wait for the specified number of seconds before trying to reconnect after a failed connection attempt.
RETRYTIMEOUT=<number of seconds>
That should get you started. Replace the * in ifcfg-ppp* with the correct number. Probably 0.
Jim H


Reply With Quote
you had to write your own chat scripts to get online. Most of these are just equivalent to options for pppd that you used to place in your ppp options file.
Bookmarks