Hi,
I’m trying to connect to a 3rd party openvpn server (SinemaRC from Siemens) with a Flexy205.
In the event.txt I get this:
1726845762;"20/09/2024 15:22:42";"System Booting, FWR: 14.4s1 (14.4), SN: 2204-0782-24 [EF0000]";"elog";79300;-22602
1726845763;"20/09/2024 15:22:43";"Reboot reason: User Web Request";"wd";79308;1073762140
1726845764;"20/09/2024 15:22:44";"tz-Timezone set (America/Montreal)";"main";79303;1073780826
1726845766;"20/09/2024 15:22:46";"wanmgt-Restarting permanent WAN connection";"wanmgt";79336;1073772933
1726845771;"20/09/2024 15:22:51";"wanmgt-Open WAN interface";"wanmgt";79336;1073772969
1726845772;"20/09/2024 15:22:52";"ovpn-OpenVPN process start";"wanmgt";79336;1073771442
1726845777;"20/09/2024 15:22:57";"ovpn-OpenVPN execution failed";"openvpn";79331;29606
1726845778;"20/09/2024 15:22:58";"ovpn-OpenVPN process start";"wanmgt";79336;1073771442
1726845783;"20/09/2024 15:23:03";"ovpn-OpenVPN execution failed";"openvpn";79331;29606
1726845783;"20/09/2024 15:23:03";"muting (pattern of 2 events)";"openvpn";79331;-20205
1726845783;"20/09/2024 15:23:03";"eftp-Open FTP session (User: adm)";"ftps";79310;1073763129
1726845784;"20/09/2024 15:23:04";"ovpn-OpenVPN process start";"wanmgt";79336;1073771442
1726845790;"20/09/2024 15:23:10";"ovpn-OpenVPN execution failed";"openvpn";79331;29606
1726845791;"20/09/2024 15:23:11";"ovpn-OpenVPN process start";"wanmgt";79336;1073771442
1726845792;"20/09/2024 15:23:12";"main-Real Time Clock (GMT/UTC) updated (from: 2024-09-20T15:23:10-04:00 to: 2024-09-20T15:23:12-04:00, ntp update took 19s)";"unact";79301;1073762139
1726845796;"20/09/2024 15:23:16";"ovpn-OpenVPN execution failed";"openvpn";79331;29606
1726845797;"20/09/2024 15:23:17";"ovpn-OpenVPN process start";"wanmgt";79336;1073771442
1726845798;"20/09/2024 15:23:18";"eftp-Open FTP session (User: adm)";"ftps";79310;1073763129
My ovpn file inside the /usr flexy directory is:
client
dev tun
cipher AES-256-CBC
auth SHA512
proto udp
remote 142.115.248.254
port 1194
resolv-retry infinite
nobind
persist-key
persist-tun
keepalive 10 60
comp-lzo
verb 1
ca "ca.crt"
cert "client.crt"
key "client.key"
in the ca.crt I’ve put my ca certification, same for the client.crt and client.key…
On the comcfg file I’ve put this: VPNCfgFile:/usr/client1.ovpn
On the server side I’ve not seen any activity, that the device is trying to connect, seems I have something wrong in the configuration…
I’ve been trying to follow this: https://support.hms-networks.com/hc/en-us/articles/9267054753682-How-to-connect-your-Ewon-to-Third-Party-OpenVPN-Servers
Thanks for the help