返回列表 發帖

Official OpenVPN Client for IOS and Android

For IOS

OpenVPN Connect is the official full-featured iPhone/iPad client for the OpenVPN Access Server, Private Tunnel and OpenVPN Community, developed by OpenVPN Technologies, Inc.

https://itunes.apple.com/us/app/openvpn-connect/id590379981?mt=8

For Android

Private Tunnel for Android is a new approach to true Internet security that creates a Virtual Private Network, a VPN that encrypts, hides and protects your Internet traffic.
Private Tunnel uses the official 4.0+ VPN API, so it does not require a rooted device.

https://play.google.com/store/ap ... envpn.privatetunnel



OpenVPN Official Website

本帖最後由 bubblestar 於 2013-2-1 19:50 編輯

在  iPAD 上可以認到張Cert,但我仲未能成功建立所需PKCS12 檔放入Keychain,稍後都要再試。

在 iPad 裡的Help 檔有教學,但不是太明白。

TOP

早前提到 iPAD/iPhone 未能以OPENVPN接通一事,經過這麼長時間,可能早已經有師兄做到了,但似乎到現在看不到這裡有師兄提到解決辦法。

原來是iOS對驗證檔案有另外的要求,需要幾個驗證檔才能連接,由於Qnap做出來的OpenVPN設定檔僅有openvpn.ovpn 和 ca.crt 這兩個檔案,因此,iOS怎麼樣做都無法連上。。。。。

我來分享一下,方法真是簡單,只要在openvpn.ovpn 裡加入以下紅色的一行就可以了:

client
dev tun
script-security 3
proto udp
remote  YOUR_DOMAIN_NAME  1194
resolv-retry infinite
nobind
ca ca.crt
auth-user-pass
reneg-sec 0
cipher AES-256-CBC
comp-lzo
setenv CLIENT_CERT 0

TOP

返回列表