Difference between revisions of "VPN Access"

From IT Service Wiki
Jump to: navigation, search
(Created page with "To get full access to our network from external locations we provide a VPN access based on openvpn. This is free software and part of every Linux distribution. The following g...")
 
Line 1: Line 1:
To get full access to our network from external locations we provide a VPN access based on openvpn. This is free software and part of every Linux distribution. The following guide has been tested with Ubuntu 12.04 and 12.10.
+
To get full access to our network from external locations we provide a VPN access based on openvpn. This is free software and part of every Linux distribution. The following guide has been tested with Ubuntu 12.04 and 12.10. It is available for Windows and MacOS too.
  
 
=== Install OpenVPN ===  
 
=== Install OpenVPN ===  
Line 8: Line 8:
  
 
The requieres to enter your password to get super user previleges.
 
The requieres to enter your password to get super user previleges.
 +
 +
=== Command line configuration ===
 +
 +
This is fast and easy but requieres to enter commands.

Revision as of 15:36, 7 December 2012

To get full access to our network from external locations we provide a VPN access based on openvpn. This is free software and part of every Linux distribution. The following guide has been tested with Ubuntu 12.04 and 12.10. It is available for Windows and MacOS too.

Install OpenVPN

It is not part of the default installation, but can easily installed using apt. Enter the following commands:

 sudo apt-get install openvpn

The requieres to enter your password to get super user previleges.

Command line configuration

This is fast and easy but requieres to enter commands.