Operating System - Linux
1831496 Members
3513 Online
110025 Solutions
New Discussion

Re: how to keep linux cisco vpn client up and running ?

 
SOLVED
Go to solution
'chris'
Super Advisor

how to keep linux cisco vpn client up and running ?

hi

I have installed vpnclient-linux-3.7.3.A
at SuSE 8.2

My problem is, that sometimes the tunnel goes down.

I'm looking for a script to keep linux cisco vpn client up and running.

regards
chris
5 REPLIES 5
Oliver Charni
Trusted Contributor
Solution

Re: how to keep linux cisco vpn client up and running ?

Hi!

I think the best Idea would be to write a Wrapper which checks if the Process is running and if it's not running restart the whole thing. Then put the wrapper in the /etc/inittab and when it goes down it will be automatically restarted(we have a similar script for the sshd).
if it smell's funny on the outside, it's worse on the inside
'chris'
Super Advisor

Re: how to keep linux cisco vpn client up and running ?

hi Oliver

can you post your script please ?

kind regards
chris
Oliver Charni
Trusted Contributor

Re: how to keep linux cisco vpn client up and running ?

Hi!

Attached youll find the script.

regards
oliver
if it smell's funny on the outside, it's worse on the inside
'chris'
Super Advisor

Re: how to keep linux cisco vpn client up and running ?

Hallo Oliver

And how should I put this Wrapper to

/etc/inittab ?

Regards
chris
'chris'
Super Advisor

Re: how to keep linux cisco vpn client up and running ?

hi

I wrote a shell script.
It runs from cron
and now is the vpn client
up and running all the time !

regards
chris