Page 1 of 1

read UDPv4: Connection reset by peer

Posted: Tue Sep 20, 2011 11:01 pm
by Ziap
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

Re: read UDPv4: Connection reset by peer

Posted: Tue Sep 20, 2011 11:57 pm
by janjust
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.