EVENT:CORE_ERROR

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
dArk4psyco
OpenVpn Newbie
Posts: 2
Joined: Tue Apr 16, 2013 12:42 pm

EVENT:CORE_ERROR

Post by dArk4psyco » Wed May 29, 2013 11:05 pm

I have a problem with my client config on OpenVPN Connect.
I have imported the configuration but unfortunately comes when connecting always immediately an error message.

"EVENT:CORE_ERROR option_error: proto_option_error: ping: error parsing number [ERR]"

Here is my config:

Code: Select all

client
proto udp
auth SHA1
dev tun
topology subnet
remote xxx.xxx.xxx.xxx 443
remote-cert-tls server
ns-cert-type server
nobind
ping restart 30
comp-lzo
cipher AES-256-CBC
persist-key
persist-tun
# mssfix 1300
verb 3
#script-security 2

<ca>
-----BEGIN CERTIFICATE-----
.........
-----END CERTIFICATE-----
</ca>

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

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

key-direction 1
<tls-auth>
-----BEGIN OpenVPN Static key V1-----
......
-----END OpenVPN Static key V1-----
</tls-auth>
Can any one tell me there maybe where the error is?

Thank you

lolex
OpenVPN Power User
Posts: 52
Joined: Sun Jun 05, 2011 7:50 pm

Re: EVENT:CORE_ERROR

Post by lolex » Fri May 31, 2013 9:09 am

"ping restart 30" is not a valid line.

dArk4psyco
OpenVpn Newbie
Posts: 2
Joined: Tue Apr 16, 2013 12:42 pm

Re: EVENT:CORE_ERROR

Post by dArk4psyco » Fri May 31, 2013 3:59 pm

Thanks for your help.

But now I have a new problem.

"Tun Error: ifconfig adresses are not in the same /30 subnet (topology net30)"

Can it be that "topology subnet" is not supported in openvpn connect app?

User avatar
jamesyonan
OpenVPN Inc.
Posts: 169
Joined: Thu Jan 24, 2013 12:13 am

Re: EVENT:CORE_ERROR

Post by jamesyonan » Mon Jun 03, 2013 7:10 am

"topology subnet" is definitely supported, however the client expects that this directive would be pushed from the server rather than being hardcoded in the client-side config file.

James

Post Reply