Machine-specific issue which is not caused by configs

How to customize and extend your OpenVPN installation.

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

Post Reply
qrohlf
OpenVpn Newbie
Posts: 2
Joined: Tue May 17, 2011 12:44 am

Machine-specific issue which is not caused by configs

Post by qrohlf » Tue May 17, 2011 12:47 am

I am trying to troubleshoot a machine-specific issue connecting to an OpenVPN server which is not caused by the config.

I have two laptops on the same network, both getting addresses from DHCP. I'm trying to get one of the laptops to connect to an openVPN server.

I have two openVPN servers that I'm working with. Server 1 is a tcp server running on port 443 of the remote machine, and Server 2 is a udp server running on port 1194 of the remote machine. Both servers are using TLS authentication.

Laptop 1 can connect to both servers with no problems.
Laptop 2, using identical configs as Laptop 1, can connect to Server 1 with no problems, but cannot connect to Server 2 at all. Whenever I try to initiate a connection with Server 2 on Laptop 2, the initialization hangs on "UDPv4 link remote: [remote ip]:1194".

Any ideas on what is causing this issue between Laptop 2 and Server 2?

Laptop 1 is running Windows 7 home premium
Laptop 2 is running Windows 7 starter
Both laptops have exceptions for openVPN in Windows Firewall
Both laptops are running the openVPN executable with administrative rights

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

Re: Machine-specific issue which is not caused by configs

Post by janjust » Tue May 17, 2011 10:29 am

is windows 7 starter edition capable of opening *any* UDP connection to the server? I don't know what the exact limitation of the starter edition are....

you can try running iperf in UDP mode

qrohlf
OpenVpn Newbie
Posts: 2
Joined: Tue May 17, 2011 12:44 am

Re: Machine-specific issue which is not caused by configs

Post by qrohlf » Wed May 18, 2011 2:51 am

AFAIK networking in windows 7 starter isn't limited - so far, the only limitations that I know of between starter and home are that in starter, you can't use Aero and you can't change the desktop background.

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

Re: Machine-specific issue which is not caused by configs

Post by janjust » Wed May 18, 2011 7:07 am

try disabling the firewall altogether on the Win7 Starter box;
try an iperf test (iperf for windows can be found here:
https://nocweboldcst.ucf.edu/files/iperf.exe

on the server, run (as root)

Code: Select all

iperf -u -s
then on the win7 boxen , try to connect using 'iperf -u -c ....'

if that works for both then you know UDP is working.

frankp
OpenVpn Newbie
Posts: 1
Joined: Thu Oct 20, 2011 8:41 pm

Re: Machine-specific issue which is not caused by configs

Post by frankp » Thu Oct 20, 2011 8:44 pm

Thanks for the help janjust. I was having the exact same issues and was able to solve the problem.
Read about the best wireless mouse for your computer.

Post Reply