This is not a revision Openvpn Connect

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
mistic
OpenVpn Newbie
Posts: 2
Joined: Fri May 17, 2013 3:51 am

This is not a revision Openvpn Connect

Post by mistic » Fri May 17, 2013 4:32 am

The situation is as follows:
Waited for this product two years, so as not to not break iphone. The problem is that if wi-fi or cellular signal is lost. In the span of a new connection every progammy climb to the network without VPN. His nevomozhno ipolzovat full.

Code: Select all

client
dev tun
proto tcp
remote 11.11.222 443
resolv-retry infinite
nobind
key-direction 1
dhcp-option DNS 8.8.8.8
#cipher AES-128-CBC
persist-tun
persist-key
ns-cert-type server
comp-lzo
verb 3
redirect-gateway def1

##pkcs12 ios.p12
reneg-sec 3600
pull # may not be required

<cert>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</cert>

<key>
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
</key>

<ca>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</ca>
iphone and ipad do not seem to respond to the "redirect-gateway"

Whose fault that? You can fix this?

Post Reply