OpenVPN Help

Hello all,

Just moved to a 2011UiAS-2HnD from an old ASUS RT-N16 on DD-WRT. Must say I am loving it so far. Managed to setup most of the stuff I want.

Currently trying to setup OpenVPN on my router as a server, but running into some issues. Would greatly appreciate it if someone can point me in the right direction.

I am using v6.10 (with the OVPN fix). Generated the certificates with Easy-RSA on OpenVPN. When trying to the router, the connection would reset as follows after getting a VERIFY OK from the certificates. Already tried making sure system time is correct, but doesnt seem to help

Sat Mar 08 16:40:02 2014 NOTE: --user option is not implemented on Windows
Sat Mar 08 16:40:02 2014 NOTE: --group option is not implemented on Windows
Sat Mar 08 16:40:02 2014 OpenVPN 2.2.2 Win32-MSVC++ [SSL] [LZO2] [PKCS11] built on Dec 15 2011
Sat Mar 08 16:40:02 2014 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Mar 08 16:40:02 2014 Control Channel MTU parms [ L:1591 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sat Mar 08 16:40:02 2014 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Mar 08 16:40:02 2014 Data Channel MTU parms [ L:1591 D:1450 EF:59 EB:4 ET:32 EL:0 ]
Sat Mar 08 16:40:02 2014 Local Options hash (VER=V4): 'b60e7885'
Sat Mar 08 16:40:02 2014 Expected Remote Options hash (VER=V4): 'fbeb66e6'
Sat Mar 08 16:40:02 2014 Attempting to establish TCP connection with ---.-.---.---:1194
Sat Mar 08 16:40:02 2014 TCP connection established with ---.-.---.---:1194
Sat Mar 08 16:40:02 2014 TCPv4_CLIENT link local: [undef]
Sat Mar 08 16:40:02 2014 TCPv4_CLIENT link remote: ---.-.---.---:1194
Sat Mar 08 16:40:02 2014 TLS: Initial packet from ---.-.---.---:1194, sid=2e337529 3eb03bf7
Sat Mar 08 16:40:02 2014 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Sat Mar 08 16:40:02 2014 VERIFY OK: depth=1, /C=--/ST=--/L=-------/O=Ka/OU=changeme/CN=changeme/name=changeme/emailAddress=mail@host.domain
Sat Mar 08 16:40:02 2014 VERIFY OK: nsCertType=SERVER
Sat Mar 08 16:40:02 2014 VERIFY OK: depth=0, /C=--/ST=--/L=------/O=Ka/OU=changeme/CN=server/name=changeme/emailAddress=mail@host.domain
Sat Mar 08 16:40:03 2014 Connection reset, restarting [0]

I am guessing it might be some certificate problems since it is restarting after verifying the certificates. Tried to see the log on the router and all I see is the following: Not much help

TCP connection established from 24.114.27.169
TCP connection established from 24.114.27.169
TCP connection established from 24.114.27.169

My client opvn config file is as follows.

dev tap
proto tcp-client

remote ---.-.---.--- 1194

ca ca.crt
cert client1.crt
key client1.key

tls-client 1194

user nobody
group nogroup

ping 15
ping-restart 45
ping-timer-rem
persist-tun
persist-key

mute-replay-warnings

ns-cert-type server
verb 3

cipher AES-256-CBC
auth SHA1
pull

auth-user-pass auth.cfg

Thanks in advance.

Were you able to solve this problem or do you still need help with it?