Difference between revisions of "Openvpn"

From FreekiWiki
Jump to navigation Jump to search
 
Line 5: Line 5:
 
==Installation==
 
==Installation==
  
*on debian
+
*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

Revision as of 14:21, 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