Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- vpn client log
- 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)
- Sat Aug 16 14:58:24 2025 daemon.err ovpnclient[23002]: TLS Error: TLS handshake failed
- Sat Aug 16 14:58:24 2025 daemon.notice ovpnclient[23002]: SIGHUP[soft,tls-error] received, process restarting
- 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.
- 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]
- Sat Aug 16 14:58:24 2025 daemon.notice ovpnclient[23002]: library versions: OpenSSL 1.1.1q 5 Jul 2022, LZO 2.10
- 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
- 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
- Sat Aug 16 14:58:29 2025 daemon.notice ovpnclient[23002]: UDP link local: (not bound)
- Sat Aug 16 14:58:29 2025 daemon.notice ovpnclient[23002]: UDP link remote: [AF_INET]70.119.168.106:12973
- 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)
- Sat Aug 16 14:59:29 2025 daemon.err ovpnclient[23002]: TLS Error: TLS handshake failed
- Sat Aug 16 14:59:29 2025 daemon.notice ovpnclient[23002]: SIGHUP[soft,tls-error] received, process restarting
- 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.
- 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]
- Sat Aug 16 14:59:29 2025 daemon.notice ovpnclient[23002]: library versions: OpenSSL 1.1.1q 5 Jul 2022, LZO 2.10
- 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
- Sat Aug 16 14:59:34 2025 daemon.notice ovpnclient[23002]: TCP/UDP: Preserving recently used remote address: [AF_INET]xxxx:12973
- Sat Aug 16 14:59:34 2025 daemon.notice ovpnclient[23002]: UDP link local: (not bound)
- Sat Aug 16 14:59:34 2025 daemon.notice ovpnclient[23002]: UDP link remote: [AF_INET]xxxxx12973
- vpn server log
- [OpenVPN, connection fail] from remote IP address: 192.168.1.89, Saturday, August 16, 2025 14:59:29
- [OpenVPN, connection fail] from remote IP address: 192.168.1.89, Saturday, August 16, 2025 14:58:24
- [OpenVPN, connection fail] from remote IP address: 192.168.1.89, Saturday, August 16, 2025 14:57:12
- [OpenVPN, connection fail] from remote IP address: 192.168.1.89, Saturday, August 16, 2025 14:56:07
- .openvpn config file ( redacted sensitive info )
- client
- dev tap ( tried tun and tap )
- proto udp
- remote jyj123.mynetgear.com 12973
- auth-nocache
- redirect-gateway def1
- resolv-retry infinite
- nobind
- persist-key
- persist-tun
- cipher AES-128-CBC
- remote-cert-tls server
- data-ciphers AES-256-GCM:AES-128-GCM:AES-128-CBC
- data-ciphers-fallback AES-128-CBC
- comp-lzo
- <ca>
- -----BEGIN CERTIFICATE-----
- -----END CERTIFICATE-----
- -----BEGIN CERTIFICATE-----
- -----END CERTIFICATE-----
- </cert>
- <key>
- -----BEGIN PRIVATE KEY-----
- -----END PRIVATE KEY-----
- </key>
Advertisement
Add Comment
Please, Sign In to add comment