[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: adsl keep alive script
- To: <Ohad.Levy(at-nospam)infineon.com>
- Subject: Re: adsl keep alive script
- From: mulix <mulix(at-nospam)actcom.co.il>
- Date: Thu, 29 Nov 2001 18:14:48 +0200 (IST)
- Cc: <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <2F0C46A18294D411ABAC00508BFD6D89AD17C4@xch.savan.com>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On Thu, 29 Nov 2001 Ohad.Levy@infineon.com wrote:
> Hello all,
>
> I'm trying to write a script which will keep my adsl connection up
> all the time.
good for you, although many such scripts have already been written. it's
a useful excersize, if nothing else.
> I tried something like running :
> while 1
> rm -rf /var/run/pp*
> pptp parameters nodetach &
> end
> but from some reason, whenever i ran it, it worked for about 10
> minutes, and after ten minutes, the pptp was detached and alot of
> pptp process started ( even that the connection was still alive ).
that pptp line looks oxymoronic. how are 'nodetach' and '&' supposed to
work together?
i use a script written by haif gelfenbeym, called adsl-connect. see it
here: http://www.mail-archive.com/linux-il%40cs.huji.ac.il/msg12428.html
etzion also wrote a good script, but i dont have a url handy. etzion?
studiously avoiding all political discussions,
mulix
--
mulix
http://www.pointer.co.il/~mulix/
http://syscalltrack.sf.net/
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il