Connection to OpenVPN Server
I'm trying to setup a ER-605 for a old VOIP service that can utilize a VPN for phone calls.
I have an OpenVPN server running on a PFSense firewall. I have a static IP on the server. I created a OVPN file (shown below). it doesn't appear the device is connecting properly. I have two other open vpn instances that are working fine, but this one won't connect. Is this unit capable of this connecton?
dev tun
persist-tun
persist-key
data-ciphers AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:AES-256-CBC
data-ciphers-fallback AES-256-CBC
auth SHA256
tls-client
client
resolv-retry infinite
remote ---.---.---.--- 1196 udp4
nobind
verify-x509-name "Internal" name
auth-user-pass
remote-cert-tls server
explicit-exit-notify
<ca>
-----BEGIN CERTIFICATE-----
code-code-code
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
code-code-code
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
-----END PRIVATE KEY-----
</key>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
code-code-code
-----END OpenVPN Static key V1-----
</tls-auth>