Changes

From Amahi Wiki
Jump to: navigation, search
1,157 bytes added ,  05:01, 8 March 2014
no edit summary
If you go to set it up and have issues please head over to the forum (liked at the top) and let me know if you need help. If you do end up setting it up, let me know how it works for you.
[[Category: VPN]]
 
 
 
The above is no longer true. There is now an OpenVPN app in the app store that is free. To setup your connection to your HDA do the following:
 
First create your ovpn file using the following (the order that these items come in is VERY important):
 
<pre><nowiki>
client
dev tun
proto udp
remote XXXX.yourhda.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
auth-user-pass
ca Ca-cert.crt
cert AmahiHDAClient.crt
key AmahiHDAClient.key
comp-lzo
verb 3
</nowiki></pre>
 
Save this file as whatever you want with the .ovpn file extension. The next step is to download the certificates. The certificates can be found below (to download, right click > save as):
 
** [http://dl.amahi.org/vpn/AmahiHDAClient.crt AmahiHDAClient.crt]
** [http://dl.amahi.org/vpn/AmahiHDAClient.key AmahiHDAClient.key]
** [http://dl.amahi.org/vpn/ca-cert.crt ca-cert.crt]
 
You are now ready to copy your files over to your iOS device. The steps at the following page will point you in the right direction for importing the ovpn and cert files over to your iOS device.
 
[https://www.ivpn.net/knowledgebase/90/-iPhone---OpenVPN-Connect-Setup-Guide.html iOS OpenVPN]
18

edits