Difference between revisions of "Configurations for OpenVPN client"

From wiki.IPBRICK.COM
Jump to: navigation, search
Line 13: Line 13:
  
 
Once you have the zip file, decompress it.
 
Once you have the zip file, decompress it.
[ftp://downloads.ipbrick.com/IPBrick/download/apps/Wiki/user.zip]
+
[http://downloads3.ipbrick.com/wiki/user.zip]
  
 
Inside you'll find four files:
 
Inside you'll find four files:

Revision as of 12:50, 25 January 2016

***PAGE ON CONSTRUCTION***


How to configure an OpenVPN cliente for iOS IPhone/IPad

  • Download and install the application OpenVPN Connect from the Apple Store (iTunes):
  • Install the certificate: the certificate.zip needs to be handled and rewritten so it fits all together in a single .ovpn file (the chapter below explains how to rewrite it);
  • Send the .ovpn file to the device, click to open and it will be automatically associated to the openVPN APP.


Example on how to rewrite the certificate

Once you have the zip file, decompress it. [1]

Inside you'll find four files:

Then, open your .ovpn file and edit.

  1. Find "ca ca-server-ipbrick.crt"
    • Place a ";" in the begging of that line;
    • Enter a new line below;
    • Type "<ca>";
    • Enter another line;
    • Place all of the content of the file "ca-server-ipbrick.crt";
    • Enter another line;
    • Type </ca>.
  2. Immediately below, find "cert user.crt"
    • Place a ";" in the begging of that line;
    • Enter a new line below;
    • Type "<ca>";
    • Enter another line;
    • Place all of the content of the file "cert user.crt";
    • Enter another line;
    • Type </ca>.
  3. Once more, immediately below find "key user.key"
    • Place a ";" in the begging of that line;
    • Enter a new line below;
    • Type "<ca>";
    • Enter another line;
    • Place all of the content of the file "key user.key";
    • Enter another line;
    • Type </ca>.

Your .ovpn file is now ready.