ipad連到自己架設vpn server - iOS

Table of Contents

我想在ipad上使用openvpn連到自己架設的vpn server,

這是我匯入ipad/iphone上的.open檔內容
client
dev tun
proto udp
remote 你的vpnServer 1194
resolv-retry infinite
nobind
persist-key
persist-tun
tls-client
remote-cert-tls server
auth-user-pass
comp-lzo
verb 1
ca ca.crt
script-security 3
reneg-sec 0
cipher AES-128-CBC
setenv CLIENT_CERT 0

接下來要把.open和ca.crt給匯入openvpn的document, 我是用itool,
我有出現以下錯誤, 解法是重灌openvpn重開機, 僅參考

2015-02-16 08:33:39 EVENT: CORE_ERROR option_error: cannot connect via HTTP
proxy because no TCP server entries exist in profile [ERR]
2015-02-16 08:33:39 Raw stats on disconnect:
2015-02-16 08:33:39 Performance stats on disconnect:
CPU usage (microseconds): 2102
Network bytes per CPU second: 0
Tunnel bytes per CPU second: 0
2015-02-16 08:33:39 EVENT: DISCONNECT_PENDING
2015-02-16 08:33:39 ----- OpenVPN Stop -----


--

All Comments

Candice avatarCandice2015-02-16
iPad 不是只有PPTP/IPSec/L2TP ?
Edith avatarEdith2015-02-18
還可以用openvpn app連vpn
Ivy avatarIvy2015-02-21
你用什麼架vpn?
Heather avatarHeather2015-02-24
no TCP server entries exist in profile?
Puput avatarPuput2015-02-24
我用nas架vpn, 在app store下載openvpn當client
profile是指我上面的.open檔嗎
Odelette avatarOdelette2015-02-26
這個ovpn在其他電腦可以連嗎
Harry avatarHarry2015-02-28
把 proto udp 換成 proto tcp 試試看?
James avatarJames2015-02-28
電腦可用
Ingrid avatarIngrid2015-03-05
換tcp後, 訊息變waiting for proxy server
Daniel avatarDaniel2015-03-09
看來要跳過proxy server, 找語法看看
Faithe avatarFaithe2015-03-14
話說你的 remote vpnserver 1194,有把vpnserver換掉嗎?
Bennie avatarBennie2015-03-19
當然有啊
Andy avatarAndy2015-03-19
不能用proto tcp, 因為會透過proxy連線...