FR365 OpenVPN Client
I have an FR365 I want to connect to an external VPS OpenVPN server running Connect 3.01, so a VPN client connection from the FR365. I eventually got a VPN policy configured, various .ovpn files, but it's not working, I don't see any connection attempt on the server via tcpdump from the client.
I can ping the VPS from the FR365 and everything else on the gateway works.
The ovpn works from my laptop to the server.
Any suggestions?
Pasting my redacted ovpn
cipher AES-256-CBC
client
server-poll-timeout 4
nobind
remote XXX.XXX.XXX.XXX 1194 udp
dev tun
dev-type tun
remote-cert-tls server
tls-version-min 1.2
reneg-sec 604800
tun-mtu 1420
verb 3
push-peer-info
tls-auth ta.key 1
<ca>
-----BEGIN CERTIFICATE-----
…
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
….
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
….
-----END PRIVATE KEY-----
</key>
<tls-auth>
-----BEGIN OpenVPN Static key V1-----
….
-----END OpenVPN Static key V1-----
</tls-auth>
