Openvpn behind dd-wrt router (build 19519)
Dear All, please I deeply need your help, since more than two days I'm trying to connect to openvpn in my MBWE (wight) with no success!
I'm running linksys E1000 router with dd-wrt firmware (build 19519), ddns service using no-ip.com with hostname xxxx.no-ip.com.
UPNP service is enabled, and I added port forward 1194 to my MBWE (192.168.1.103) and also I open the port to my Openvpn lan (192.168.3.0).
I added the below commands in firewall commands
iptables -I INPUT 1 -p udp --dport 1194 -j ACCEPT
iptables -I FORWARD 1 --source 192.168.3.0/24 -j ACCEPTI generated the keys using the easy-rsa mentioned in the Openvpn tutorial, below is my server/client config:
server
dev tun0
dh dh1024.pem
ca ca.crt
cert OpenVPNserver.crt
key OpenVPNserver.key
port 1194
proto udp
push "route 192.168.1.0 255.255.255.0"
server 192.168.3.0 255.255.255.0
ifconfig-pool-persist ipp.txt
comp-lzo
verb 3client:
client
dev tun0
proto udp
remote xxxx.no-ip.com 1194
ca ca.crt
cert 0VClient.crt
key 0VClient.key
script-security 2
comp-lzo
verb 3but I keep receiving the below error with no success in connection!:
Sun Sep 16 13:18:10 2012 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Sun Sep 16 13:18:10 2012 TLS Error: TLS handshake failed
Sun Sep 16 13:18:10 2012 TCP/UDP: Closing socketplease help, BTW great forum…
cheers
Sergey














