Re: How do i keep a ping command every 10/20 seconds
- From: "Pegasus" <I.can@xxxxxxx>
- Date: Tue, 12 Jun 2007 07:40:13 +0200
"MSExchange2003Student" <exchangestudent@xxxxxxxxxxxxxx> wrote in message
news:epufHFLrHHA.3248@xxxxxxxxxxxxxxxxxxxxxxx
"Pegasus" <I.can@xxxxxxx> wrote in message
news:e1BVeBGrHHA.4108@xxxxxxxxxxxxxxxxxxxxxxx
What the heck is this - is it contents that must be in a script file?
"MSExchange2003Student" <exchangestudent@xxxxxxxxxxxxxx> wrote in message
news:%23%23GwjNCrHHA.3492@xxxxxxxxxxxxxxxxxxxxxxx
Hi all
I ahve VPN tunnels between 2 pc's on my network that goed over the
internet. My concern is that the VPN tunnel goes down and then a ping is
required from the client (not in my building) - Is there any utility
that i can use that will ping the server every 10/20 seconds to keep the
tunnel up - Please help urgentlu
Try this:
@echo off
:again
ping OtherPC -n 1
ping localhost -n 20 > nul
goto again
It's a simple, humble batch file.
.
- References:
- How do i keep a ping command every 10/20 seconds
- From: MSExchange2003Student
- Re: How do i keep a ping command every 10/20 seconds
- From: Pegasus
- Re: How do i keep a ping command every 10/20 seconds
- From: MSExchange2003Student
- How do i keep a ping command every 10/20 seconds
- Prev by Date: Re: XP home Administrative Password Hacked Over internet..HOW?
- Next by Date: Re: Can not do backups
- Previous by thread: Re: How do i keep a ping command every 10/20 seconds
- Next by thread: Re: Popups on foreground
- Index(es):
Relevant Pages
|