Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Stunts

Pages: [1]
1
Installation and Upgrades / [Solved]OpenVPN Connection Timeout
« on: December 20, 2009, 07:22:03 pm »
Hello everyone!

I've been using Ebox for a while now - about 1 year and I must say I am very impressed with this software. It makes it very easy to mange my home server.

I've been using Ebox in Ubuntu. However, after I upgraded from Jaunty to Karmic I have experienced some issues with Open VPN.

I can see the the service is running in Ebox's Dashboard. Everything seems fine in there. I have it running in port 1194 (TCP).
If I do a "ps -aus" in bash, I can also see that OpenVPN is running as a service.
I have a properly configured "tap0" interface when the module is loaded. This interface disappears when I stop the module.
If I go to http://www.grc.com/default.htm and use the "ShieldsUP" service on port 1194 it shows up as "open", while neighbour ports show up as "stealth".
Everything seems to be correctly configured, but I can't connect to the server.

On the client side I get the following:
Code: [Select]
francisco@MegalaptopII:~/Desktop/ITXNetwork-client$  sudo openvpn --config ITXNetwork-client.conf
Senha:
Sun Dec 20 18:21:12 2009 OpenVPN 2.1_rc20 x86_64-unknown-linux-gnu [SSL] [LZO2] [EPOLL] built on Oct 18 2009
Sun Dec 20 18:21:12 2009 WARNING: Make sure you understand the semantics of --tls-remote before using it (see the man page).
Sun Dec 20 18:21:12 2009 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sun Dec 20 18:21:12 2009 WARNING: file 'Exp01.pem' is group or others accessible
Sun Dec 20 18:21:12 2009 LZO compression initialized
Sun Dec 20 18:21:12 2009 Control Channel MTU parms [ L:1576 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sun Dec 20 18:21:12 2009 Data Channel MTU parms [ L:1576 D:1450 EF:44 EB:135 ET:32 EL:0 AF:3/1 ]
Sun Dec 20 18:21:12 2009 Local Options hash (VER=V4): '31fdf004'
Sun Dec 20 18:21:12 2009 Expected Remote Options hash (VER=V4): '3e6d1056'
Sun Dec 20 18:21:12 2009 Attempting to establish TCP connection with 192.168.2.3:1194 [nonblock]
Sun Dec 20 18:21:22 2009 TCP: connect to 192.168.2.3:1194 failed, will try again in 5 seconds: Connection timed out
Sun Dec 20 18:21:22 2009 SIGUSR1[soft,init_instance] received, process restarting
Sun Dec 20 18:21:22 2009 Restart pause, 5 second(s)
Sun Dec 20 18:21:27 2009 WARNING: Make sure you understand the semantics of --tls-remote before using it (see the man page).
Sun Dec 20 18:21:27 2009 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sun Dec 20 18:21:27 2009 Re-using SSL/TLS context
Sun Dec 20 18:21:27 2009 LZO compression initialized
Sun Dec 20 18:21:27 2009 Control Channel MTU parms [ L:1576 D:140 EF:40 EB:0 ET:0 EL:0 ]
Sun Dec 20 18:21:27 2009 Data Channel MTU parms [ L:1576 D:1450 EF:44 EB:135 ET:32 EL:0 AF:3/1 ]
Sun Dec 20 18:21:27 2009 Local Options hash (VER=V4): '31fdf004'
Sun Dec 20 18:21:27 2009 Expected Remote Options hash (VER=V4): '3e6d1056'
Sun Dec 20 18:21:27 2009 Attempting to establish TCP connection with 213.:SNIP::1194 [nonblock]
^CSun Dec 20 18:21:28 2009 TCP/UDP: Closing socket
Sun Dec 20 18:21:28 2009 SIGINT[hard,init_instance] received, process exiting

As you can see, I have attempted to connect using both the Internal LAN address and the external IP address, but both failed with a timeout.

I hope I have explained my problem in detail, but if any more information is required I will be more than happy to provide it.

Can anyone help me with this please?

Thank you in advance.

Pages: [1]