Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Help! Transport Error: NETWORK_RECV_ERROR

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
MEMEs
Posts: 9
Joined: 2018-08-15 12:17

Help! Transport Error: NETWORK_RECV_ERROR

#1 Post by MEMEs »

Hi there,

Last week i've updated my raspberry pi, I was asked some information about a new version of openVPN (cant recall what exactly) and I chose to keep original config file as one of the options. Today i tried to connect to my pi and was unable to get a connection at work, or even at home on my local network. I got this weird error on both my ios and my android device:

Code: Select all

22:48:26.956 -- Transport Error: Transport error on 'XXX: NETWORK_RECV_ERROR
Here is the complete error log:

Code: Select all

22:48:25.828 -- EVENT: DISCONNECTED 
22:48:25.844 -- EVENT: CORE_THREAD_INACTIVE 
22:48:25.845 -- Tunnel bytes per CPU second: 0 
22:48:25.845 -- ----- OpenVPN Stop ----- 
22:48:26.649 -- ----- OpenVPN Start ----- 
22:48:26.650 -- EVENT: CORE_THREAD_ACTIVE 
22:48:26.657 -- Frame=512/2048/512 mssfix-ctrl=1250 
22:48:26.659 -- UNUSED OPTIONS 4 [resolv-retry] [infinite] 5 [nobind] 6 [persist-key] 7 [persist-tun] 11 [verify-x509-name] [server_Hbg3K7uZIrVt232x] [name] 15 [verb] [3] 
22:48:26.659 -- EVENT: RESOLVE 
22:48:26.662 -- Contacting XXX:80 via TCP 
22:48:26.663 -- EVENT: WAIT 
22:48:26.673 -- Connecting to [XXX]:80 (82.161.147.138) via TCPv4 
22:48:26.674 -- EVENT: CONNECTING 
22:48:26.681 -- Tunnel Options:V4,dev-type tun,link-mtu 1572,tun-mtu 1500,proto TCPv4_CLIENT,comp-lzo,keydir 1,cipher AES-256-CBC,auth SHA256,keysize 256,tls-auth,key-method 2,tls-client
22:48:26.682 -- Creds: UsernameEmpty/PasswordEmpty 
22:48:26.683 -- Peer Info: IV_GUI_VER=OC30Android IV_VER=3.2 IV_PLAT=android IV_NCP=2 IV_TCPNL=1 IV_PROTO=2 IV_LZO=1 IV_AUTO_SESS=1 
22:48:26.804 -- VERIFY OK : depth=1 cert. version : 3 serial number : XXX issuer name : CN=ChangeMe subject name : CN=ChangeMe issued on : 2018-06-25 14:13:04 expires on : 2028-06-22 14:13:04 signed using : RSA with SHA-256 RSA key size : 2048 bits basic constraints : CA=true key usage : Key Cert Sign, CRL Sign 
22:48:26.805 -- VERIFY OK : depth=0 cert. version : 3 serial number : 01 issuer name : CN=ChangeMe subject name : CN=server_Hbg3K7uZIrVt232x issued on : 2018-06-25 14:13:11 expires on : 2028-06-22 14:13:11 signed using : RSA with SHA-256 RSA key size : 2048 bits basic constraints : CA=false key usage : Digital Signature, Key Encipherment ext key usage : TLS Web Server Authentication 22:48:26.955 -- TCP recv error: Connection reset by peer 22:48:26.956 -- Transport Error: Transport error on 'XXX: NETWORK_RECV_ERROR 
22:48:26.957 -- EVENT: TRANSPORT_ERROR info='Transport error on 'XXX: NETWORK_RECV_ERROR' 
22:48:26.959 -- Client terminated, restarting in 5000 ms... 
22:48:31.959 -- EVENT: RECONNECTING
my openvpn config file looks like this:
https://imgur.com/qd0Dskj
Does anyone have an idea how to fix this ? This seems to be a rather uncommon error.. google does not seem to have a solution

I'm sorry to post this here, the raspberry pi forums don't offer help on openVPN and the openVPN forum is a graveyard.

Thanks in advance.

Post Reply