VLS error

This forum is for admins who are looking to build or expand their OpenVPN setup.

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

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
sabot105mm
OpenVpn Newbie
Posts: 7
Joined: Sun Feb 27, 2011 3:50 pm

VLS error

Post by sabot105mm » Sun Feb 27, 2011 4:22 pm

i been having trouble trying to figure out whats going in. i am trying to use my vpn to access my network and use the internet. the vpn has worked fine for the most part (i dont know how to setup the vpn to use my home networks isp ip once connected) until just today, now i cant access it anymore, something happened that caused it and i really dont know what. also could anybody help me find a way to access my isp ip once connect to the vpn

the server running the openvpn software is a wrt54gl with tomatovpnusb
the tomato settings are
  • Start with WAN checked
    Interface Type tap
    Protocol udp
    Port 1194
    Firewall auto
    Authorization Mode tls
    Extra HMAC authorization disabled
    Client address pool checked
    Poll Interval 0 (in minutes, 0 to disable)
    Direct clients to
    redirect Internet traffic checked
    Respond to DNS unchecked
    Encryption cipher default
    Compression adaptive
    TLS Renegotiation Time -1 (in seconds, -1 for default)
    Manage Client-Specific Options checked
    Allow Client<->Client checked
Client.ovpn

Code: Select all

remote garyvpn.no-ip.org 1194
ns-cert-type server
dev VPN
dev tap
proto udp
resolv-retry infinite
nobind
persist-key
persist-tun
float
redirect-gateway
ca ca.crt
cert client1.crt
key client1.key
comp-lzo
mute 20

Code: Select all

Sun Feb 27 11:04:45 2011 OpenVPN 2.1.4 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] bui
lt on Nov  8 2010
Sun Feb 27 11:04:45 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or hig
her to call user-defined scripts or executables
Sun Feb 27 11:04:45 2011 LZO compression initialized
Sun Feb 27 11:04:45 2011 UDPv4 link local: [undef]
Sun Feb 27 11:04:45 2011 UDPv4 link remote: 174.58.44.116:1194
Sun Feb 27 11:05:45 2011 TLS Error: TLS key negotiation failed to occur within 6
0 seconds (check your network connectivity)
Sun Feb 27 11:05:45 2011 TLS Error: TLS handshake failed
Sun Feb 27 11:05:45 2011 SIGUSR1[soft,tls-error] received, process restarting

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

Re: VLS error

Post by janjust » Sun Feb 27, 2011 9:58 pm

I'm not familar with the tomato web interface but a client error
Sun Feb 27 11:05:45 2011 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
usually indicates that a firewall is blocking traffic somewhere along the way. for debugging purposes try disabling the firewall on both the server and the client.

sabot105mm
OpenVpn Newbie
Posts: 7
Joined: Sun Feb 27, 2011 3:50 pm

Re: VLS error

Post by sabot105mm » Mon Feb 28, 2011 5:24 am

well how do i use my home networks internet remotely via the vpn? it says the vpn adapter has no internet when connected

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

Re: VLS error

Post by janjust » Mon Feb 28, 2011 8:17 am

who says the vpn adapter has no internet when connected? please post some log files so we can have a look...

Post Reply