Difference between revisions of "Openvpn"

From FreekiWiki
Jump to navigation Jump to search
Line 16: Line 16:
  
 
can be found here: http://openvpn.net/install.html
 
can be found here: http://openvpn.net/install.html
 +
 +
 +
==Setup==

Revision as of 15:20, 6 June 2007

Introduction

OpenVPN is an open source Virtual Privet Network (VPN), which allows one to establish a tunnel for any IP subnetwork or virtual ethernet adapter e.i. TUN/TAP kernel device over any UDP/TCP port

Installation

  • on debian
you @ host $ apt-get install openvpn
  • gentoo
you @ host $ USE='pam ssl examples' emerge openvpn
  • Other

can be found here: http://openvpn.net/install.html


Setup