[NCLUG] VPN with dd-wrt
phil marsh
montanaembassy at yahoo.com
Mon Sep 16 13:01:22 MDT 2013
I was wondering if anyone had experience with VPN using the Cisco E2500 router (or something else) with dd-wrt VPN via router?
I am having trouble connecting to my VPN and get the following error messages from the router (server) log:
Sep 16 20:56:06 montanaembassy daemon.err openvpn[13149]: 70.196.196.37:46850 TLS_ERROR: BIO read tls_read_plaintext error: error:1408F119:lib(20):func(143):reason(281)
Sep 16 20:56:06 montanaembassy daemon.err openvpn[13149]: 70.196.196.37:46850 TLS Error: TLS object -> incoming plaintext read error
Sep 16 20:56:06 montanaembassy daemon.err openvpn[13149]: 70.196.196.37:46850 TLS Error: TLS handshake failed
Sep 16 20:56:06 montanaembassy daemon.notice openvpn[13149]: 70.196.196.37:46850 SIGUSR1[soft,tls-error] received, client-instance restarting
Sep 16 20:57:39 montanaembassy auth.info login[26842]: root login on 'pts/0'
I'm using ssl certs and keys
My server configuration is:
mode server
proto udp
port 1194
dev tap0
server-bridge 192.168.3.1 255.255.0.0 192.168.3.50 192.168.3.100
# Gateway (VPN Server) Subnetmask Start-IP End-IP
keepalive 10 120
daemon
verb 5
client-to-client
dh /tmp/openvpn/dh.pem
ca /tmp/openvpn/ca.crt
cert /tmp/openvpn/cert.pem
key /tmp/openvpn/key.pem
# Only use crl-verify if you are using the revoke list - otherwise leave it commented out
# crl-verify /tmp/openvpn/ca.crl
Thanks,
Phil
More information about the NCLUG
mailing list