It seems I can connect to StrongVPN servers without problems, but I can't browse any webpage or ping to the StrongVPN DNS's. And the VPN connection drops/reconnects too often.
Where is my config file
Code: Select all
remote X.Y.Z.W 443 tcp
remote X.Y.Z.W 3690 tcp
remote X.Y.Z.W 2401 tcp
remote X.Y.Z.W 8443 tcp
key-direction 1
cipher AES-128-CBC
client
dev tun
resolv-retry infinite
nobind
persist-key
persist-tun
verb 6
reneg-sec 86400
echo vpn-XXX ovpnXXX
tun-mtu 1500
route-method exe
route-delay 2
redirect-gateway def1
comp-lzo adaptive
hand-window 30
<ca>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</ca>
<key>
-----BEGIN PRIVATE KEY-----
-----END PRIVATE KEY-----
</key>
<cert>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</cert>
<tls-auth>
-----BEGIN OpenVPN Static key V1-----
-----END OpenVPN Static key V1-----
</tls-auth>
Code: Select all
2013-03-25 15:03:09 LZO-ASYM init swap=0 asym=1
2013-03-25 15:03:09 Comp-stub init swap=0
2013-03-25 15:03:09 EVENT: ASSIGN_IP
2013-03-25 15:03:09 Connected via tun
2013-03-25 15:03:09 EVENT: CONNECTED @W.X.Y.Z:443 W.X.Y.Z) via /TCPv4 on tun/W.X.Y.Z/
2013-03-25 15:03:24 EVENT: PAUSE
2013-03-25 15:03:28 EVENT: RESUME
2013-03-25 15:03:28 EVENT: RECONNECTING
2013-03-25 15:03:28 LZO-ASYM init swap=0 asym=1
2013-03-25 15:03:28 Comp-stub init swap=0
2013-03-25 15:03:28 EVENT: RESOLVE
2013-03-25 15:03:28 EVENT: WAIT
2013-03-25 15:03:28 Connecting to W.X.Y.Z:443 (W.X.Y.Z) via TCPv4
2013-03-25 15:03:28 EVENT: CONNECTING
2013-03-25 15:03:28 Tunnel Options:V4,dev-type tun,link-mtu 1560,tun-mtu 1500,proto TCPv4_CLIENT,comp-lzo,keydir 1,cipher AES-128-CBC,auth SHA1,keysize 128,tls-auth,key-method 2,tls-client
2013-03-25 15:03:28 Peer Info:
IV_VER=1.0
IV_PLAT=ios
IV_NCP=1
IV_SNAPPY=1
IV_LZO=1
IV_LZO_SWAP=1
IV_COMP_STUB=1
2013-03-25 15:03:30 VERIFY OK: depth=0
cert. version : 3
serial number : 01
issuer name : C=US, ST=CA, L=San-Francisco, O=reliablehosting.com, CN=ovpnXXX, emailAddress=techies@reliablehosting.com
subject name : C=US, ST=CA, L=San-Francisco, O=reliablehosting.com, CN=vpn-XXX, emailAddress=techies@reliablehosting.com
issued on : 2013-03-25 10:38:58
expires on : 2023-03-23 10:38:58
signed using : RSA+SHA1
RSA key size : 1024 bits
2013-03-25 15:03:30 VERIFY OK: depth=1
cert. version : 3
serial number : XX:XX:XX:XX:XX:XX:XX:XX
issuer name : C=US, ST=CA, L=San-Francisco, O=reliablehosting.com, CN=ovpnXXX, emailAddress=techies@reliablehosting.com
subject name : C=US, ST=CA, L=San-Francisco, O=reliablehosting.com, CN=ovpnXXX, emailAddress=techies@reliablehosting.com
issued on : 2013-03-25 10:38:58
expires on : 2023-03-23 10:38:58
signed using : RSA+SHA1
RSA key size : 1024 bits
2013-03-25 15:03:32 SSL Handshake: TLSv1.0/SSL-EDH-RSA-AES-256-SHA
2013-03-25 15:03:32 Session is ACTIVE
2013-03-25 15:03:33 EVENT: GET_CONFIG
2013-03-25 15:03:33 Sending PUSH_REQUEST to server...
2013-03-25 15:03:33 OPTIONS:
0 [redirect-gateway] [def1]
1 [socket-flags] [TCP_NODELAY]
2 [ping] [1]
3 [ping-restart] [60]
4 [route-delay] [2]
5 [route-metric] [1]
6 [dhcp-option] [DNS] [216.52.254.1]
7 [dhcp-option] [DNS] [216.52.254.33]
8 [route] [10.8.1.73]
9 [topology] [net30]
10 [ifconfig] [W.X.Y.Z] [W.X.Y.Z]
2013-03-25 15:03:33 LZO-ASYM init swap=0 asym=1
2013-03-25 15:03:33 Comp-stub init swap=0
2013-03-25 15:03:33 EVENT: ASSIGN_IP
2013-03-25 15:03:33 Connected via tun
2013-03-25 15:03:33 EVENT: CONNECTED @W.X.Y.Z:443 (W.X.Y.Z) via /TCPv4 on tun/W.X.Y.Z/
2013-03-25 15:03:41 EVENT: DISCONNECTED
2013-03-25 15:03:41 Raw stats on disconnect:
BYTES_IN : 63560
BYTES_OUT : 33163
PACKETS_IN : 326
PACKETS_OUT : 341
TUN_BYTES_IN : 7025
TUN_PACKETS_IN : 120
REPLAY_ERROR : 261
KEEPALIVE_TIMEOUT : 2
N_PAUSE : 1
N_RECONNECT : 3
2013-03-25 15:03:41 Performance stats on disconnect:
CPU usage (microseconds): 490457
Tunnel compression ratio (downlink): inf
Network bytes per CPU second: 197209
Tunnel bytes per CPU second: 14323
2013-03-25 15:03:41 ----- OpenVPN Stop -----

Somebody could help me?