Difference between revisions of "OpenVPN on 4.0.2CD"


From Knoppix Documentation Wiki
Jump to: navigation, search
(intro)
(apt-get update Installing)
Line 8: Line 8:
 
= Installing =
 
= Installing =
 
Following notes from http://openvpn.net/howto.html#install
 
Following notes from http://openvpn.net/howto.html#install
 +
apt-get update
 
  apt-get -y install openvpn carpaltunnel
 
  apt-get -y install openvpn carpaltunnel
 
  # Select "yes" when the installer asks about creating the tun device.
 
  # Select "yes" when the installer asks about creating the tun device.

Revision as of 22:36, 1 December 2005

The goal is to create a simple VPN between two machines on a network. The VPN software will be OpenVPN under Knoppix 4.0.2CD using a persistent disk image (PDI).


Setup

Create and boot with a persistent disk image. 500 MB should be plenty big.

Installing

Following notes from http://openvpn.net/howto.html#install

apt-get update
apt-get -y install openvpn carpaltunnel
# Select "yes" when the installer asks about creating the tun device.

Configuring

Following example from http://openvpn.net/man.html#lbAV

modprobe tun