Page 1 of 1

Can't connect to OpenVPN on Tomato USB VPN

Posted: Thu Apr 18, 2013 12:30 pm
by teteroon
Hey guys,

I'm trying to connect to OpenVPN on a Tomato USB VPN (Ver. 1.28) powered Cisco Linksys E4200 but I fail.

This is what my Server configuration looks like:
Image
Image
Image

My Client config is the following:

Code: Select all

remote <my DynDNS Domain> 443 
ns-cert-type server 
dev tap21 
proto tcp 
resolv-retry infinite 
nobind 
persist-key  
persist-tun 
float 
ca "C:\\Program Files\\OpenVPN\\config\\homevpn\\ca.crt"  
cert "C:\\Program Files\\OpenVPN\\config\\homevpn\\client.crt"  
key "C:\\Program Files\\OpenVPN\\config\\homevpn\\client.key" 
comp-lzo 
verb 3 
mute 20
The Connection fails afterh showing up this:
Image

Any idea?

Thanks.

Re: Can't connect to OpenVPN on Tomato USB VPN

Posted: Fri Apr 19, 2013 12:24 pm
by janjust
that cannot be the complete client log - the connection seems to come through, but it stops after the tap-win32 adapter is opened? can you try it using

Code: Select all

dev tun
instead of
dev tap21
?