Connection to OpenVPN Server

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

Connection to OpenVPN Server

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Connection to OpenVPN Server
Connection to OpenVPN Server
2023-04-02 01:32:44
Model: ER605 (TL-R605)  
Hardware Version: V2
Firmware Version: 2.1.2 Build 20230210 Rel.62992

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>
 

 

  0      
  0      
#1
Options
1 Reply
Re:Connection to OpenVPN Server
2023-04-04 06:05:13

  @Pondhopper 

 

Hi, I'm not on the site and can not test it now, I thought you can configure the ER605 as an OpenVPN server and export the OVPN file, to check if the file contains SHA256.

I thought maybe it hasn't, but you can compare the two certificates to see if the encryption algorithms, etc. are the same, and the odds are that ER605's current doesn't support a higher level yet.

Just striving to develop myself while helping others.
  0  
  0  
#2
Options