Hi maybe the easiest way is a script that simulates normal connections (a ping or a tcp/80, or whatever you allow to pass thru your vpn) every second (or every 5 or ten, try...)
for example, if you want to emulate a tcp/80: #!/bin/sh while thue do lynx -dump http://address.other.vpn.side > /dev/null sleep 5 done cheers max -----Original Message----- From: Covington, Chris To: [EMAIL PROTECTED] Sent: 7/23/2004 5:32 PM Subject: [FW-1] vpn keepalive Hi all, Does anyone know if there is a way to configure some sort of keepalive for a site-to-site Ipsec VPN? Some applications are sensitive to the way that a tunnel takes a few seconds to rebuild if it hasn't been used for awhile so they time out / disconnect. Chris ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] ================================================= Il Gruppo Direct Line � di propriet� del Gruppo Royal Bank of Scotland, il secondo gruppo bancario in Europa e il quinto al mondo. Oggi il Gruppo Direct Line conta pi� di 5 milioni di clienti auto, pi� di 10 milioni di polizze nel Regno Unito e in Giappone e oltre 10.000 dipendenti. Nota per il famoso marchio con il telefono rosso, Direct Line � stata il pioniere nella vendita diretta di polizze assicurative nel Regno Unito. Direct Line � operativa in Italia dal gennaio 2002. This e-mail is intended for the addressee only and may contain confidential, proprietary or legally privileged information. If you are not the intended recipient of this e-mail, you should notify us immediately and delete it. You should not copy, print, distribute, disclose or use any part of it. We reserve the right to monitor and record all electronic communications through our networks. We cannot accept any liability for viruses transmitted via this e-mail once it has left our networks. ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] =================================================
