Difference between revisions of "OpenVPN"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://openvpn.net/release/openvpn-2.0.9.tar.gz |} ---- {{Blank-Package-Introduction}} == Dependencies =...)
 
Line 42: Line 42:
  
 
  ToDo
 
  ToDo
 +
 +
== Configuring ==
 +
 +
The information below is from http://openvpn.net/index.php/documentation/howto.html#install
 +
 +
=== Generate the master Certificate Authority ===
 +
 +
cd easy-rsa/2.0
 +
 +
Once in that directory edit the vars file to suite your needs.
 +
 +
After you're done editing the file run the following to generate a new key:
 +
 +
source vars
 +
./clean-all
 +
./build-ca
 +
 +
Next we need to generate a certificate and a key for the server.
 +
 +
./build-key-server server
  
 
= Contents =
 
= Contents =

Revision as of 17:22, 2 April 2008

Download Source: http://openvpn.net/release/openvpn-2.0.9.tar.gz

Introduction to OpenVPN

Project Homepage: Unknown

Dependencies

Recommended

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --enable-iproute2 &&
make

Install the package:

make install

Multilib

32Bit

ToDo

N32

ToDo

64Bit

ToDo

Configuring

The information below is from http://openvpn.net/index.php/documentation/howto.html#install

Generate the master Certificate Authority

cd easy-rsa/2.0

Once in that directory edit the vars file to suite your needs.

After you're done editing the file run the following to generate a new key:

source vars
./clean-all
./build-ca

Next we need to generate a certificate and a key for the server.

./build-key-server server

Contents

Installed Programs: openvpn
Installed Libraries: None
Installed Directory: None