PDA

View Full Version : how to prevent from disconnect?



Wisi
12-10-2004, 18:07
my provider disconnects every 15 minutes where there is no data to the inet.

so to prevent him from disconnecting: what possibility do I have with the wl-500g to send some little data?

if the router disconnects it doesn't reconnect till a new request is taken from the lan, this is bullshit for remote control functions.

someone has an idea?

Oleg
12-10-2004, 18:20
(while sleep 60s; do ping -c 1 your_dns; done)&

Wisi
12-10-2004, 21:04
where to put in?

sorry for askin but i am only usin the standard official software, so never put any things additional to the wl-500g

Oleg
12-10-2004, 21:48
if you want for this to be used permanently, put this to your usb drive if you've one. You will need to write a shell script and specify it for execution at the ftp settings page.

Spot
12-10-2004, 22:01
if you want for this to be used permanently, put this to your usb drive if you've one. You will need to write a shell script and specify it for execution at the ftp settings page.

A shell script?
Is it a special kind of script? :rolleyes:

I've posted a thread "Additional packages and Asus fw 1.8.1.9"... but no advise could help me.

Would it be possible to post here a basical script with batch command (like ls /) to analyse it and understand what is really a shell script?

It might be helpfull for me... starting point of "no limits" :D

Thanks in advance!

Antiloop
12-10-2004, 22:56
A shell script?
Is it a special kind of script? :rolleyes:

I've posted a thread "Additional packages and Asus fw 1.8.1.9"... but no advise could help me.

Would it be possible to post here a basical script with batch command (like ls /) to analyse it and understand what is really a shell script?

It might be helpfull for me... starting point of "no limits" :D

Thanks in advance!



#!/bin/sh
ls / > /tmp/harddisk/result


but it should be created with 'vi' for example

chris.delarue
20-10-2004, 07:15
Read this:
http://wl500g.info/showthread.php?t=990