Project

General

Profile

Vpn client » History » Version 5

Herve Caumont, 2013-06-19 19:08

1 1 Herve Caumont
h1. VPN Setup
2
3
{{>toc}}
4
5 3 Herve Caumont
h2. Introduction
6 1 Herve Caumont
7 3 Herve Caumont
The purpose of this section is to lead the users to install and use their OpenVPN Client, in order to establish connection with Terradue's VPN server.
8
9
Since June 2013, a new way to establish your virtual private network is in place. 
10 1 Herve Caumont
We expect it to be more easy and intuitive.
11
12 5 Herve Caumont
*IMPORTANT NOTICE*: if you have a previously installed VPN client (e.g. tunnelblick) on your system, such *previously installed client must be disconnected* and then be disabled (we recommend uninstalling it).
13 1 Herve Caumont
14 4 Herve Caumont
h2. Automated setup
15 3 Herve Caumont
16
For the initial setup, you can now directly go to: 
17 4 Herve Caumont
https://cloud.terradue.com:1194/?src=connect
18 3 Herve Caumont
It opens a prompt page in your browser, for downloading your own pre-configured OpenVPN Client.
19 5 Herve Caumont
_Here, all the configuration is automated for you, you'll only have to approve the access by the new client._
20 1 Herve Caumont
21 4 Herve Caumont
To proceed, follow these steps:
22 3 Herve Caumont
* Provide in the prompt page your username & password, it will refresh the page with a message and link "Please click here to continue to download OpenVPN Connect."
23
* Click on the link provided in order to start downloading your installer, it should take only a few seconds
24
* Run the downloaded "openvpn-connect" installer on your machine, so to install your pre-configured OpenVPN Client 
25 4 Herve Caumont
* Now launch your OpenVPN Client, you will see it running in your desktop tray ("OpenVPN Connect" icon)
26 1 Herve Caumont
27 4 Herve Caumont
h2. Running your VPN connection
28 1 Herve Caumont
29 4 Herve Caumont
* In your desktop tray, click on the "OpenVPN connect" icon
30 1 Herve Caumont
* From the dropdown menu, select the entry "Connect to Cloud.terradue.com"
31 4 Herve Caumont
* Provide your username and password to approve the access
32 1 Herve Caumont
33
You are now connected !
34 4 Herve Caumont
Check that the "OpenVPN Connect" icon in your desktop tray is now featuring a green symbol.
35 1 Herve Caumont
36 5 Herve Caumont
_Once connected to the VPN, the procedure for accessing your Sandbox is unchanged, and still makes use of your private keys with SSH access (cf. [[vm access|SSH Connexion]])._
37 1 Herve Caumont
38
h2. Nota bene
39 3 Herve Caumont
40 4 Herve Caumont
h3. Manual setup on other platforms
41
42
To download the "OpenVPN Connect" client for installation on another computer, you can access installation material and configuration templates from here:
43
https://cloud.terradue.com:1194
44
45
Selecting "Connect" sends you to the initial prompt page, described above (for automated setup on your computer).
46
47
h3. Command Line Interface
48
49 3 Herve Caumont
Some users need to use the OpenVPN's command line interface. 
50 4 Herve Caumont
51 1 Herve Caumont
This last possibility is useful, because the "openvpn" command, which you can execute by using the prompt (Unix Shell or Windows Prompt) accepts the same parameters and has the same behavior regardless of which Operating System you use. 
52 4 Herve Caumont
53 1 Herve Caumont
In addition, you can use the "openvpn" command in a script to automatically start the VPN connection.
54
The [[OpenVPN Command line]] section describes how to build and install OpenVPN for most of the operating systems, and use it via command lines.