Tavve zoneranger User Manual page 381

Table of Contents

Advertisement

4. Create a symbolic link in the / etc/rc1.d directory to the /etc/init.d/rgviClient
file by executing the following command:
After completing these configuration steps, you will be able to start the OpenVPN client by
executing the following command:
/etc/init.d/openvpn start
Similarly, you can stop the OpenVPN service by executing the following command:
/etc/init.d/openvpn stop
If you are using Solaris 10, you also have the option of using the new Service Management Facility
(SMF) to configure the OpenVPN client to start automatically. Instructions for configuring services
using SMF are provided in the Solaris 10 documentation.
Linux
As indicated on the OpenVPN downloads page, pre-built OpenVPN RPM's for a number of Linux
variants can be downloaded from the following web page:
http://dag.wieers.com/rpm/packages/openvpn
As an alternative to downloading a pre-built package, you can download the OpenVPN source code
and build/install using the ./configure convention, as described in the "Linux Notes (without
RPM)" section on the following web page:
http://www.openvpn.net/index.php/open-
source/documentation/howto.html
In summary, the required steps are:
1. Download openvpn-[version].tar.gz rom the OpenVPN download page.
2. Expand the downloaded file by executing the following command:
3. cd to the top-level directory and execute the following commands:
By default, the installation process installs the openvpn executable in the /usr/sbin directory,
and creates the following directory for OpenVPN configuration files:
/etc/openvpn
The next step is to copy the following sample files from the rgvi directory on the Ranger Gateway
install CD to the /etc/openvpn directory. The specific files to be copied, and the associated
configuration instructions depend on whether you prefer to start the OpenVPN client manually or
intend to configure the OpenVPN client to start automatically when the operating system is restarted
(i.e. via an init.d script), as described in the following sections.
ZoneRanger 5.5 User's Guide
ln -s /etc/init.d/rgviClient /etc/rc3.d/S95rgviClient
ln -s /etc/init.d/rgviClient /etc/rc1.d/K16rgviClient
tar xfz openvpn-[version].tar.gz
./configure
make
make install
381

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents