DDWRT OpenVPN Setup

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
Vetox
OpenVpn Newbie
Posts: 1
Joined: Tue Jun 06, 2023 5:49 pm

DDWRT OpenVPN Setup

Post by Vetox » Wed Jun 07, 2023 5:59 pm

Hi, I have been trying to get my OpenVPN server running on my DD-WRT router working for 2 days. However, when I try to connect, the client's log will show that the connection to the server times out and the server log says the TLS handshake has failed. These are my configuration settings:

Image

Code: Select all

client
dev tun
proto udp4
remote ***REDACTED*** 1194
nobind
persist-key
persist-tun
remote-cert-tls server
auth-nocache
verb 4
float
tun-mtu 1500
auth SHA256
cipher AES-256-CBC
data-ciphers AES-256-GCM:AES-128-GCM:AES-256-CBC
ca ca.crt
cert phone-client.crt
key phone-client.key
I had it working a grand total of one time, where I checked using whatsmyip.org, the IP was the same and I could access my local devices. I restarted the router and the access was gone. I use a dynamic DNS, if that's relevant. Could anybody guide me in the right way to solving this problem?

Post Reply