Page 1 of 1

EVENT:CORE_ERROR

Posted: Wed May 29, 2013 11:05 pm
by dArk4psyco
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

Re: EVENT:CORE_ERROR

Posted: Fri May 31, 2013 9:09 am
by lolex
"ping restart 30" is not a valid line.

Re: EVENT:CORE_ERROR

Posted: Fri May 31, 2013 3:59 pm
by dArk4psyco
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?

Re: EVENT:CORE_ERROR

Posted: Mon Jun 03, 2013 7:10 am
by jamesyonan
"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