INSTALLATION (Fedora, RedHat)
===========================================================

Automatic install

Scripts should install openvpn and shar utils.  Alternatively,
you can install them using the following command:

    yum install openvpn sharutils

Copy the full package shell file into a temporary directory
CD to the temporary directory
Run the full package shell script
Run the script:  ./install.sh


Manual install

Install openvpn:

    yum install openvpn
    
Create a subdirectory in /etc/openvpn with the name of the client system.

Copy all of the files into this subdirectory.

Move the .conf file, up.sh and down.sh into the /etc/openvpn directory
Make sure that "up.sh" and "down.sh" are executable (chmod +x *.sh)

INSTALLATION (Ubuntu)
===========================================================

Automatic install

Scripts should install openvpn and shar utils.  Alternatively,
you can install them using the following command:

    apt-get install openvpn sharutils

Copy the full package shell file into a temporary directory
CD to the temporary directory
Run the full package shell script
Run the script:  ./install.sh


Manual install

Install openvpn:

    apt-get install openvpn
    
Create a subdirectory in /etc/openvpn with the name of the client system.

Copy all of the files into this subdirectory.

Move the .conf file, up.sh and down.sh into the /etc/openvpn directory
Make sure that "up.sh" and "down.sh" are executable (chmod +x *.sh)

INSTALLATION (Windows)
===========================================================

Manual install

Install OpenVPN
Unzip  the zip file into the  OpenVPN  config  directory  (usually  
c:\Program Files\OpenVPN\config)


INSTALLATION (MAC)
===========================================================

