read UDPv4: Connection reset by peer

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

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

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
Ziap
OpenVpn Newbie
Posts: 1
Joined: Tue Sep 20, 2011 10:49 pm

read UDPv4: Connection reset by peer

Post by Ziap » Tue Sep 20, 2011 11:01 pm

Hi,

at first im totally new to this Network Settings so don't get mad at me.

I established a free vpn Connection through this site http://www.freeusvpn.com/free-openvpn/ and throuh hostizzle, nothign special just simple free vpn so I could undergo a specific IP-Block.

Everything worked just fine for 2 weeks but now I get this weird problem, trying to reconnect to the vpn.

Maybe you guys can help me out.

Code: Select all

Wed Sep 21 00:51:33 2011 OpenVPN 2.1.4 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Nov  8 2010
Wed Sep 21 00:51:45 2011 WARNING: You have disabled Replay Protection (--no-replay) which may make OpenVPN less secure
Wed Sep 21 00:51:45 2011 WARNING: You have disabled Crypto IVs (--no-iv) which may make OpenVPN less secure
Wed Sep 21 00:51:45 2011 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Wed Sep 21 00:51:45 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Wed Sep 21 00:51:45 2011 ******* WARNING *******: null MAC specified, no authentication will be used
Wed Sep 21 00:51:45 2011 Attempting to establish TCP connection with 173.244.215.55:443
Wed Sep 21 00:51:46 2011 TCP: connect to 173.244.215.55:443 failed, will try again in 5 seconds: Connection refused (WSAECONNREFUSED)
Wed Sep 21 00:51:46 2011 SIGUSR1[soft,init_instance] received, process restarting
Wed Sep 21 00:51:51 2011 WARNING: You have disabled Replay Protection (--no-replay) which may make OpenVPN less secure
Wed Sep 21 00:51:51 2011 WARNING: You have disabled Crypto IVs (--no-iv) which may make OpenVPN less secure
Wed Sep 21 00:51:51 2011 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Wed Sep 21 00:51:51 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Wed Sep 21 00:51:51 2011 ******* WARNING *******: null MAC specified, no authentication will be used
Wed Sep 21 00:51:51 2011 UDPv4 link local: [undef]
Wed Sep 21 00:51:51 2011 UDPv4 link remote: 173.244.215.55:69
Wed Sep 21 00:51:51 2011 read UDPv4: Connection reset by peer (WSAECONNRESET) (code=10054)
Wed Sep 21 00:51:54 2011 read UDPv4: Connection reset by peer (WSAECONNRESET) (code=10054)
Wed Sep 21 00:51:57 2011 read UDPv4: Connection reset by peer (WSAECONNRESET) (code=10054)
Wed Sep 21 00:52:01 2011 SIGTERM[hard,] received, process exiting

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

Re: read UDPv4: Connection reset by peer

Post by janjust » Tue Sep 20, 2011 11:57 pm

your client tries to connect to
173.244.215.55:443
using tcp first, which now fails; most likely this worked in the past.

It then fails over to the second entry, which is
173.244.215.55:69
using UDP , which is refused by a firewall somewhere along the route - so this is something you'll have to take up with your vpn provider, not with this forum.

Post Reply