Connection Timeout

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
w1nks
OpenVpn Newbie
Posts: 1
Joined: Sun Sep 15, 2013 4:24 pm

Connection Timeout

Post by w1nks » Sun Sep 15, 2013 4:32 pm

I got the OpenVPN service running on my dd-wrt router now but when I try to connect through my Android using OpenVPN Connect I get a timeout error. (This is guide I followed)

Here is my client.opvn file:

Code: Select all

client
dev tun
proto udp
remote xxx.mooo.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
float

ca ca.crt
cert client1.crt
key client1.key
ns-cert-type server

comp-lzo
verb 4
Any idea why it's not letting me connect?

My OpenVPN Connect Log says:

Code: Select all

EVENT:RECONNECTING
LZO-ASYM init swap=0 asym=0
Contacting x.x.x.x:1194 via UDP
EVENT:WAIT
Connecting to xxx.mooo.com (x.x.x.x) via UDPv4
EVENT:DISCONNECTED
It is getting the proper IP address from my mooo.com DNS site.

Here is my router's OpenVPN Status:

Code: Select all

State 1379243425,CONNECTED,SUCCESS,10.8.0.1, END

Status
Sun Sep 15 11:14:51 2013
Common Name	Real Address	Virtual Address	Bytes Received	Bytes Sent	Connected Since
Virtual Address	Common Name	Real Address	Last Ref
Max bcast/mcast queue length

Log 20130915 11:10:24 I OpenVPN 2.1.1 mipsel-unknown-linux-gnu [SSL] [LZO2] [EPOLL] built on Aug 7 2010
20130915 11:10:24 W IMPORTANT: OpenVPN's default port number is now 1194 based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port.
20130915 11:10:24 I TUN/TAP device tun0 opened
20130915 11:10:24 I /sbin/ifconfig tun0 10.8.0.1 pointopoint 10.8.0.2 mtu 1500
20130915 11:10:25 I Listening for incoming TCP connection on [undef]:1194
20130915 11:10:25 I TCPv4_SERVER link local (bound): [undef]:1194
20130915 11:10:25 I TCPv4_SERVER link remote: [undef]
20130915 11:10:25 W Note: sys_epoll API is unavailable falling back to poll/select API
20130915 11:10:25 I Initialization Sequence Completed
19700101 00:00:00 

chcarlos
OpenVpn Newbie
Posts: 3
Joined: Mon Sep 23, 2013 2:07 pm

Re: Connection Timeout

Post by chcarlos » Mon Sep 23, 2013 2:10 pm

Hi
I am using vpnkeys vpnhttp://www.vpnkeys.com connector and found they use port 443 for TCP and 53 for UDP and all time working
I think these ports all time opened on all networks

Post Reply