Unable to connect to UDP

Need help configuring your VPN? Just post here and you'll get that help.

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

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
jay22w
OpenVpn Newbie
Posts: 1
Joined: Sat Apr 02, 2011 5:33 pm

Unable to connect to UDP

Post by jay22w » Sat Apr 02, 2011 5:56 pm

Hi, i'm running openvpn 2.1.4 in contOS 5.5 and having problem connecting with client connection to protocol UDP port 80. It worked fine with TCP port 80 but under UDP in displays
TLS Error: TLS key negotiation failed to occur within 60 seconds
Client internet connection is fine but still it is unable to connect to server. Server log does not show any changes.
Is it with the server firewall or what because I'm not good when it comes to iptables and firewall.

Anyone can show me ho to do this if its with my server firewall settings?

Thaks!^^

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

Re: Unable to connect to UDP

Post by janjust » Sun Apr 03, 2011 8:50 pm

sounds like a firewall issue OR an 'selinux' issue; try disabling the firewall to see if it makes a difference:

Code: Select all

/etc/init.d/iptables stop
if you can connect afterwards then you know it's your firewall; if not then it might be an 'selinux' issue. Set 'selinux' to 'disabled' in /etc/sysconfig/selinux and reboot and see if that helps.

Post Reply