Sturla Holm Hansen wrote:
David Baron wrote:
On Wednesday 02 June 2004 03:06,
[EMAIL PROTECTED] wrote:
Incoming from David Baron:
Is there a little script that can be cron-d to check if the internet
connection (pptp -> ppp0) is up and if not, reconnect?
Try using the keyword "persist"
Sturla Holm Hansen wrote:
David Baron wrote:
On Wednesday 02 June 2004 03:06,
[EMAIL PROTECTED] wrote:
Incoming from David Baron:
Is there a little script that can be cron-d to check if the internet
connection (pptp -> ppp0) is up and if not, reconnect?
Try using the keyword "persist"
On Wednesday 02 June 2004 17:17, [EMAIL PROTECTED]
wrote:
> Just run a cron-job with a script like this
>
> #!/bin/bash
>
> ifconfig ppp0
> if [ $? != "0" ]
> then
> ifup ppp0
> fi
This an another, similar script posted did not quite work. Ifup says ppp0 is
an unconfigured device if not conn
On Wed, Jun 02, 2004 at 12:18:04AM +0300, David Baron wrote:
> Is there a little script that can be cron-d to check if the internet
> connection (pptp -> ppp0) is up and if not, reconnect?
I have the following in /etc/ppp/ip-down.d/reconnect:
(
sleep 5
while ! ifconfig | grep ppp0 >/dev/null 2>&
David Baron wrote:
On Wednesday 02 June 2004 03:06, [EMAIL PROTECTED]
wrote:
Incoming from David Baron:
Is there a little script that can be cron-d to check if the internet
connection (pptp -> ppp0) is up and if not, reconnect?
Try using the keyword "persist" in /etc/ppp/options.
On Wednesday 02 June 2004 03:06, [EMAIL PROTECTED]
wrote:
> Incoming from David Baron:
> > Is there a little script that can be cron-d to check if the internet
> > connection (pptp -> ppp0) is up and if not, reconnect?
>
> Try using the keyword "persist" in /etc/ppp/options.
It is there. Sporadic
Once upon a time s. keeling said...
> Incoming from David Baron:
> > Is there a little script that can be cron-d to check if the internet
> > connection (pptp -> ppp0) is up and if not, reconnect?
>
> Try using the keyword "persist" in /etc/ppp/options.
For some reason, that does not work for me
Incoming from David Baron:
> Is there a little script that can be cron-d to check if the internet
> connection (pptp -> ppp0) is up and if not, reconnect?
Try using the keyword "persist" in /etc/ppp/options.
--
Any technology distinguishable from magic is insufficiently advanced.
(*)
Is there a little script that can be cron-d to check if the internet
connection (pptp -> ppp0) is up and if not, reconnect?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
9 matches
Mail list logo