OpenVPN and Netgear WNDR3700

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Post Reply
mvukic
Posts: 1
Joined: Mon Apr 14, 2014 10:31 pm

OpenVPN and Netgear WNDR3700

Post by mvukic »

Hello,

I recently replaced the firmware on my old Netgear WNDR3700 with Gargoyle WNDR3700-V1.0.16.98NA. The update process went well and I was able to configure the router with an exception of OpenVPN server access.
The router is connected to local cable provider modem and I am using DynDNS service for remote management and it works well.

After configuring OpenVPN server with the default settings, I created a client profile (screenshot attached). Subnet behind client is "No Subnet Defined".

To connect to the VPN server, I installed Windows Desktop OpenVPN client from here
http://openvpn.net/index.php/access-ser ... w/357.html .

After importing local .ovpn profile (previously downloaded from the router/OpenVPN server) I was not able to establish VPN connection so far. The client stays in "Connecting" status and never connects to the server.

Here is the log file content (router IP address has been removed):

Mon Apr 14 19:50:51 2014 NOTE: OpenVPNAS 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Mon Apr 14 19:50:51 2014 Re-using SSL/TLS context
Mon Apr 14 19:50:51 2014 LZO compression initialized
Mon Apr 14 19:50:51 2014 Control Channel MTU parms [ L:1542 D:166 EF:66 EB:0 ET:0 EL:0 ]
Mon Apr 14 19:50:51 2014 Socket Buffers: R=[65536->65536] S=[65536->65536]
Mon Apr 14 19:50:51 2014 MANAGEMENT: >STATE:1397530251,RESOLVE,,,
Mon Apr 14 19:50:51 2014 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Mon Apr 14 19:50:51 2014 Local Options hash (VER=V4): '02af3434'
Mon Apr 14 19:50:51 2014 Expected Remote Options hash (VER=V4): '3f08d474'
Mon Apr 14 19:50:51 2014 UDPv4 link local: [undef]
Mon Apr 14 19:50:51 2014 UDPv4 link remote: <router ip address>:1194
Mon Apr 14 19:50:51 2014 MANAGEMENT: >STATE:1397530251,WAIT,,,
Mon Apr 14 19:51:51 2014 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Mon Apr 14 19:51:51 2014 TLS Error: TLS handshake failed
Mon Apr 14 19:51:51 2014 TCP/UDP: Closing socket
Mon Apr 14 19:51:51 2014 SIGUSR1[soft,tls-error] received, process restarting
Mon Apr 14 19:51:51 2014 MANAGEMENT: >STATE:1397530311,RECONNECTING,tls-error,,
Mon Apr 14 19:51:51 2014 Restart pause, 2 second(s)
Mon Apr 14 19:51:53 2014 NOTE: OpenVPNAS 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Mon Apr 14 19:51:53 2014 Re-using SSL/TLS context
Mon Apr 14 19:51:53 2014 LZO compression initialized
Mon Apr 14 19:51:53 2014 Control Channel MTU parms [ L:1542 D:166 EF:66 EB:0 ET:0 EL:0 ]
Mon Apr 14 19:51:53 2014 Socket Buffers: R=[65536->65536] S=[65536->65536]
Mon Apr 14 19:51:53 2014 MANAGEMENT: >STATE:1397530313,RESOLVE,,,
Mon Apr 14 19:51:53 2014 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Mon Apr 14 19:51:53 2014 Local Options hash (VER=V4): '02af3434'
Mon Apr 14 19:51:53 2014 Expected Remote Options hash (VER=V4): '3f08d474'
Mon Apr 14 19:51:53 2014 UDPv4 link local: [undef]
Mon Apr 14 19:51:53 2014 UDPv4 link remote: <router ip address here>:1194
Mon Apr 14 19:51:53 2014 MANAGEMENT: >STATE:1397530313,WAIT,,,
Mon Apr 14 19:52:53 2014 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Mon Apr 14 19:52:53 2014 TLS Error: TLS handshake failed
Mon Apr 14 19:52:53 2014 TCP/UDP: Closing socket

Please advise.
Thanks!
Attachments
OpenVPN Sever screenshot.png
OpenVPN Sever screenshot.png (29.33 KiB) Viewed 3669 times

Andir
Posts: 3
Joined: Thu Apr 17, 2014 11:03 am

Re: OpenVPN and Netgear WNDR3700

Post by Andir »

I also have the same router (v2) and just last night I reflashed from OpenWRT to Gargoyle. I set up OpenVPN, generating a file, I cannot connect using the credential file given to me from the router (Windows 7 64-bit client)... The OpenVPN client just sits on "Connecting" with no other useful information.

Edit: Found the log file. It appears as though my issue is the same:

Code: Select all

Thu Apr 17 11:12:41 2014 MANAGEMENT: >STATE:1397747561,WAIT,,,
Thu Apr 17 11:13:41 2014 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Thu Apr 17 11:13:41 2014 TLS Error: TLS handshake failed
Thu Apr 17 11:13:41 2014 TCP/UDP: Closing socket
Thu Apr 17 11:13:41 2014 SIGUSR1[soft,tls-error] received, process restarting

Post Reply