my broadband connection often drops because it quite a poor provider. I would like to automate the process of reconnecting the line every time it drops without having to type anything.
From the tdlp site
http://www.tldp.org/HOWTO/NET3-4-HOWTO-7.html i have part of the solution. But this is based on me issuing a pppd command in order to connect.
But on my ubuntu system, to connect to the internet if the connection is dropped i issue the command
pppd call speedtch
(speedtch being the file location for the router firmware)
How can i automate it so that all i have to do is type
pppd at the command prompt using root privileges ??? and this would then allow me to automate reconnection to the broadband server.
the way i set up my broadband connection is detailed at
http://www.linux-usb.org/SpeedTouch/ubuntu/index.html
anyone??