Configure the VPN for Mac OSX : Différence entre versions

De Documentation officielle Seedbox
Aller à la navigationAller à la recherche
 
(13 révisions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
 +
==Information==
 +
 +
*''This software needs for people to be confortable with computing.''
 +
 +
*''If it's not your case, please have a look to PPTP VPN instead.''
 +
 +
 +
*''VPN service is not designed to change your Ip adress.''
 +
 +
*''To do that, please have a look at our Web Proxy. (Available in this Wiki. Section 13)''
 +
 +
 +
*'''This tutorial has to be follow STEP BY STEP'''
 +
 
=Prerequisites=
 
=Prerequisites=
  
1 - You will need the OpenVPN configuration file.
+
*You will need the '''OpenVPN configuration file'''.
  
  
Prepare a file named config.conf with this text.
+
'''Prepare a file named config.doc with the following text'''.
  
Remember to replace NOM_DE_VOTRE_SERVEUR_SEEDBOX by the name of your server seedbox:
+
 
 +
'''Remember to replace your servername''' by the name of your server seedbox Without any HTTP or FTP :
  
 
client
 
client
Ligne 12 : Ligne 27 :
 
dev tun
 
dev tun
  
remote NOM_DE_VOTRE_SERVEUR_SEEDBOX 1194
+
remote your servername 1194
  
 
proto udp
 
proto udp
Ligne 41 : Ligne 56 :
  
  
2 - Get the security certificate available in your manager.
+
* Get the security certificate available in your manager.
 +
 
 +
*To download it, '''go to your manager''', then in '''Addional Services.'''
 +
 
  
[[Fichier:DETAILSflouWATER.png|thumb|none|500px|]]
+
[[Fichier:vpndetailswater.png|thumb|none|300px|]]
  
3 - Download and install the VPN client Tunnelblick
 
  
  
Please go to this address:
+
* '''Now, you need to download and install the VPN client Tunnelblick'''
 +
 
 +
*Please go to this address:
  
 
http://code.google.com/p/tunnelblick/wiki/DownloadsEntry?tm=2
 
http://code.google.com/p/tunnelblick/wiki/DownloadsEntry?tm=2
  
 
[[Fichier:500px-Vpnmac2water.png|thumb|none|500px|]]
 
[[Fichier:500px-Vpnmac2water.png|thumb|none|500px|]]
 
  
  
 
==Installation and Configuration==
 
==Installation and Configuration==
  
When you launch of Tunnelblick, click I Have configuration files
+
*When you launch Tunnelblick, click '''I Have configuration files'''
  
 
[[fichier:500px-Vpnmac3water.png]]
 
[[fichier:500px-Vpnmac3water.png]]
  
Then click on OpenVPN configuration (s)
+
*Then, click on '''OpenVPN configuration'''
  
 
[[fichier:500px-Vpnmac4water.png]]
 
[[fichier:500px-Vpnmac4water.png]]
  
Then click Create Tunnelblick VPN Configuration
+
Then, click '''Create Tunnelblick VPN Configuration'''
  
 
[[fichier:500px-Vpnmac5water.png]]
 
[[fichier:500px-Vpnmac5water.png]]
  
  
A new window informs you that your VPN has been created.
+
*A new window informs you that your VPN has been created.
  
 
[[fichier:500px-Vpnmac6water.png]]
 
[[fichier:500px-Vpnmac6water.png]]
  
Click Done
+
*Click '''Done'''
  
  
  
Tunnelblick has created a folder on the desktop "Empty Tunnelblick VPN Configuration".
+
*Tunnelblick has created a folder on the desktop '''"Empty Tunnelblick VPN Configuration"'''.
  
Copy the security certificate for your server and the file config.conf in this case.
+
*'''Copy the security certificate''' for your server and the '''file config.conf''' in this folder.
  
You can rename the file (this name will be taken to name the VPN connection) and add the extension .Tblk .
+
*You can rename the file (this name will be taken to name the VPN connection) and '''add the extension .Tblk '''
  
For example, rename the file seedboxVPN.tblk then confirm by clicking on Add.
+
*For example, rename the file seedboxVPN.tblk then confirm by clicking on Add.
  
 
[[fichier:500px-Vpnmac7water.png]]
 
[[fichier:500px-Vpnmac7water.png]]
  
  
The folder becomes a file. Double-click it to start the configuration.
+
*The folder becomes a file. '''Double-click on it to start the configuration'''.
  
Tunnelblick proposes to install this connection for all users or only for you.
+
*Tunnelblick proposes to install this connection for all users or only for you.
  
Select All Users (for all users on your computer) or Only Me (only you) depending on what you want.
+
*Select All Users (for all users on your computer) or Only Me (only you), depending on what you want.
  
 
[[fichier:500px-Vpnmac8water.png]]
 
[[fichier:500px-Vpnmac8water.png]]
  
  
Initiate the connection from the Tunnelblick icon in the menu taskbar
+
*Initiate the connection from the Tunnelblick icon in the menu taskbar
  
 
[[fichier:500px-Vpnmac9water.png]]
 
[[fichier:500px-Vpnmac9water.png]]
  
  
Enter your username (1) and password (2) seedbox connection . (Available in your manager).
+
*Enter your username (1) and password (2). (Available in your manager).
  
  
 
[[fichier:500px-Vpnmac10water.png]]
 
[[fichier:500px-Vpnmac10water.png]]
  
 +
*Now you use your VPN.
  
 
+
*Tunnelblick icon in the menu bar should be '''turned yellow'''.
Now you use your VPN.
 
 
 
Tunnelblick icon in the menu bar should be turned yellow.
 

Version actuelle datée du 16 septembre 2013 à 15:00

Information

  • This software needs for people to be confortable with computing.
  • If it's not your case, please have a look to PPTP VPN instead.


  • VPN service is not designed to change your Ip adress.
  • To do that, please have a look at our Web Proxy. (Available in this Wiki. Section 13)


  • This tutorial has to be follow STEP BY STEP

Prerequisites

  • You will need the OpenVPN configuration file.


Prepare a file named config.doc with the following text.


Remember to replace your servername by the name of your server seedbox Without any HTTP or FTP :

client

dev tun

remote your servername 1194

proto udp

nobind

resolv-retry infinite

persist-key

persist-tun

ca server.crt

cipher BF-CBC

comp-lzo

verb 3

auth-user-pass

route-method exe

route-delay 2

dhcp-option DNS 8.8.8.8


  • Get the security certificate available in your manager.
  • To download it, go to your manager, then in Addional Services.


Vpndetailswater.png


  • Now, you need to download and install the VPN client Tunnelblick
  • Please go to this address:

http://code.google.com/p/tunnelblick/wiki/DownloadsEntry?tm=2

500px-Vpnmac2water.png


Installation and Configuration

  • When you launch Tunnelblick, click I Have configuration files

500px-Vpnmac3water.png

  • Then, click on OpenVPN configuration

500px-Vpnmac4water.png

Then, click Create Tunnelblick VPN Configuration

500px-Vpnmac5water.png


  • A new window informs you that your VPN has been created.

500px-Vpnmac6water.png

  • Click Done


  • Tunnelblick has created a folder on the desktop "Empty Tunnelblick VPN Configuration".
  • Copy the security certificate for your server and the file config.conf in this folder.
  • You can rename the file (this name will be taken to name the VPN connection) and add the extension .Tblk
  • For example, rename the file seedboxVPN.tblk then confirm by clicking on Add.

500px-Vpnmac7water.png


  • The folder becomes a file. Double-click on it to start the configuration.
  • Tunnelblick proposes to install this connection for all users or only for you.
  • Select All Users (for all users on your computer) or Only Me (only you), depending on what you want.

500px-Vpnmac8water.png


  • Initiate the connection from the Tunnelblick icon in the menu taskbar

500px-Vpnmac9water.png


  • Enter your username (1) and password (2). (Available in your manager).


500px-Vpnmac10water.png

  • Now you use your VPN.
  • Tunnelblick icon in the menu bar should be turned yellow.