Can't connect to OpenVPN on Tomato USB VPN

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

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

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
teteroon
OpenVpn Newbie
Posts: 1
Joined: Thu Apr 18, 2013 11:59 am

Can't connect to OpenVPN on Tomato USB VPN

Post by teteroon » Thu Apr 18, 2013 12:30 pm

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.

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

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

Post by janjust » Fri Apr 19, 2013 12:24 pm

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
?

Post Reply