Guest User

Untitled

a guest
Aug 16th, 2025
19
0
6 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. vpn client log
  2. Sat Aug 16 14:58:24 2025 daemon.err ovpnclient[23002]: TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
  3. Sat Aug 16 14:58:24 2025 daemon.err ovpnclient[23002]: TLS Error: TLS handshake failed
  4. Sat Aug 16 14:58:24 2025 daemon.notice ovpnclient[23002]: SIGHUP[soft,tls-error] received, process restarting
  5. Sat Aug 16 14:58:24 2025 daemon.warn ovpnclient[23002]: WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.
  6. Sat Aug 16 14:58:24 2025 daemon.notice ovpnclient[23002]: OpenVPN 2.5.3 aarch64-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
  7. Sat Aug 16 14:58:24 2025 daemon.notice ovpnclient[23002]: library versions: OpenSSL 1.1.1q 5 Jul 2022, LZO 2.10
  8. Sat Aug 16 14:58:29 2025 daemon.warn ovpnclient[23002]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
  9. Sat Aug 16 14:58:29 2025 daemon.notice ovpnclient[23002]: TCP/UDP: Preserving recently used remote address: [AF_INET]70.119.168.106:12973
  10. Sat Aug 16 14:58:29 2025 daemon.notice ovpnclient[23002]: UDP link local: (not bound)
  11. Sat Aug 16 14:58:29 2025 daemon.notice ovpnclient[23002]: UDP link remote: [AF_INET]70.119.168.106:12973
  12. Sat Aug 16 14:59:29 2025 daemon.err ovpnclient[23002]: TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
  13. Sat Aug 16 14:59:29 2025 daemon.err ovpnclient[23002]: TLS Error: TLS handshake failed
  14. Sat Aug 16 14:59:29 2025 daemon.notice ovpnclient[23002]: SIGHUP[soft,tls-error] received, process restarting
  15. Sat Aug 16 14:59:29 2025 daemon.warn ovpnclient[23002]: WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.
  16. Sat Aug 16 14:59:29 2025 daemon.notice ovpnclient[23002]: OpenVPN 2.5.3 aarch64-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
  17. Sat Aug 16 14:59:29 2025 daemon.notice ovpnclient[23002]: library versions: OpenSSL 1.1.1q 5 Jul 2022, LZO 2.10
  18. Sat Aug 16 14:59:34 2025 daemon.warn ovpnclient[23002]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
  19. Sat Aug 16 14:59:34 2025 daemon.notice ovpnclient[23002]: TCP/UDP: Preserving recently used remote address: [AF_INET]xxxx:12973
  20. Sat Aug 16 14:59:34 2025 daemon.notice ovpnclient[23002]: UDP link local: (not bound)
  21. Sat Aug 16 14:59:34 2025 daemon.notice ovpnclient[23002]: UDP link remote: [AF_INET]xxxxx12973
  22.  
  23. vpn server log
  24. [OpenVPN, connection fail] from remote IP address: 192.168.1.89, Saturday, August 16, 2025 14:59:29
  25. [OpenVPN, connection fail] from remote IP address: 192.168.1.89, Saturday, August 16, 2025 14:58:24
  26. [OpenVPN, connection fail] from remote IP address: 192.168.1.89, Saturday, August 16, 2025 14:57:12
  27. [OpenVPN, connection fail] from remote IP address: 192.168.1.89, Saturday, August 16, 2025 14:56:07
  28.  
  29. .openvpn config file ( redacted sensitive info )
  30. client
  31. dev tap ( tried tun and tap )
  32. proto udp
  33. remote jyj123.mynetgear.com 12973
  34. auth-nocache
  35. redirect-gateway def1
  36. resolv-retry infinite
  37. nobind
  38. persist-key
  39. persist-tun
  40. cipher AES-128-CBC
  41. remote-cert-tls server
  42. data-ciphers AES-256-GCM:AES-128-GCM:AES-128-CBC
  43. data-ciphers-fallback AES-128-CBC
  44. comp-lzo
  45. <ca>
  46. -----BEGIN CERTIFICATE-----
  47.  
  48. -----END CERTIFICATE-----
  49.  
  50. -----BEGIN CERTIFICATE-----
  51.  
  52. -----END CERTIFICATE-----
  53. </cert>
  54. <key>
  55. -----BEGIN PRIVATE KEY-----
  56.  
  57. -----END PRIVATE KEY-----
  58. </key>
Advertisement
Add Comment
Please, Sign In to add comment