On Tuesday 14 November 2000 06:33, you wrote:
> where can I find a keepalive app...that doesn't have to
> redial
> but keeps the connection alive, 24/7

Put this into a script file, call it hangon.sh--use kedit or your favorite 
editor.
>--------------begin after this line--------------
#!/bin/sh
ping -i 1001 216.129.152.1
ping -i 1101 216.129.152.2
ping -i 1253 216.129.152.3
#-------------------------------------cut here

This will ping your naisp nameservers at intervals of 18-20 minutes (the 
activity timer is usually 20) and the commands will not stop, ever.  If you 
are not connected when they start, no problem, they just gather statistics on 
lost packets.  Make hangon.sh executable and put

sh /home/yourusername/hangon.sh

as the last line of /etc/rc.d/rc.local.

Perhaps you see why stayalive apps are scarce for linux.

Another alternative is to put ICQ up using licq and immediately drop to a 
"privacy" state.  It is still activity and will keep you connected.

--
Mandrakesoft     [EMAIL PROTECTED]

Reply via email to