Hi,
I made a package to us openvpn in a defined configuration, we want to do
the same as securemote from CheckPoint since there is no securemote for
Linux
Need to make it working:
- A Linux machine with access to the entire netowk (the gateway in fact.
  - It must have openvpn-1.1.1 + autovpn installed
- An SSH access on this machine for each user that  want remote access
to the network.
- autovpn installed on the client too.

Autovpn is written in Perl. It's made of 6-7 simple scripts.

To install:
On the client and the server:
  - untar autovpn.tar in /usr/local (not configuarble at the moment)
  - check that autovpn-server.pl is setuid root (has rws for user and
that user is root)

Then on the client (as root), issue: /usr/local/autovpn.pl
It should ask for your password on the gateway.
Then the terminal is blocked until you type ENTER to close the VPN.
That's all!

It's 0.1 version, so there is probably some problems.
The config file is in ~/.autovpn It's a simple text file.

The needed Perl modules are (on the client only):
- Config::IniFiles
- Data::Dumper

Good luck!
-jec


-- 
Jean-Eric Cuendet
Linkvest SA
Av des Baumettes 19, 1020 Renens Switzerland
Tel +41 21 632 9043  Fax +41 21 632 9090
E-mail: jean-eric.cuen...@linkvest.com
http://www.linkvest.com
--------------------------------------------------------

Attachment: autovpn-0.1.tar
Description: Unix tar archive

Reply via email to