OpenVPN / ovpn-dco

OpenVPN Data Channel Offload in the linux kernel
101 stars 23 forks source link

netlink reports object not found #50

Open mr-liusg opened 9 months ago

mr-liusg commented 9 months ago

After three days of steady running, suddenly

2023-09-27 19:04:52 us=681004 CLIENT/XXXXXX:65165 dco_new_key: netlink reports object not found, ovpn-dco unloaded?
2023-09-27 19:04:52 us=681014 CLIENT/XXXXXX:65165 dco_new_key: failed to send netlink message: No such file or directory (-2)
2023-09-27 19:04:52 us=681020 CLIENT/XXXXXX:65165 Impossible to install key material in DCO: No such file or directory
2023-09-27 19:04:52 us=681023 CLIENT/XXXXXX:65165 Exiting due to fatal error
2023-09-27 19:04:52 us=681036 CLIENT/XXXXXX:65165 Closing DCO interface
2023-09-27 19:04:52 us=681041 CLIENT/XXXXXX:65165 net_addr_v4_del: 10.61.0.1 dev tun3
2023-09-27 19:04:52 us=683371 CLIENT/XXXXXX:65165 net_iface_del: delete tun3

Then consistently see kernel errors

Message from syslogd@ip-XXXXX at Sep 27 23:18:39 ...
 kernel:[11843724.403314] unregister_netdevice: waiting for tun3 to become free. Usage count = 8

dmesg output

……
[11843714.323165] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843724.403314] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843734.483472] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843744.563620] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843754.643777] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843764.723930] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843774.836075] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843784.948232] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843795.060380] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843805.140526] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843815.220675] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843825.300839] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843835.412986] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843845.525133] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843855.637290] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843865.717444] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
[11843875.797583] unregister_netdevice: waiting for tun3 to become free. Usage count = 8
……

What can I do about it?

ordex commented 9 months ago

The two logs are not truly related to each other. Are you using TCP or UDP? However, the kernel issue is already tracked in #18

For the userspace error, can you post the full log please? However, it may just be an artifact of the kernel problem.

mr-liusg commented 9 months ago

I am using a UDP mode server. Indeed, the problem may be in the kernel. What's strange is this log " netlink reports object not found, ovpn-dco unloaded?"

ordex commented 9 months ago

that's a standard error message for when userspace cannot find the object to work on. This is the consequence of a previous problem. This is why I asked for the full log, please :-)

mr-liusg commented 9 months ago
whole log with mask ``` 2023-09-24 16:37:58 us=373473 event_wait : Interrupted system call (fd=-1,code=4) 2023-09-24 16:37:58 us=373527 SENT CONTROL [CLIENT]: 'RESTART' (status=1) 2023-09-24 16:38:00 us=680161 TCP/UDP: Closing socket 2023-09-24 16:38:00 us=680195 Closing DCO interface 2023-09-24 16:38:00 us=680200 net_addr_v4_del: 10.61.0.1 dev tun0 2023-09-24 16:38:00 us=682479 net_iface_del: delete tun0 2023-09-24 16:38:00 us=789096 SIGTERM[hard,] received, process exiting 2023-09-24 16:38:49 us=10132 Note: --cipher is not set. OpenVPN versions before 2.5 defaulted to BF-CBC as fallback when cipher negotiation failed in this case. If you need this fallback please add '--data-ciphers-fallback BF-CBC' to your configuration and/or add BF-CBC to --data-ciphers. 2023-09-24 16:38:49 us=16620 WARNING: Using --management on a TCP port WITHOUT passwords is STRONGLY discouraged and considered insecure 2023-09-24 16:38:49 us=16643 WARNING: file '/etc/openvpn/server/key' is group or others accessible 2023-09-24 16:38:49 us=16653 Current Parameter Settings: 2023-09-24 16:38:49 us=16659 config = '/etc/openvpn/server/server.conf' 2023-09-24 16:38:49 us=16665 mode = 1 2023-09-24 16:38:49 us=16670 persist_config = DISABLED 2023-09-24 16:38:49 us=16675 persist_mode = 1 2023-09-24 16:38:49 us=16680 show_ciphers = DISABLED 2023-09-24 16:38:49 us=16686 show_digests = DISABLED 2023-09-24 16:38:49 us=16691 show_engines = DISABLED 2023-09-24 16:38:49 us=16696 genkey = DISABLED 2023-09-24 16:38:49 us=16701 genkey_filename = '[UNDEF]' 2023-09-24 16:38:49 us=16707 key_pass_file = '[UNDEF]' 2023-09-24 16:38:49 us=16712 show_tls_ciphers = DISABLED 2023-09-24 16:38:49 us=16717 connect_retry_max = 0 2023-09-24 16:38:49 us=16722 Connection profiles [0]: 2023-09-24 16:38:49 us=16727 proto = udp 2023-09-24 16:38:49 us=16733 local = '[UNDEF]' 2023-09-24 16:38:49 us=16738 local_port = '22191' 2023-09-24 16:38:49 us=16743 remote = '[UNDEF]' 2023-09-24 16:38:49 us=16748 remote_port = '22191' 2023-09-24 16:38:49 us=16753 remote_float = ENABLED 2023-09-24 16:38:49 us=16758 bind_defined = DISABLED 2023-09-24 16:38:49 us=16763 bind_local = ENABLED 2023-09-24 16:38:49 us=16768 bind_ipv6_only = DISABLED 2023-09-24 16:38:49 us=16773 connect_retry_seconds = 1 2023-09-24 16:38:49 us=16778 connect_timeout = 120 2023-09-24 16:38:49 us=16783 socks_proxy_server = '[UNDEF]' 2023-09-24 16:38:49 us=16789 socks_proxy_port = '[UNDEF]' 2023-09-24 16:38:49 us=16794 tun_mtu = 1500 2023-09-24 16:38:49 us=16798 tun_mtu_defined = ENABLED 2023-09-24 16:38:49 us=16803 link_mtu = 1500 2023-09-24 16:38:49 us=16808 link_mtu_defined = DISABLED 2023-09-24 16:38:49 us=16813 tun_mtu_extra = 0 2023-09-24 16:38:49 us=16818 tun_mtu_extra_defined = DISABLED 2023-09-24 16:38:49 us=16823 tls_mtu = 1250 2023-09-24 16:38:49 us=16828 mtu_discover_type = -1 2023-09-24 16:38:49 us=16833 fragment = 0 2023-09-24 16:38:49 us=16838 mssfix = 1310 2023-09-24 16:38:49 us=16843 mssfix_encap = DISABLED 2023-09-24 16:38:49 us=16848 mssfix_fixed = DISABLED 2023-09-24 16:38:49 us=16853 explicit_exit_notification = 1 2023-09-24 16:38:49 us=16858 tls_auth_file = '[INLINE]' 2023-09-24 16:38:49 us=16863 key_direction = 0 2023-09-24 16:38:49 us=16868 tls_crypt_file = '[UNDEF]' 2023-09-24 16:38:49 us=16873 tls_crypt_v2_file = '[UNDEF]' 2023-09-24 16:38:49 us=16878 Connection profiles END 2023-09-24 16:38:49 us=16883 remote_random = DISABLED 2023-09-24 16:38:49 us=16888 ipchange = '[UNDEF]' 2023-09-24 16:38:49 us=16893 dev = 'tun' 2023-09-24 16:38:49 us=16898 dev_type = '[UNDEF]' 2023-09-24 16:38:49 us=16903 dev_node = '[UNDEF]' 2023-09-24 16:38:49 us=16908 tuntap_options.disable_dco = DISABLED 2023-09-24 16:38:49 us=16913 lladdr = '[UNDEF]' 2023-09-24 16:38:49 us=16919 topology = 3 2023-09-24 16:38:49 us=16923 ifconfig_local = '10.61.0.1' 2023-09-24 16:38:49 us=16929 ifconfig_remote_netmask = '255.255.240.0' 2023-09-24 16:38:49 us=16934 ifconfig_noexec = DISABLED 2023-09-24 16:38:49 us=16938 ifconfig_nowarn = DISABLED 2023-09-24 16:38:49 us=16944 ifconfig_ipv6_local = '[UNDEF]' 2023-09-24 16:38:49 us=16949 ifconfig_ipv6_netbits = 0 2023-09-24 16:38:49 us=16954 ifconfig_ipv6_remote = '[UNDEF]' 2023-09-24 16:38:49 us=16959 shaper = 0 2023-09-24 16:38:49 us=16963 mtu_test = 0 2023-09-24 16:38:49 us=16969 mlock = DISABLED 2023-09-24 16:38:49 us=16973 keepalive_ping = 10 2023-09-24 16:38:49 us=16978 keepalive_timeout = 120 2023-09-24 16:38:49 us=17007 inactivity_timeout = 0 2023-09-24 16:38:49 us=17013 session_timeout = 0 2023-09-24 16:38:49 us=17017 inactivity_minimum_bytes = 0 2023-09-24 16:38:49 us=17020 ping_send_timeout = 10 2023-09-24 16:38:49 us=17024 ping_rec_timeout = 240 2023-09-24 16:38:49 us=17027 ping_rec_timeout_action = 2 2023-09-24 16:38:49 us=17031 ping_timer_remote = DISABLED 2023-09-24 16:38:49 us=17034 remap_sigusr1 = 0 2023-09-24 16:38:49 us=17038 persist_tun = ENABLED 2023-09-24 16:38:49 us=17042 persist_local_ip = DISABLED 2023-09-24 16:38:49 us=17046 persist_remote_ip = DISABLED 2023-09-24 16:38:49 us=17050 persist_key = ENABLED 2023-09-24 16:38:49 us=17054 passtos = DISABLED 2023-09-24 16:38:49 us=17058 resolve_retry_seconds = 1000000000 2023-09-24 16:38:49 us=17062 resolve_in_advance = DISABLED 2023-09-24 16:38:49 us=17066 username = 'vpn' 2023-09-24 16:38:49 us=17070 groupname = 'vpn' 2023-09-24 16:38:49 us=17074 chroot_dir = '[UNDEF]' 2023-09-24 16:38:49 us=17078 cd_dir = '[UNDEF]' 2023-09-24 16:38:49 us=17082 writepid = '[UNDEF]' 2023-09-24 16:38:49 us=17085 up_script = '[UNDEF]' 2023-09-24 16:38:49 us=17088 down_script = '[UNDEF]' 2023-09-24 16:38:49 us=17092 down_pre = DISABLED 2023-09-24 16:38:49 us=17095 up_restart = DISABLED 2023-09-24 16:38:49 us=17099 up_delay = DISABLED 2023-09-24 16:38:49 us=17103 daemon = DISABLED 2023-09-24 16:38:49 us=17107 log = DISABLED 2023-09-24 16:38:49 us=17111 suppress_timestamps = DISABLED 2023-09-24 16:38:49 us=17115 machine_readable_output = DISABLED 2023-09-24 16:38:49 us=17119 nice = 0 2023-09-24 16:38:49 us=17122 verbosity = 4 2023-09-24 16:38:49 us=17126 mute = 0 2023-09-24 16:38:49 us=17130 gremlin = 0 2023-09-24 16:38:49 us=17134 status_file = '[UNDEF]' 2023-09-24 16:38:49 us=17138 status_file_version = 1 2023-09-24 16:38:49 us=17142 status_file_update_freq = 60 2023-09-24 16:38:49 us=17146 occ = ENABLED 2023-09-24 16:38:49 us=17150 rcvbuf = 0 2023-09-24 16:38:49 us=17154 sndbuf = 0 2023-09-24 16:38:49 us=17158 mark = 0 2023-09-24 16:38:49 us=17162 sockflags = 0 2023-09-24 16:38:49 us=17166 fast_io = DISABLED 2023-09-24 16:38:49 us=17171 comp.alg = 0 2023-09-24 16:38:49 us=17176 comp.flags = 152 2023-09-24 16:38:49 us=17181 route_script = '[UNDEF]' 2023-09-24 16:38:49 us=17186 route_default_gateway = '10.61.0.2' 2023-09-24 16:38:49 us=17191 route_default_metric = 0 2023-09-24 16:38:49 us=17197 route_noexec = DISABLED 2023-09-24 16:38:49 us=17201 route_delay = 0 2023-09-24 16:38:49 us=17206 route_delay_window = 30 2023-09-24 16:38:49 us=17211 route_delay_defined = DISABLED 2023-09-24 16:38:49 us=17216 route_nopull = DISABLED 2023-09-24 16:38:49 us=17221 route_gateway_via_dhcp = DISABLED 2023-09-24 16:38:49 us=17226 allow_pull_fqdn = DISABLED 2023-09-24 16:38:49 us=17231 management_addr = '0.0.0.0' 2023-09-24 16:38:49 us=17236 management_port = '12531' 2023-09-24 16:38:49 us=17241 management_user_pass = '[UNDEF]' 2023-09-24 16:38:49 us=17247 management_log_history_cache = 250 2023-09-24 16:38:49 us=17252 management_echo_buffer_size = 100 2023-09-24 16:38:49 us=17256 management_client_user = '[UNDEF]' 2023-09-24 16:38:49 us=17261 management_client_group = '[UNDEF]' 2023-09-24 16:38:49 us=17266 management_flags = 0 2023-09-24 16:38:49 us=17272 shared_secret_file = '[UNDEF]' 2023-09-24 16:38:49 us=17277 key_direction = 0 2023-09-24 16:38:49 us=17282 ciphername = 'BF-CBC' 2023-09-24 16:38:49 us=17287 ncp_ciphers = 'AES-256-GCM:CHACHA20-POLY1305' 2023-09-24 16:38:49 us=17292 authname = 'SHA1' 2023-09-24 16:38:49 us=17297 engine = DISABLED 2023-09-24 16:38:49 us=17302 replay = ENABLED 2023-09-24 16:38:49 us=17307 mute_replay_warnings = ENABLED 2023-09-24 16:38:49 us=17312 replay_window = 64 2023-09-24 16:38:49 us=17317 replay_time = 15 2023-09-24 16:38:49 us=17321 packet_id_file = '[UNDEF]' 2023-09-24 16:38:49 us=17326 test_crypto = DISABLED 2023-09-24 16:38:49 us=17331 tls_server = ENABLED 2023-09-24 16:38:49 us=17336 tls_client = DISABLED 2023-09-24 16:38:49 us=17342 ca_file = '[UNDEF]' 2023-09-24 16:38:49 us=17347 ca_path = '/etc/openvpn/server/ca' 2023-09-24 16:38:49 us=17352 dh_file = '/etc/openvpn/server/dh2048.perm' 2023-09-24 16:38:49 us=17358 cert_file = '/etc/openvpn/server/serialized_server_cert' 2023-09-24 16:38:49 us=17363 extra_certs_file = '[UNDEF]' 2023-09-24 16:38:49 us=17368 priv_key_file = '/etc/openvpn/server/key' 2023-09-24 16:38:49 us=17374 pkcs12_file = '[UNDEF]' 2023-09-24 16:38:49 us=17380 cipher_list = 'TLS-ECDHE-ECDSA-WITH-AES-256-GCM-SHA384:TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-GCM-SHA384' 2023-09-24 16:38:49 us=17386 cipher_list_tls13 = 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256' 2023-09-24 16:38:49 us=17391 tls_cert_profile = '[UNDEF]' 2023-09-24 16:38:49 us=17395 tls_verify = '[UNDEF]' 2023-09-24 16:38:49 us=17400 tls_export_cert = '[UNDEF]' 2023-09-24 16:38:49 us=17405 verify_x509_type = 0 2023-09-24 16:38:49 us=17411 verify_x509_name = '[UNDEF]' 2023-09-24 16:38:49 us=17416 crl_file = '/home/vpn/for_openvpn/crl' 2023-09-24 16:38:49 us=17421 ns_cert_type = 0 2023-09-24 16:38:49 us=17426 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17431 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17436 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17441 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17446 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17452 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17457 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17462 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17467 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17472 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17477 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17482 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17487 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17492 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17497 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17501 remote_cert_ku[i] = 0 2023-09-24 16:38:49 us=17507 remote_cert_eku = '[UNDEF]' 2023-09-24 16:38:49 us=17512 ssl_flags = 232 2023-09-24 16:38:49 us=17517 tls_timeout = 2 2023-09-24 16:38:49 us=17521 renegotiate_bytes = -1 2023-09-24 16:38:49 us=17526 renegotiate_packets = 0 2023-09-24 16:38:49 us=17531 renegotiate_seconds = 3600 2023-09-24 16:38:49 us=17536 handshake_window = 60 2023-09-24 16:38:49 us=17541 transition_window = 3600 2023-09-24 16:38:49 us=17546 single_session = DISABLED 2023-09-24 16:38:49 us=17551 push_peer_info = DISABLED 2023-09-24 16:38:49 us=17557 tls_exit = DISABLED 2023-09-24 16:38:49 us=17562 tls_crypt_v2_metadata = '[UNDEF]' 2023-09-24 16:38:49 us=17568 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17573 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17578 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17583 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17588 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17592 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17596 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17599 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17603 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17608 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17613 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17618 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17623 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17628 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17633 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17638 pkcs11_protected_authentication = DISABLED 2023-09-24 16:38:49 us=17643 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17648 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17653 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17659 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17663 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17668 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17673 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17678 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17683 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17688 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17693 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17698 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17703 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17708 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17713 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17718 pkcs11_private_mode = 00000000 2023-09-24 16:38:49 us=17723 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17728 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17732 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17737 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17742 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17746 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17751 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17756 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17761 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17766 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17771 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17776 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17781 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17786 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17791 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17795 pkcs11_cert_private = DISABLED 2023-09-24 16:38:49 us=17801 pkcs11_pin_cache_period = -1 2023-09-24 16:38:49 us=17805 pkcs11_id = '[UNDEF]' 2023-09-24 16:38:49 us=17810 pkcs11_id_management = DISABLED 2023-09-24 16:38:49 us=17817 server_network = 10.61.0.0 2023-09-24 16:38:49 us=17823 server_netmask = 255.255.240.0 2023-09-24 16:38:49 us=17829 server_network_ipv6 = :: 2023-09-24 16:38:49 us=17834 server_netbits_ipv6 = 0 2023-09-24 16:38:49 us=17840 server_bridge_ip = 0.0.0.0 2023-09-24 16:38:49 us=17846 server_bridge_netmask = 0.0.0.0 2023-09-24 16:38:49 us=17852 server_bridge_pool_start = 0.0.0.0 2023-09-24 16:38:49 us=17857 server_bridge_pool_end = 0.0.0.0 2023-09-24 16:38:49 us=17863 push_entry = 'topology subnet' 2023-09-24 16:38:49 us=17868 push_entry = 'route-gateway 10.61.0.1' 2023-09-24 16:38:49 us=17873 push_entry = 'topology subnet' 2023-09-24 16:38:49 us=17878 push_entry = 'ping 10' 2023-09-24 16:38:49 us=17883 push_entry = 'ping-restart 120' 2023-09-24 16:38:49 us=17888 ifconfig_pool_defined = ENABLED 2023-09-24 16:38:49 us=17894 ifconfig_pool_start = 10.61.0.2 2023-09-24 16:38:49 us=17900 ifconfig_pool_end = 10.61.15.254 2023-09-24 16:38:49 us=17906 ifconfig_pool_netmask = 255.255.240.0 2023-09-24 16:38:49 us=17911 ifconfig_pool_persist_filename = '[UNDEF]' 2023-09-24 16:38:49 us=17917 ifconfig_pool_persist_refresh_freq = 600 2023-09-24 16:38:49 us=17922 ifconfig_ipv6_pool_defined = DISABLED 2023-09-24 16:38:49 us=17928 ifconfig_ipv6_pool_base = :: 2023-09-24 16:38:49 us=17933 ifconfig_ipv6_pool_netbits = 0 2023-09-24 16:38:49 us=17938 n_bcast_buf = 256 2023-09-24 16:38:49 us=17943 tcp_queue_limit = 64 2023-09-24 16:38:49 us=17948 real_hash_size = 256 2023-09-24 16:38:49 us=17953 virtual_hash_size = 256 2023-09-24 16:38:49 us=17958 client_connect_script = '/home/vpn/python_venv/bin/python /home/vpn/for_openvpn/client.py connect' 2023-09-24 16:38:49 us=17964 learn_address_script = '[UNDEF]' 2023-09-24 16:38:49 us=17969 client_disconnect_script = '/home/vpn/python_venv/bin/python /home/vpn/for_openvpn/client.py disconnect' 2023-09-24 16:38:49 us=17974 client_crresponse_script = '[UNDEF]' 2023-09-24 16:38:49 us=17979 client_config_dir = '[UNDEF]' 2023-09-24 16:38:49 us=17985 ccd_exclusive = DISABLED 2023-09-24 16:38:49 us=17991 tmp_dir = '/tmp' 2023-09-24 16:38:49 us=17996 push_ifconfig_defined = DISABLED 2023-09-24 16:38:49 us=18001 push_ifconfig_local = 0.0.0.0 2023-09-24 16:38:49 us=18007 push_ifconfig_remote_netmask = 0.0.0.0 2023-09-24 16:38:49 us=18012 push_ifconfig_ipv6_defined = DISABLED 2023-09-24 16:38:49 us=18017 push_ifconfig_ipv6_local = ::/0 2023-09-24 16:38:49 us=18023 push_ifconfig_ipv6_remote = :: 2023-09-24 16:38:49 us=18028 enable_c2c = DISABLED 2023-09-24 16:38:49 us=18033 duplicate_cn = ENABLED 2023-09-24 16:38:49 us=18038 cf_max = 0 2023-09-24 16:38:49 us=18043 cf_per = 0 2023-09-24 16:38:49 us=18048 cf_initial_max = 100 2023-09-24 16:38:49 us=18053 cf_initial_per = 10 2023-09-24 16:38:49 us=18058 max_clients = 1024 2023-09-24 16:38:49 us=18063 max_routes_per_client = 256 2023-09-24 16:38:49 us=18068 auth_user_pass_verify_script = '/home/vpn/python_venv/bin/python /home/vpn/for_openvpn/auth_token.py' 2023-09-24 16:38:49 us=18073 auth_user_pass_verify_script_via_file = ENABLED 2023-09-24 16:38:49 us=18078 auth_token_generate = ENABLED 2023-09-24 16:38:49 us=18083 auth_token_lifetime = 0 2023-09-24 16:38:49 us=18088 auth_token_secret_file = '[UNDEF]' 2023-09-24 16:38:49 us=18093 port_share_host = '[UNDEF]' 2023-09-24 16:38:49 us=18097 port_share_port = '[UNDEF]' 2023-09-24 16:38:49 us=18102 vlan_tagging = DISABLED 2023-09-24 16:38:49 us=18108 vlan_accept = all 2023-09-24 16:38:49 us=18113 vlan_pvid = 1 2023-09-24 16:38:49 us=18118 client = DISABLED 2023-09-24 16:38:49 us=18123 pull = DISABLED 2023-09-24 16:38:49 us=18128 auth_user_pass_file = '[UNDEF]' 2023-09-24 16:38:49 us=18135 OpenVPN 2.6.6 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] 2023-09-24 16:38:49 us=18149 library versions: OpenSSL 1.1.1n 15 Mar 2022, LZO 2.10 2023-09-24 16:38:49 us=18172 DCO version: 0.0+git20230816 2023-09-24 16:38:49 us=18242 MANAGEMENT: TCP Socket listening on [AF_INET][undef]:12531 2023-09-24 16:38:49 us=18301 net_route_v4_best_gw query: dst 0.0.0.0 2023-09-24 16:38:49 us=18367 net_route_v4_best_gw result: via 7.239.8.65 dev eth0 2023-09-24 16:38:49 us=18383 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2023-09-24 16:38:49 us=18775 Diffie-Hellman initialized with 2048 bit key 2023-09-24 16:38:49 us=18964 WARNING: experimental option --capath /etc/openvpn/server/ca 2023-09-24 16:38:49 us=19031 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-24 16:38:49 us=19039 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-24 16:38:49 us=19044 Using random OpenVPN auth-token server key. 2023-09-24 16:38:49 us=19059 auth-token secret: Using 256 bit message hash 'SHA256' for HMAC authentication 2023-09-24 16:38:49 us=19073 TLS-Auth MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-24 16:38:49 us=21939 net_iface_new: add tun0 type ovpn-dco 2023-09-24 16:38:49 us=21965 sitnl_send: rtnl: generic error (-17): File exists 2023-09-24 16:38:49 us=21971 net_iface_new: add tun1 type ovpn-dco 2023-09-24 16:38:49 us=21986 sitnl_send: rtnl: generic error (-17): File exists 2023-09-24 16:38:49 us=21992 net_iface_new: add tun2 type ovpn-dco 2023-09-24 16:38:49 us=23573 sitnl_send: rtnl: generic error (-17): File exists 2023-09-24 16:38:49 us=23590 net_iface_new: add tun3 type ovpn-dco 2023-09-24 16:38:49 us=23872 DCO device tun3 opened 2023-09-24 16:38:49 us=23883 do_ifconfig, ipv4=1, ipv6=0 2023-09-24 16:38:49 us=23893 net_iface_mtu_set: mtu 1500 for tun3 2023-09-24 16:38:49 us=23919 net_iface_up: set tun3 up 2023-09-24 16:38:49 us=23939 net_addr_v4_add: 10.61.0.1/20 dev tun3 2023-09-24 16:38:49 us=23992 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-24 16:38:49 us=24148 Could not determine IPv4/IPv6 protocol. Using AF_INET 2023-09-24 16:38:49 us=24160 Socket Buffers: R=[212992->212992] S=[2097152->2097152] 2023-09-24 16:38:49 us=24169 UDPv4 link local (bound): [AF_INET][undef]:22191 2023-09-24 16:38:49 us=24174 UDPv4 link remote: [AF_UNSPEC] 2023-09-24 16:38:49 us=24202 UID set to vpn 2023-09-24 16:38:49 us=24206 GID set to vpn 2023-09-24 16:38:49 us=24210 Capabilities retained: CAP_NET_ADMIN 2023-09-24 16:38:49 us=24216 MULTI: multi_init called, r=256 v=256 2023-09-24 16:38:49 us=24238 IFCONFIG POOL IPv4: base=10.61.0.2 size=4093 2023-09-24 16:38:49 us=24319 Initialization Sequence Completed 2023-09-25 03:59:54 us=215423 Connection Attempt MULTI: multi_create_instance called 2023-09-25 03:59:54 us=215483 XX.XX.XX.XX1:50062 Re-using SSL/TLS context 2023-09-25 03:59:54 us=215529 XX.XX.XX.XX1:50062 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-25 03:59:54 us=215535 XX.XX.XX.XX1:50062 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-25 03:59:54 us=215632 XX.XX.XX.XX1:50062 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-25 03:59:54 us=215636 XX.XX.XX.XX1:50062 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-25 03:59:54 us=294618 XX.XX.XX.XX1:50062 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 03:59:54 us=294661 XX.XX.XX.XX1:50062 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 03:59:54 us=294730 XX.XX.XX.XX1:50062 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 03:59:54 us=294892 XX.XX.XX.XX1:50062 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 03:59:54 us=313453 XX.XX.XX.XX1:50062 peer info: IV_VER=3.6.1 2023-09-25 03:59:54 us=313476 XX.XX.XX.XX1:50062 peer info: IV_PLAT=win 2023-09-25 03:59:54 us=313480 XX.XX.XX.XX1:50062 peer info: IV_NCP=2 2023-09-25 03:59:54 us=313484 XX.XX.XX.XX1:50062 peer info: IV_TCPNL=1 2023-09-25 03:59:54 us=313487 XX.XX.XX.XX1:50062 peer info: IV_PROTO=22 2023-09-25 03:59:54 us=313490 XX.XX.XX.XX1:50062 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-25 03:59:54 us=313494 XX.XX.XX.XX1:50062 peer info: IV_BS64DL=1 2023-09-25 03:59:54 us=458850 XX.XX.XX.XX1:50062 TLS: Username/Password authentication succeeded for username XXXX 2023-09-25 03:59:54 us=458996 XX.XX.XX.XX1:50062 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-25 03:59:54 us=459065 XX.XX.XX.XX1:50062 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-25 03:59:54 us=479288 XX.XX.XX.XX1:50062 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-25 03:59:54 us=479363 XX.XX.XX.XX1:50062 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX1:50062 2023-09-25 03:59:54 us=479396 CLIENT/XX.XX.XX.XX1:50062 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-25 03:59:54 us=796650 CLIENT/XX.XX.XX.XX1:50062 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_820b6ba2e40fb18191808ecf758e915.tmp 2023-09-25 03:59:54 us=796758 CLIENT/XX.XX.XX.XX1:50062 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX1:50062 2023-09-25 03:59:54 us=796765 CLIENT/XX.XX.XX.XX1:50062 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX1:50062: 10.61.0.2 2023-09-25 03:59:54 us=796843 CLIENT/XX.XX.XX.XX1:50062 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-25 03:59:54 us=797054 CLIENT/XX.XX.XX.XX1:50062 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-25 03:59:54 us=797124 CLIENT/XX.XX.XX.XX1:50062 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-25 03:59:55 us=95356 CLIENT/XX.XX.XX.XX1:50062 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-25 03:59:55 us=95391 CLIENT/XX.XX.XX.XX1:50062 Timers: ping 10, ping-restart 240 2023-09-25 03:59:55 us=95396 CLIENT/XX.XX.XX.XX1:50062 Protocol options: explicit-exit-notify 1 2023-09-25 04:54:52 us=839556 CLIENT/XX.XX.XX.XX1:50062 TLS: soft reset sec=3298/3298 bytes=0/-1 pkts=0/0 2023-09-25 04:54:52 us=934488 CLIENT/XX.XX.XX.XX1:50062 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 04:54:52 us=934525 CLIENT/XX.XX.XX.XX1:50062 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 04:54:52 us=934588 CLIENT/XX.XX.XX.XX1:50062 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 04:54:52 us=934709 CLIENT/XX.XX.XX.XX1:50062 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 04:54:52 us=952191 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_VER=3.6.1 2023-09-25 04:54:52 us=952211 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_PLAT=win 2023-09-25 04:54:52 us=952215 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_NCP=2 2023-09-25 04:54:52 us=952219 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_TCPNL=1 2023-09-25 04:54:52 us=952223 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_PROTO=22 2023-09-25 04:54:52 us=952226 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-25 04:54:52 us=952242 CLIENT/XX.XX.XX.XX1:50062 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-25 04:54:52 us=952255 CLIENT/XX.XX.XX.XX1:50062 TLS: Username/Password authentication succeeded for username XXXX 2023-09-25 04:54:52 us=971763 CLIENT/XX.XX.XX.XX1:50062 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-25 04:54:52 us=971977 CLIENT/XX.XX.XX.XX1:50062 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-25 05:49:50 us=172378 CLIENT/XX.XX.XX.XX1:50062 TLS: soft reset sec=3298/3298 bytes=0/-1 pkts=0/0 2023-09-25 05:49:50 us=258082 CLIENT/XX.XX.XX.XX1:50062 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 05:49:50 us=258105 CLIENT/XX.XX.XX.XX1:50062 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 05:49:50 us=258159 CLIENT/XX.XX.XX.XX1:50062 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 05:49:50 us=258277 CLIENT/XX.XX.XX.XX1:50062 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 05:49:50 us=275852 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_VER=3.6.1 2023-09-25 05:49:50 us=275869 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_PLAT=win 2023-09-25 05:49:50 us=275873 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_NCP=2 2023-09-25 05:49:50 us=275877 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_TCPNL=1 2023-09-25 05:49:50 us=275880 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_PROTO=22 2023-09-25 05:49:50 us=275884 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-25 05:49:50 us=275896 CLIENT/XX.XX.XX.XX1:50062 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-25 05:49:50 us=275908 CLIENT/XX.XX.XX.XX1:50062 TLS: Username/Password authentication succeeded for username XXXX 2023-09-25 05:49:50 us=295653 CLIENT/XX.XX.XX.XX1:50062 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-25 05:49:50 us=295806 CLIENT/XX.XX.XX.XX1:50062 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-25 06:44:48 us=778353 CLIENT/XX.XX.XX.XX1:50062 TLS: soft reset sec=3298/3298 bytes=0/-1 pkts=0/0 2023-09-25 06:44:48 us=863306 CLIENT/XX.XX.XX.XX1:50062 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 06:44:48 us=863337 CLIENT/XX.XX.XX.XX1:50062 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 06:44:48 us=863397 CLIENT/XX.XX.XX.XX1:50062 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 06:44:48 us=863516 CLIENT/XX.XX.XX.XX1:50062 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 06:44:48 us=883851 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_VER=3.6.1 2023-09-25 06:44:48 us=883863 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_PLAT=win 2023-09-25 06:44:48 us=883867 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_NCP=2 2023-09-25 06:44:48 us=883871 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_TCPNL=1 2023-09-25 06:44:48 us=883874 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_PROTO=22 2023-09-25 06:44:48 us=883877 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-25 06:44:48 us=883890 CLIENT/XX.XX.XX.XX1:50062 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-25 06:44:48 us=883902 CLIENT/XX.XX.XX.XX1:50062 TLS: Username/Password authentication succeeded for username XXXX 2023-09-25 06:44:48 us=902219 CLIENT/XX.XX.XX.XX1:50062 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-25 06:44:48 us=902372 CLIENT/XX.XX.XX.XX1:50062 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-25 07:39:46 us=954357 CLIENT/XX.XX.XX.XX1:50062 TLS: soft reset sec=3298/3298 bytes=0/-1 pkts=0/0 2023-09-25 07:39:47 us=44025 CLIENT/XX.XX.XX.XX1:50062 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 07:39:47 us=44073 CLIENT/XX.XX.XX.XX1:50062 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 07:39:47 us=44150 CLIENT/XX.XX.XX.XX1:50062 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 07:39:47 us=44295 CLIENT/XX.XX.XX.XX1:50062 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 07:39:47 us=68875 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_VER=3.6.1 2023-09-25 07:39:47 us=68896 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_PLAT=win 2023-09-25 07:39:47 us=68901 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_NCP=2 2023-09-25 07:39:47 us=68904 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_TCPNL=1 2023-09-25 07:39:47 us=68908 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_PROTO=22 2023-09-25 07:39:47 us=68912 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-25 07:39:47 us=68925 CLIENT/XX.XX.XX.XX1:50062 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-25 07:39:47 us=68938 CLIENT/XX.XX.XX.XX1:50062 TLS: Username/Password authentication succeeded for username XXXX 2023-09-25 07:39:47 us=92013 CLIENT/XX.XX.XX.XX1:50062 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-25 07:39:47 us=92204 CLIENT/XX.XX.XX.XX1:50062 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-25 08:34:45 us=694894 CLIENT/XX.XX.XX.XX1:50062 TLS: soft reset sec=3298/3298 bytes=0/-1 pkts=0/0 2023-09-25 08:34:45 us=785618 CLIENT/XX.XX.XX.XX1:50062 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 08:34:45 us=785661 CLIENT/XX.XX.XX.XX1:50062 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 08:34:45 us=785753 CLIENT/XX.XX.XX.XX1:50062 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 08:34:45 us=785931 CLIENT/XX.XX.XX.XX1:50062 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 08:34:45 us=802554 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_VER=3.6.1 2023-09-25 08:34:45 us=802585 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_PLAT=win 2023-09-25 08:34:45 us=802589 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_NCP=2 2023-09-25 08:34:45 us=802593 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_TCPNL=1 2023-09-25 08:34:45 us=802597 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_PROTO=22 2023-09-25 08:34:45 us=802601 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-25 08:34:45 us=802615 CLIENT/XX.XX.XX.XX1:50062 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-25 08:34:45 us=802632 CLIENT/XX.XX.XX.XX1:50062 TLS: Username/Password authentication succeeded for username XXXX 2023-09-25 08:34:45 us=822383 CLIENT/XX.XX.XX.XX1:50062 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-25 08:34:45 us=822623 CLIENT/XX.XX.XX.XX1:50062 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-25 09:29:44 us=84223 CLIENT/XX.XX.XX.XX1:50062 TLS: soft reset sec=3299/3298 bytes=0/-1 pkts=0/0 2023-09-25 09:29:44 us=186244 CLIENT/XX.XX.XX.XX1:50062 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 09:29:44 us=186290 CLIENT/XX.XX.XX.XX1:50062 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 09:29:44 us=186366 CLIENT/XX.XX.XX.XX1:50062 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 09:29:44 us=186501 CLIENT/XX.XX.XX.XX1:50062 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 09:29:44 us=204710 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_VER=3.6.1 2023-09-25 09:29:44 us=204738 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_PLAT=win 2023-09-25 09:29:44 us=204742 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_NCP=2 2023-09-25 09:29:44 us=204746 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_TCPNL=1 2023-09-25 09:29:44 us=204750 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_PROTO=22 2023-09-25 09:29:44 us=204754 CLIENT/XX.XX.XX.XX1:50062 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-25 09:29:44 us=204767 CLIENT/XX.XX.XX.XX1:50062 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-25 09:29:44 us=204781 CLIENT/XX.XX.XX.XX1:50062 TLS: Username/Password authentication succeeded for username XXXX 2023-09-25 09:29:44 us=222874 CLIENT/XX.XX.XX.XX1:50062 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-25 09:29:44 us=223097 CLIENT/XX.XX.XX.XX1:50062 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-25 10:00:14 us=883218 CLIENT/XX.XX.XX.XX1:50062 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-25 19:40:14 us=733415 Connection Attempt MULTI: multi_create_instance called 2023-09-25 19:40:14 us=733469 XX.XX.XX.XX1:62725 Re-using SSL/TLS context 2023-09-25 19:40:14 us=733515 XX.XX.XX.XX1:62725 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-25 19:40:14 us=733520 XX.XX.XX.XX1:62725 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-25 19:40:14 us=733594 XX.XX.XX.XX1:62725 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-25 19:40:14 us=733598 XX.XX.XX.XX1:62725 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-25 19:40:14 us=814720 XX.XX.XX.XX1:62725 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 19:40:14 us=814759 XX.XX.XX.XX1:62725 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 19:40:14 us=814830 XX.XX.XX.XX1:62725 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 19:40:14 us=814974 XX.XX.XX.XX1:62725 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 19:40:14 us=831733 XX.XX.XX.XX1:62725 peer info: IV_VER=3.6.1 2023-09-25 19:40:14 us=831760 XX.XX.XX.XX1:62725 peer info: IV_PLAT=win 2023-09-25 19:40:14 us=831764 XX.XX.XX.XX1:62725 peer info: IV_NCP=2 2023-09-25 19:40:14 us=831768 XX.XX.XX.XX1:62725 peer info: IV_TCPNL=1 2023-09-25 19:40:14 us=831772 XX.XX.XX.XX1:62725 peer info: IV_PROTO=22 2023-09-25 19:40:14 us=831775 XX.XX.XX.XX1:62725 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-25 19:40:14 us=831779 XX.XX.XX.XX1:62725 peer info: IV_BS64DL=1 2023-09-25 19:40:14 us=831791 XX.XX.XX.XX1:62725 Timestamp (1695605384) of auth-token is out of the renewal window 2023-09-25 19:40:14 us=831795 XX.XX.XX.XX1:62725 --auth-gen-token: auth-token from client expired 2023-09-25 19:40:14 us=831798 XX.XX.XX.XX1:62725 TLS: Username/auth-token authentication failed for username XXXX 2023-09-25 19:40:14 us=831842 XX.XX.XX.XX1:62725 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-25 19:40:14 us=831875 XX.XX.XX.XX1:62725 TLS: tls_multi_process: initial untrusted session promoted to semi-trusted 2023-09-25 19:40:14 us=831879 XX.XX.XX.XX1:62725 Delayed exit in 5 seconds 2023-09-25 19:40:14 us=831883 XX.XX.XX.XX1:62725 SENT CONTROL [UNDEF]: 'AUTH_FAILED,SESSION: token expired' (status=1) 2023-09-25 19:40:14 us=831886 XX.XX.XX.XX1:62725 SENT CONTROL [CLIENT]: 'AUTH_FAILED,SESSION: token expired' (status=1) 2023-09-25 19:40:14 us=849522 XX.XX.XX.XX1:62725 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-25 19:40:14 us=849547 XX.XX.XX.XX1:62725 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX1:62725 2023-09-25 19:40:14 us=849582 XX.XX.XX.XX1:62725 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-25 19:40:19 us=177160 XX.XX.XX.XX1:62725 SIGTERM[soft,delayed-exit] received, client-instance exiting 2023-09-25 20:55:15 us=767151 Connection Attempt MULTI: multi_create_instance called 2023-09-25 20:55:15 us=767213 XX.XX.XX.XX2:51151 Re-using SSL/TLS context 2023-09-25 20:55:15 us=767273 XX.XX.XX.XX2:51151 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-25 20:55:15 us=767282 XX.XX.XX.XX2:51151 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-25 20:55:15 us=767381 XX.XX.XX.XX2:51151 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-25 20:55:15 us=767388 XX.XX.XX.XX2:51151 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-25 20:55:15 us=876165 XX.XX.XX.XX2:51151 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 20:55:15 us=876211 XX.XX.XX.XX2:51151 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 20:55:15 us=876287 XX.XX.XX.XX2:51151 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 20:55:15 us=876460 XX.XX.XX.XX2:51151 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 20:55:15 us=889684 XX.XX.XX.XX2:51151 peer info: IV_VER=3.6.1 2023-09-25 20:55:15 us=889718 XX.XX.XX.XX2:51151 peer info: IV_PLAT=win 2023-09-25 20:55:15 us=889724 XX.XX.XX.XX2:51151 peer info: IV_NCP=2 2023-09-25 20:55:15 us=889729 XX.XX.XX.XX2:51151 peer info: IV_TCPNL=1 2023-09-25 20:55:15 us=889733 XX.XX.XX.XX2:51151 peer info: IV_PROTO=22 2023-09-25 20:55:15 us=889737 XX.XX.XX.XX2:51151 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-25 20:55:15 us=889742 XX.XX.XX.XX2:51151 peer info: IV_BS64DL=1 2023-09-25 20:55:16 us=43183 XX.XX.XX.XX2:51151 TLS: Username/Password authentication succeeded for username XXXX 2023-09-25 20:55:16 us=43321 XX.XX.XX.XX2:51151 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-25 20:55:16 us=43395 XX.XX.XX.XX2:51151 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-25 20:55:16 us=59674 XX.XX.XX.XX2:51151 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-25 20:55:16 us=59713 XX.XX.XX.XX2:51151 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX2:51151 2023-09-25 20:55:16 us=59729 CLIENT/XX.XX.XX.XX2:51151 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-25 20:55:16 us=381771 CLIENT/XX.XX.XX.XX2:51151 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_2834a900624ce30c6327e45653c65124.tmp 2023-09-25 20:55:16 us=381891 CLIENT/XX.XX.XX.XX2:51151 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX2:51151 2023-09-25 20:55:16 us=381901 CLIENT/XX.XX.XX.XX2:51151 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX2:51151: 10.61.0.2 2023-09-25 20:55:16 us=381986 CLIENT/XX.XX.XX.XX2:51151 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-25 20:55:16 us=382219 CLIENT/XX.XX.XX.XX2:51151 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-25 20:55:16 us=382338 CLIENT/XX.XX.XX.XX2:51151 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-25 20:55:18 us=18218 CLIENT/XX.XX.XX.XX2:51151 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-25 20:55:18 us=18259 CLIENT/XX.XX.XX.XX2:51151 Timers: ping 10, ping-restart 240 2023-09-25 20:55:18 us=18264 CLIENT/XX.XX.XX.XX2:51151 Protocol options: explicit-exit-notify 1 2023-09-25 21:51:14 us=713043 CLIENT/XX.XX.XX.XX2:51151 TLS: soft reset sec=3358/3358 bytes=0/-1 pkts=0/0 2023-09-25 21:51:14 us=813739 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 21:51:14 us=813779 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 21:51:14 us=813844 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 21:51:14 us=813970 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 21:51:14 us=827081 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_VER=3.6.1 2023-09-25 21:51:14 us=827119 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PLAT=win 2023-09-25 21:51:14 us=827124 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_NCP=2 2023-09-25 21:51:14 us=827128 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_TCPNL=1 2023-09-25 21:51:14 us=827131 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PROTO=22 2023-09-25 21:51:14 us=827135 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-25 21:51:14 us=827153 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-25 21:51:14 us=827167 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/Password authentication succeeded for username XXXX 2023-09-25 21:51:14 us=840902 CLIENT/XX.XX.XX.XX2:51151 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-25 21:51:14 us=841136 CLIENT/XX.XX.XX.XX2:51151 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-25 22:47:13 us=94560 CLIENT/XX.XX.XX.XX2:51151 TLS: soft reset sec=3359/3358 bytes=0/-1 pkts=0/0 2023-09-25 22:47:13 us=194866 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 22:47:13 us=194907 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 22:47:13 us=194966 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 22:47:13 us=195086 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 22:47:13 us=208347 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_VER=3.6.1 2023-09-25 22:47:13 us=208368 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PLAT=win 2023-09-25 22:47:13 us=208372 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_NCP=2 2023-09-25 22:47:13 us=208375 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_TCPNL=1 2023-09-25 22:47:13 us=208378 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PROTO=22 2023-09-25 22:47:13 us=208382 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-25 22:47:13 us=208395 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-25 22:47:13 us=208409 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/Password authentication succeeded for username XXXX 2023-09-25 22:47:13 us=221673 CLIENT/XX.XX.XX.XX2:51151 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-25 22:47:13 us=221857 CLIENT/XX.XX.XX.XX2:51151 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-25 23:43:12 us=1038 CLIENT/XX.XX.XX.XX2:51151 TLS: soft reset sec=3358/3358 bytes=0/-1 pkts=0/0 2023-09-25 23:43:12 us=98887 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 23:43:12 us=98928 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 23:43:12 us=99003 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-25 23:43:12 us=99147 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-25 23:43:12 us=115546 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_VER=3.6.1 2023-09-25 23:43:12 us=115565 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PLAT=win 2023-09-25 23:43:12 us=115569 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_NCP=2 2023-09-25 23:43:12 us=115573 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_TCPNL=1 2023-09-25 23:43:12 us=115576 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PROTO=22 2023-09-25 23:43:12 us=115580 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-25 23:43:12 us=115593 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-25 23:43:12 us=115607 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/Password authentication succeeded for username XXXX 2023-09-25 23:43:12 us=129297 CLIENT/XX.XX.XX.XX2:51151 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-25 23:43:12 us=129481 CLIENT/XX.XX.XX.XX2:51151 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 00:39:10 us=503673 CLIENT/XX.XX.XX.XX2:51151 TLS: soft reset sec=3358/3358 bytes=0/-1 pkts=0/0 2023-09-26 00:39:10 us=602274 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 00:39:10 us=602314 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 00:39:10 us=602376 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 00:39:10 us=602502 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 00:39:10 us=615613 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_VER=3.6.1 2023-09-26 00:39:10 us=615635 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PLAT=win 2023-09-26 00:39:10 us=615639 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_NCP=2 2023-09-26 00:39:10 us=615643 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_TCPNL=1 2023-09-26 00:39:10 us=615646 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PROTO=22 2023-09-26 00:39:10 us=615655 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-26 00:39:10 us=615668 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 00:39:10 us=615682 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 00:39:10 us=628952 CLIENT/XX.XX.XX.XX2:51151 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 00:39:10 us=629188 CLIENT/XX.XX.XX.XX2:51151 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 01:35:08 us=472318 CLIENT/XX.XX.XX.XX2:51151 TLS: soft reset sec=3358/3358 bytes=0/-1 pkts=0/0 2023-09-26 01:35:08 us=571285 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 01:35:08 us=571322 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 01:35:08 us=571382 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 01:35:08 us=571505 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 01:35:08 us=589016 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_VER=3.6.1 2023-09-26 01:35:08 us=589035 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PLAT=win 2023-09-26 01:35:08 us=589039 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_NCP=2 2023-09-26 01:35:08 us=589043 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_TCPNL=1 2023-09-26 01:35:08 us=589046 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PROTO=22 2023-09-26 01:35:08 us=589050 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-26 01:35:08 us=589063 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 01:35:08 us=589076 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 01:35:08 us=606736 CLIENT/XX.XX.XX.XX2:51151 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 01:35:08 us=606951 CLIENT/XX.XX.XX.XX2:51151 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 02:31:07 us=36120 CLIENT/XX.XX.XX.XX2:51151 TLS: soft reset sec=3359/3358 bytes=0/-1 pkts=0/0 2023-09-26 02:31:07 us=145250 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 02:31:07 us=145287 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 02:31:07 us=145348 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 02:31:07 us=145469 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 02:31:07 us=159222 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_VER=3.6.1 2023-09-26 02:31:07 us=159244 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PLAT=win 2023-09-26 02:31:07 us=159248 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_NCP=2 2023-09-26 02:31:07 us=159251 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_TCPNL=1 2023-09-26 02:31:07 us=159255 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PROTO=22 2023-09-26 02:31:07 us=159259 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-26 02:31:07 us=159272 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 02:31:07 us=159285 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 02:31:07 us=172743 CLIENT/XX.XX.XX.XX2:51151 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 02:31:07 us=172967 CLIENT/XX.XX.XX.XX2:51151 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 03:27:06 us=2938 CLIENT/XX.XX.XX.XX2:51151 TLS: soft reset sec=3358/3358 bytes=0/-1 pkts=0/0 2023-09-26 03:27:06 us=102689 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 03:27:06 us=102725 CLIENT/XX.XX.XX.XX2:51151 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 03:27:06 us=102788 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 03:27:06 us=102913 CLIENT/XX.XX.XX.XX2:51151 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 03:27:06 us=115855 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_VER=3.6.1 2023-09-26 03:27:06 us=115882 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PLAT=win 2023-09-26 03:27:06 us=115886 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_NCP=2 2023-09-26 03:27:06 us=115890 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_TCPNL=1 2023-09-26 03:27:06 us=115894 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_PROTO=22 2023-09-26 03:27:06 us=115897 CLIENT/XX.XX.XX.XX2:51151 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-26 03:27:06 us=115910 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 03:27:06 us=115925 CLIENT/XX.XX.XX.XX2:51151 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 03:27:06 us=129420 CLIENT/XX.XX.XX.XX2:51151 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 03:27:06 us=129628 CLIENT/XX.XX.XX.XX2:51151 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 04:00:06 us=809209 Connection Attempt MULTI: multi_create_instance called 2023-09-26 04:00:06 us=809266 XX.XX.XX.:61286 Re-using SSL/TLS context 2023-09-26 04:00:06 us=809314 XX.XX.XX.:61286 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 04:00:06 us=809320 XX.XX.XX.:61286 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 04:00:06 us=809407 XX.XX.XX.:61286 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 04:00:06 us=809411 XX.XX.XX.:61286 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 04:00:07 us=112876 XX.XX.XX.:61286 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 04:00:07 us=112917 XX.XX.XX.:61286 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 04:00:07 us=112977 XX.XX.XX.:61286 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 04:00:07 us=113146 XX.XX.XX.:61286 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 04:00:07 us=282314 XX.XX.XX.:61286 peer info: IV_VER=3.6.1 2023-09-26 04:00:07 us=282342 XX.XX.XX.:61286 peer info: IV_PLAT=win 2023-09-26 04:00:07 us=282347 XX.XX.XX.:61286 peer info: IV_NCP=2 2023-09-26 04:00:07 us=282350 XX.XX.XX.:61286 peer info: IV_TCPNL=1 2023-09-26 04:00:07 us=282354 XX.XX.XX.:61286 peer info: IV_PROTO=22 2023-09-26 04:00:07 us=282358 XX.XX.XX.:61286 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-26 04:00:07 us=282361 XX.XX.XX.:61286 peer info: IV_BS64DL=1 2023-09-26 04:00:07 us=434295 XX.XX.XX.:61286 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 04:00:07 us=434417 XX.XX.XX.:61286 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-26 04:00:07 us=434476 XX.XX.XX.:61286 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-26 04:00:07 us=609206 XX.XX.XX.:61286 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 04:00:07 us=609241 XX.XX.XX.:61286 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.:61286 2023-09-26 04:00:07 us=609256 CLIENT/XX.XX.XX.:61286 MULTI_sva: pool returned IPv4=10.61.0.3, IPv6=(Not enabled) 2023-09-26 04:00:07 us=913629 CLIENT/XX.XX.XX.:61286 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_6c0fbbba8376e89f11bac15d1238b389.tmp 2023-09-26 04:00:07 us=913735 CLIENT/XX.XX.XX.:61286 MULTI: Learn: 10.61.0.3 -> CLIENT/XX.XX.XX.:61286 2023-09-26 04:00:07 us=913743 CLIENT/XX.XX.XX.:61286 MULTI: primary virtual IP for CLIENT/XX.XX.XX.:61286: 10.61.0.3 2023-09-26 04:00:07 us=913817 CLIENT/XX.XX.XX.:61286 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 04:00:07 us=913996 CLIENT/XX.XX.XX.:61286 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.3 255.255.240.0,peer-id 1,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-26 04:00:07 us=914072 CLIENT/XX.XX.XX.:61286 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-26 04:00:08 us=551610 CLIENT/XX.XX.XX.:61286 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-26 04:00:08 us=551643 CLIENT/XX.XX.XX.:61286 Timers: ping 10, ping-restart 240 2023-09-26 04:00:08 us=551652 CLIENT/XX.XX.XX.:61286 Protocol options: explicit-exit-notify 1 2023-09-26 04:04:02 us=973201 CLIENT/XX.XX.XX.XX2:51151 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-26 04:27:47 us=199606 Connection Attempt MULTI: multi_create_instance called 2023-09-26 04:27:47 us=199658 XX.XX.XX.XX3:64276 Re-using SSL/TLS context 2023-09-26 04:27:47 us=199705 XX.XX.XX.XX3:64276 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 04:27:47 us=199710 XX.XX.XX.XX3:64276 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 04:27:47 us=199781 XX.XX.XX.XX3:64276 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 04:27:47 us=199785 XX.XX.XX.XX3:64276 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 04:27:47 us=348329 XX.XX.XX.XX3:64276 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 04:27:47 us=348364 XX.XX.XX.XX3:64276 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 04:27:47 us=348424 XX.XX.XX.XX3:64276 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 04:27:47 us=348552 XX.XX.XX.XX3:64276 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 04:27:47 us=362238 XX.XX.XX.XX3:64276 peer info: IV_VER=3.6.1 2023-09-26 04:27:47 us=362262 XX.XX.XX.XX3:64276 peer info: IV_PLAT=win 2023-09-26 04:27:47 us=362266 XX.XX.XX.XX3:64276 peer info: IV_NCP=2 2023-09-26 04:27:47 us=362270 XX.XX.XX.XX3:64276 peer info: IV_TCPNL=1 2023-09-26 04:27:47 us=362273 XX.XX.XX.XX3:64276 peer info: IV_PROTO=22 2023-09-26 04:27:47 us=362278 XX.XX.XX.XX3:64276 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-26 04:27:47 us=362281 XX.XX.XX.XX3:64276 peer info: IV_BS64DL=1 2023-09-26 04:27:47 us=506257 XX.XX.XX.XX3:64276 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 04:27:47 us=506407 XX.XX.XX.XX3:64276 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-26 04:27:47 us=506482 XX.XX.XX.XX3:64276 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-26 04:27:47 us=523779 XX.XX.XX.XX3:64276 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 04:27:47 us=523816 XX.XX.XX.XX3:64276 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX3:64276 2023-09-26 04:27:47 us=523833 CLIENT/XX.XX.XX.XX3:64276 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-26 04:27:47 us=823724 CLIENT/XX.XX.XX.XX3:64276 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_3585d227a64dbd16257b0e613d1be5cd.tmp 2023-09-26 04:27:47 us=823841 CLIENT/XX.XX.XX.XX3:64276 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX3:64276 2023-09-26 04:27:47 us=823850 CLIENT/XX.XX.XX.XX3:64276 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX3:64276: 10.61.0.2 2023-09-26 04:27:47 us=823941 CLIENT/XX.XX.XX.XX3:64276 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 04:27:47 us=824183 CLIENT/XX.XX.XX.XX3:64276 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-26 04:27:47 us=824307 CLIENT/XX.XX.XX.XX3:64276 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-26 04:27:48 us=347853 CLIENT/XX.XX.XX.XX3:64276 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-26 04:27:48 us=347892 CLIENT/XX.XX.XX.XX3:64276 Timers: ping 10, ping-restart 240 2023-09-26 04:27:48 us=347898 CLIENT/XX.XX.XX.XX3:64276 Protocol options: explicit-exit-notify 1 2023-09-26 04:56:39 us=949476 CLIENT/XX.XX.XX.:61286 TLS: soft reset sec=3392/3392 bytes=0/-1 pkts=0/0 2023-09-26 04:56:40 us=359077 CLIENT/XX.XX.XX.:61286 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 04:56:40 us=359129 CLIENT/XX.XX.XX.:61286 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 04:56:40 us=359229 CLIENT/XX.XX.XX.:61286 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 04:56:40 us=359437 CLIENT/XX.XX.XX.:61286 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 04:56:40 us=531041 CLIENT/XX.XX.XX.:61286 peer info: IV_VER=3.6.1 2023-09-26 04:56:40 us=531087 CLIENT/XX.XX.XX.:61286 peer info: IV_PLAT=win 2023-09-26 04:56:40 us=531093 CLIENT/XX.XX.XX.:61286 peer info: IV_NCP=2 2023-09-26 04:56:40 us=531097 CLIENT/XX.XX.XX.:61286 peer info: IV_TCPNL=1 2023-09-26 04:56:40 us=531101 CLIENT/XX.XX.XX.:61286 peer info: IV_PROTO=22 2023-09-26 04:56:40 us=531106 CLIENT/XX.XX.XX.:61286 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-26 04:56:40 us=531124 CLIENT/XX.XX.XX.:61286 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 04:56:40 us=531141 CLIENT/XX.XX.XX.:61286 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 04:56:40 us=692846 CLIENT/XX.XX.XX.:61286 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 04:56:40 us=693186 CLIENT/XX.XX.XX.:61286 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 05:24:03 us=442217 CLIENT/XX.XX.XX.XX3:64276 TLS: soft reset sec=3376/3376 bytes=0/-1 pkts=0/0 2023-09-26 05:24:03 us=593066 CLIENT/XX.XX.XX.XX3:64276 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 05:24:03 us=593107 CLIENT/XX.XX.XX.XX3:64276 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 05:24:03 us=593171 CLIENT/XX.XX.XX.XX3:64276 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 05:24:03 us=593295 CLIENT/XX.XX.XX.XX3:64276 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 05:24:03 us=604101 CLIENT/XX.XX.XX.XX3:64276 peer info: IV_VER=3.6.1 2023-09-26 05:24:03 us=604131 CLIENT/XX.XX.XX.XX3:64276 peer info: IV_PLAT=win 2023-09-26 05:24:03 us=604135 CLIENT/XX.XX.XX.XX3:64276 peer info: IV_NCP=2 2023-09-26 05:24:03 us=604138 CLIENT/XX.XX.XX.XX3:64276 peer info: IV_TCPNL=1 2023-09-26 05:24:03 us=604141 CLIENT/XX.XX.XX.XX3:64276 peer info: IV_PROTO=22 2023-09-26 05:24:03 us=604144 CLIENT/XX.XX.XX.XX3:64276 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-26 05:24:03 us=604160 CLIENT/XX.XX.XX.XX3:64276 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 05:24:03 us=604172 CLIENT/XX.XX.XX.XX3:64276 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 05:24:03 us=615816 CLIENT/XX.XX.XX.XX3:64276 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 05:24:03 us=616029 CLIENT/XX.XX.XX.XX3:64276 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 05:53:12 us=236081 CLIENT/XX.XX.XX.:61286 TLS: soft reset sec=3392/3392 bytes=0/-1 pkts=0/0 2023-09-26 05:53:12 us=559476 CLIENT/XX.XX.XX.:61286 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 05:53:12 us=559521 CLIENT/XX.XX.XX.:61286 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 05:53:12 us=559598 CLIENT/XX.XX.XX.:61286 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 05:53:12 us=559741 CLIENT/XX.XX.XX.:61286 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 05:53:12 us=698535 CLIENT/XX.XX.XX.:61286 peer info: IV_VER=3.6.1 2023-09-26 05:53:12 us=698574 CLIENT/XX.XX.XX.:61286 peer info: IV_PLAT=win 2023-09-26 05:53:12 us=698578 CLIENT/XX.XX.XX.:61286 peer info: IV_NCP=2 2023-09-26 05:53:12 us=698582 CLIENT/XX.XX.XX.:61286 peer info: IV_TCPNL=1 2023-09-26 05:53:12 us=698586 CLIENT/XX.XX.XX.:61286 peer info: IV_PROTO=22 2023-09-26 05:53:12 us=698589 CLIENT/XX.XX.XX.:61286 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-26 05:53:12 us=698604 CLIENT/XX.XX.XX.:61286 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 05:53:12 us=698624 CLIENT/XX.XX.XX.:61286 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 05:53:12 us=852547 CLIENT/XX.XX.XX.:61286 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 05:53:12 us=852788 CLIENT/XX.XX.XX.:61286 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 05:55:44 us=33443 CLIENT/XX.XX.XX.XX3:64276 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-26 06:12:18 us=743751 Connection Attempt MULTI: multi_create_instance called 2023-09-26 06:12:18 us=743810 XX.XX.XX.XX3:61996 Re-using SSL/TLS context 2023-09-26 06:12:18 us=743858 XX.XX.XX.XX3:61996 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 06:12:18 us=743863 XX.XX.XX.XX3:61996 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 06:12:18 us=743936 XX.XX.XX.XX3:61996 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 06:12:18 us=743940 XX.XX.XX.XX3:61996 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 06:12:18 us=834752 XX.XX.XX.XX3:61996 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 06:12:18 us=834788 XX.XX.XX.XX3:61996 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 06:12:18 us=834847 XX.XX.XX.XX3:61996 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 06:12:18 us=834970 XX.XX.XX.XX3:61996 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 06:12:18 us=845899 XX.XX.XX.XX3:61996 peer info: IV_VER=3.6.1 2023-09-26 06:12:18 us=845917 XX.XX.XX.XX3:61996 peer info: IV_PLAT=win 2023-09-26 06:12:18 us=845922 XX.XX.XX.XX3:61996 peer info: IV_NCP=2 2023-09-26 06:12:18 us=845929 XX.XX.XX.XX3:61996 peer info: IV_TCPNL=1 2023-09-26 06:12:18 us=845932 XX.XX.XX.XX3:61996 peer info: IV_PROTO=22 2023-09-26 06:12:18 us=845936 XX.XX.XX.XX3:61996 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-26 06:12:18 us=845940 XX.XX.XX.XX3:61996 peer info: IV_BS64DL=1 2023-09-26 06:12:18 us=845953 XX.XX.XX.XX3:61996 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 06:12:18 us=845966 XX.XX.XX.XX3:61996 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 06:12:18 us=846008 XX.XX.XX.XX3:61996 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-26 06:12:18 us=846042 XX.XX.XX.XX3:61996 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-26 06:12:18 us=855976 XX.XX.XX.XX3:61996 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 06:12:18 us=855999 XX.XX.XX.XX3:61996 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX3:61996 2023-09-26 06:12:18 us=856011 CLIENT/XX.XX.XX.XX3:61996 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-26 06:12:19 us=157757 CLIENT/XX.XX.XX.XX3:61996 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_4784e350413118a0344750e8cd40ffc3.tmp 2023-09-26 06:12:19 us=157872 CLIENT/XX.XX.XX.XX3:61996 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX3:61996 2023-09-26 06:12:19 us=157878 CLIENT/XX.XX.XX.XX3:61996 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX3:61996: 10.61.0.2 2023-09-26 06:12:19 us=157954 CLIENT/XX.XX.XX.XX3:61996 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 06:12:19 us=158136 CLIENT/XX.XX.XX.XX3:61996 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-26 06:12:19 us=158199 CLIENT/XX.XX.XX.XX3:61996 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-26 06:12:19 us=158204 CLIENT/XX.XX.XX.XX3:61996 Timers: ping 10, ping-restart 240 2023-09-26 06:12:19 us=158208 CLIENT/XX.XX.XX.XX3:61996 Protocol options: explicit-exit-notify 1 2023-09-26 06:12:19 us=158225 CLIENT/XX.XX.XX.XX3:61996 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-26 06:19:29 us=449155 CLIENT/XX.XX.XX.XX3:61996 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-26 06:49:11 us=749858 Connection Attempt MULTI: multi_create_instance called 2023-09-26 06:49:11 us=749916 66.131.219.178:54162 Re-using SSL/TLS context 2023-09-26 06:49:11 us=749966 66.131.219.178:54162 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 06:49:11 us=749972 66.131.219.178:54162 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 06:49:11 us=750052 66.131.219.178:54162 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 06:49:11 us=750058 66.131.219.178:54162 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 06:49:44 us=896860 CLIENT/XX.XX.XX.:61286 TLS: soft reset sec=3392/3392 bytes=0/-1 pkts=0/0 2023-09-26 06:49:45 us=328913 CLIENT/XX.XX.XX.:61286 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 06:49:45 us=328959 CLIENT/XX.XX.XX.:61286 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 06:49:45 us=329064 CLIENT/XX.XX.XX.:61286 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 06:49:45 us=329209 CLIENT/XX.XX.XX.:61286 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 06:49:45 us=498124 CLIENT/XX.XX.XX.:61286 peer info: IV_VER=3.6.1 2023-09-26 06:49:45 us=498157 CLIENT/XX.XX.XX.:61286 peer info: IV_PLAT=win 2023-09-26 06:49:45 us=498162 CLIENT/XX.XX.XX.:61286 peer info: IV_NCP=2 2023-09-26 06:49:45 us=498166 CLIENT/XX.XX.XX.:61286 peer info: IV_TCPNL=1 2023-09-26 06:49:45 us=498170 CLIENT/XX.XX.XX.:61286 peer info: IV_PROTO=22 2023-09-26 06:49:45 us=498174 CLIENT/XX.XX.XX.:61286 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-26 06:49:45 us=498188 CLIENT/XX.XX.XX.:61286 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 06:49:45 us=498205 CLIENT/XX.XX.XX.:61286 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 06:49:45 us=666460 CLIENT/XX.XX.XX.:61286 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 06:49:45 us=666682 CLIENT/XX.XX.XX.:61286 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 06:50:11 us=30301 66.131.219.178:54162 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-26 06:50:11 us=30338 66.131.219.178:54162 TLS Error: TLS handshake failed 2023-09-26 06:50:11 us=30431 66.131.219.178:54162 SIGUSR1[soft,tls-error] received, client-instance restarting 2023-09-26 06:51:09 us=718736 Connection Attempt MULTI: multi_create_instance called 2023-09-26 06:51:09 us=718789 XX.XX.XX.XX4:63733 Re-using SSL/TLS context 2023-09-26 06:51:09 us=718837 XX.XX.XX.XX4:63733 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 06:51:09 us=718842 XX.XX.XX.XX4:63733 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 06:51:09 us=718910 XX.XX.XX.XX4:63733 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 06:51:09 us=718914 XX.XX.XX.XX4:63733 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 06:51:09 us=991810 XX.XX.XX.XX4:63733 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 06:51:09 us=991849 XX.XX.XX.XX4:63733 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 06:51:09 us=991908 XX.XX.XX.XX4:63733 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 06:51:09 us=992031 XX.XX.XX.XX4:63733 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 06:51:10 us=16660 XX.XX.XX.XX4:63733 peer info: IV_VER=3.6.1 2023-09-26 06:51:10 us=16679 XX.XX.XX.XX4:63733 peer info: IV_PLAT=win 2023-09-26 06:51:10 us=16683 XX.XX.XX.XX4:63733 peer info: IV_NCP=2 2023-09-26 06:51:10 us=16687 XX.XX.XX.XX4:63733 peer info: IV_TCPNL=1 2023-09-26 06:51:10 us=16690 XX.XX.XX.XX4:63733 peer info: IV_PROTO=22 2023-09-26 06:51:10 us=16694 XX.XX.XX.XX4:63733 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-26 06:51:10 us=16703 XX.XX.XX.XX4:63733 peer info: IV_BS64DL=1 2023-09-26 06:51:10 us=16716 XX.XX.XX.XX4:63733 --auth-gen-token: HMAC on token from client failed (oc.sameerraj.singh) 2023-09-26 06:51:10 us=16720 XX.XX.XX.XX4:63733 TLS: Username/auth-token authentication failed for username XXXX 2023-09-26 06:51:10 us=16763 XX.XX.XX.XX4:63733 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-26 06:51:10 us=16797 XX.XX.XX.XX4:63733 TLS: tls_multi_process: initial untrusted session promoted to semi-trusted 2023-09-26 06:51:10 us=16801 XX.XX.XX.XX4:63733 Delayed exit in 5 seconds 2023-09-26 06:51:10 us=16805 XX.XX.XX.XX4:63733 SENT CONTROL [UNDEF]: 'AUTH_FAILED' (status=1) 2023-09-26 06:51:10 us=16808 XX.XX.XX.XX4:63733 SENT CONTROL [CLIENT]: 'AUTH_FAILED' (status=1) 2023-09-26 06:51:10 us=38351 XX.XX.XX.XX4:63733 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 06:51:10 us=38378 XX.XX.XX.XX4:63733 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX4:63733 2023-09-26 06:51:10 us=38412 XX.XX.XX.XX4:63733 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-26 06:51:15 us=658314 XX.XX.XX.XX4:63733 SIGTERM[soft,delayed-exit] received, client-instance exiting 2023-09-26 06:51:51 us=746625 Connection Attempt MULTI: multi_create_instance called 2023-09-26 06:51:51 us=746679 XX.XX.XX.XX4:50707 Re-using SSL/TLS context 2023-09-26 06:51:51 us=746728 XX.XX.XX.XX4:50707 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 06:51:51 us=746735 XX.XX.XX.XX4:50707 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 06:51:51 us=746807 XX.XX.XX.XX4:50707 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 06:51:51 us=746812 XX.XX.XX.XX4:50707 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 06:51:51 us=833600 XX.XX.XX.XX4:50707 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 06:51:51 us=833643 XX.XX.XX.XX4:50707 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 06:51:51 us=833707 XX.XX.XX.XX4:50707 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 06:51:51 us=833832 XX.XX.XX.XX4:50707 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 06:51:51 us=854099 XX.XX.XX.XX4:50707 peer info: IV_VER=3.6.1 2023-09-26 06:51:51 us=854116 XX.XX.XX.XX4:50707 peer info: IV_PLAT=win 2023-09-26 06:51:51 us=854120 XX.XX.XX.XX4:50707 peer info: IV_NCP=2 2023-09-26 06:51:51 us=854123 XX.XX.XX.XX4:50707 peer info: IV_TCPNL=1 2023-09-26 06:51:51 us=854127 XX.XX.XX.XX4:50707 peer info: IV_PROTO=22 2023-09-26 06:51:51 us=854131 XX.XX.XX.XX4:50707 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-26 06:51:51 us=854134 XX.XX.XX.XX4:50707 peer info: IV_BS64DL=1 2023-09-26 06:51:52 us=524 XX.XX.XX.XX4:50707 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 06:51:52 us=655 XX.XX.XX.XX4:50707 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-26 06:51:52 us=720 XX.XX.XX.XX4:50707 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-26 06:51:52 us=20022 XX.XX.XX.XX4:50707 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 06:51:52 us=20058 XX.XX.XX.XX4:50707 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX4:50707 2023-09-26 06:51:52 us=20071 CLIENT/XX.XX.XX.XX4:50707 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-26 06:51:52 us=329265 CLIENT/XX.XX.XX.XX4:50707 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_3a1accdee5e2dd641e3e4ac959ba0722.tmp 2023-09-26 06:51:52 us=329370 CLIENT/XX.XX.XX.XX4:50707 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX4:50707 2023-09-26 06:51:52 us=329378 CLIENT/XX.XX.XX.XX4:50707 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX4:50707: 10.61.0.2 2023-09-26 06:51:52 us=329450 CLIENT/XX.XX.XX.XX4:50707 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 06:51:52 us=329632 CLIENT/XX.XX.XX.XX4:50707 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-26 06:51:52 us=329710 CLIENT/XX.XX.XX.XX4:50707 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-26 06:51:53 us=472531 CLIENT/XX.XX.XX.XX4:50707 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-26 06:51:53 us=472572 CLIENT/XX.XX.XX.XX4:50707 Timers: ping 10, ping-restart 240 2023-09-26 06:51:53 us=472577 CLIENT/XX.XX.XX.XX4:50707 Protocol options: explicit-exit-notify 1 2023-09-26 07:46:17 us=625316 CLIENT/XX.XX.XX.:61286 TLS: soft reset sec=3392/3392 bytes=0/-1 pkts=0/0 2023-09-26 07:46:18 us=67215 CLIENT/XX.XX.XX.:61286 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 07:46:18 us=67264 CLIENT/XX.XX.XX.:61286 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 07:46:18 us=67332 CLIENT/XX.XX.XX.:61286 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 07:46:18 us=67462 CLIENT/XX.XX.XX.:61286 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 07:46:18 us=213694 CLIENT/XX.XX.XX.:61286 peer info: IV_VER=3.6.1 2023-09-26 07:46:18 us=213733 CLIENT/XX.XX.XX.:61286 peer info: IV_PLAT=win 2023-09-26 07:46:18 us=213738 CLIENT/XX.XX.XX.:61286 peer info: IV_NCP=2 2023-09-26 07:46:18 us=213742 CLIENT/XX.XX.XX.:61286 peer info: IV_TCPNL=1 2023-09-26 07:46:18 us=213745 CLIENT/XX.XX.XX.:61286 peer info: IV_PROTO=22 2023-09-26 07:46:18 us=213749 CLIENT/XX.XX.XX.:61286 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-26 07:46:18 us=213764 CLIENT/XX.XX.XX.:61286 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 07:46:18 us=213781 CLIENT/XX.XX.XX.:61286 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 07:46:18 us=362339 CLIENT/XX.XX.XX.:61286 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 07:46:18 us=362601 CLIENT/XX.XX.XX.:61286 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 07:48:49 us=468262 CLIENT/XX.XX.XX.XX4:50707 TLS: soft reset sec=3417/3417 bytes=0/-1 pkts=0/0 2023-09-26 07:48:49 us=674720 CLIENT/XX.XX.XX.XX4:50707 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 07:48:49 us=674765 CLIENT/XX.XX.XX.XX4:50707 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 07:48:49 us=674846 CLIENT/XX.XX.XX.XX4:50707 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 07:48:49 us=674989 CLIENT/XX.XX.XX.XX4:50707 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 07:48:49 us=697903 CLIENT/XX.XX.XX.XX4:50707 peer info: IV_VER=3.6.1 2023-09-26 07:48:49 us=697935 CLIENT/XX.XX.XX.XX4:50707 peer info: IV_PLAT=win 2023-09-26 07:48:49 us=697939 CLIENT/XX.XX.XX.XX4:50707 peer info: IV_NCP=2 2023-09-26 07:48:49 us=697942 CLIENT/XX.XX.XX.XX4:50707 peer info: IV_TCPNL=1 2023-09-26 07:48:49 us=697946 CLIENT/XX.XX.XX.XX4:50707 peer info: IV_PROTO=22 2023-09-26 07:48:49 us=697950 CLIENT/XX.XX.XX.XX4:50707 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-26 07:48:49 us=697963 CLIENT/XX.XX.XX.XX4:50707 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 07:48:49 us=697981 CLIENT/XX.XX.XX.XX4:50707 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 07:48:49 us=719264 CLIENT/XX.XX.XX.XX4:50707 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 07:48:49 us=719490 CLIENT/XX.XX.XX.XX4:50707 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 08:02:26 us=208619 CLIENT/XX.XX.XX.XX4:50707 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-26 08:10:24 us=973986 Connection Attempt MULTI: multi_create_instance called 2023-09-26 08:10:24 us=974036 XX.XX.XX.XX3:63490 Re-using SSL/TLS context 2023-09-26 08:10:24 us=974083 XX.XX.XX.XX3:63490 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 08:10:24 us=974089 XX.XX.XX.XX3:63490 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 08:10:24 us=974156 XX.XX.XX.XX3:63490 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 08:10:24 us=974160 XX.XX.XX.XX3:63490 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 08:11:24 us=241077 XX.XX.XX.XX3:63490 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-26 08:11:24 us=241120 XX.XX.XX.XX3:63490 TLS Error: TLS handshake failed 2023-09-26 08:11:24 us=241224 XX.XX.XX.XX3:63490 SIGUSR1[soft,tls-error] received, client-instance restarting 2023-09-26 08:35:55 us=654023 Connection Attempt MULTI: multi_create_instance called 2023-09-26 08:35:55 us=654078 XX.XX.XX.XX4:63027 Re-using SSL/TLS context 2023-09-26 08:35:55 us=654125 XX.XX.XX.XX4:63027 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 08:35:55 us=654131 XX.XX.XX.XX4:63027 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 08:35:55 us=654202 XX.XX.XX.XX4:63027 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 08:35:55 us=654205 XX.XX.XX.XX4:63027 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 08:35:55 us=822392 XX.XX.XX.XX4:63027 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 08:35:55 us=822428 XX.XX.XX.XX4:63027 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 08:35:55 us=822489 XX.XX.XX.XX4:63027 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 08:35:55 us=822615 XX.XX.XX.XX4:63027 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 08:35:55 us=841977 XX.XX.XX.XX4:63027 peer info: IV_VER=3.6.1 2023-09-26 08:35:55 us=841995 XX.XX.XX.XX4:63027 peer info: IV_PLAT=win 2023-09-26 08:35:55 us=841999 XX.XX.XX.XX4:63027 peer info: IV_NCP=2 2023-09-26 08:35:55 us=842002 XX.XX.XX.XX4:63027 peer info: IV_TCPNL=1 2023-09-26 08:35:55 us=842007 XX.XX.XX.XX4:63027 peer info: IV_PROTO=22 2023-09-26 08:35:55 us=842010 XX.XX.XX.XX4:63027 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-26 08:35:55 us=842014 XX.XX.XX.XX4:63027 peer info: IV_BS64DL=1 2023-09-26 08:35:55 us=842027 XX.XX.XX.XX4:63027 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 08:35:55 us=842040 XX.XX.XX.XX4:63027 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 08:35:55 us=842082 XX.XX.XX.XX4:63027 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-26 08:35:55 us=842114 XX.XX.XX.XX4:63027 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-26 08:35:55 us=863044 XX.XX.XX.XX4:63027 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 08:35:55 us=863068 XX.XX.XX.XX4:63027 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX4:63027 2023-09-26 08:35:55 us=863080 CLIENT/XX.XX.XX.XX4:63027 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-26 08:35:56 us=178195 CLIENT/XX.XX.XX.XX4:63027 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_46fc01cec1a6c83d7c85992e9188aabb.tmp 2023-09-26 08:35:56 us=178315 CLIENT/XX.XX.XX.XX4:63027 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX4:63027 2023-09-26 08:35:56 us=178323 CLIENT/XX.XX.XX.XX4:63027 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX4:63027: 10.61.0.2 2023-09-26 08:35:56 us=178400 CLIENT/XX.XX.XX.XX4:63027 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 08:35:56 us=178586 CLIENT/XX.XX.XX.XX4:63027 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-26 08:35:56 us=178651 CLIENT/XX.XX.XX.XX4:63027 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-26 08:35:56 us=178658 CLIENT/XX.XX.XX.XX4:63027 Timers: ping 10, ping-restart 240 2023-09-26 08:35:56 us=178661 CLIENT/XX.XX.XX.XX4:63027 Protocol options: explicit-exit-notify 1 2023-09-26 08:35:56 us=178679 CLIENT/XX.XX.XX.XX4:63027 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-26 08:38:24 us=750091 MULTI: multi_create_instance called 2023-09-26 08:38:24 us=750156 XX.XX.XX.XX3:63490 Re-using SSL/TLS context 2023-09-26 08:38:24 us=750223 XX.XX.XX.XX3:63490 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 08:38:24 us=750232 XX.XX.XX.XX3:63490 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 08:38:24 us=750351 XX.XX.XX.XX3:63490 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 08:38:24 us=750359 XX.XX.XX.XX3:63490 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 08:39:24 us=661143 XX.XX.XX.XX3:63490 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-26 08:39:24 us=661184 XX.XX.XX.XX3:63490 TLS Error: TLS handshake failed 2023-09-26 08:39:24 us=661290 XX.XX.XX.XX3:63490 SIGUSR1[soft,tls-error] received, client-instance restarting 2023-09-26 08:42:50 us=330887 CLIENT/XX.XX.XX.:61286 TLS: soft reset sec=3392/3392 bytes=0/-1 pkts=0/0 2023-09-26 08:42:50 us=804016 CLIENT/XX.XX.XX.:61286 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 08:42:50 us=804059 CLIENT/XX.XX.XX.:61286 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 08:42:50 us=804136 CLIENT/XX.XX.XX.:61286 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 08:42:50 us=804278 CLIENT/XX.XX.XX.:61286 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 08:42:50 us=969038 CLIENT/XX.XX.XX.:61286 peer info: IV_VER=3.6.1 2023-09-26 08:42:50 us=969076 CLIENT/XX.XX.XX.:61286 peer info: IV_PLAT=win 2023-09-26 08:42:50 us=969081 CLIENT/XX.XX.XX.:61286 peer info: IV_NCP=2 2023-09-26 08:42:50 us=969085 CLIENT/XX.XX.XX.:61286 peer info: IV_TCPNL=1 2023-09-26 08:42:50 us=969088 CLIENT/XX.XX.XX.:61286 peer info: IV_PROTO=22 2023-09-26 08:42:50 us=969092 CLIENT/XX.XX.XX.:61286 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-26 08:42:50 us=969111 CLIENT/XX.XX.XX.:61286 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 08:42:50 us=969127 CLIENT/XX.XX.XX.:61286 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 08:42:51 us=40613 CLIENT/XX.XX.XX.XX4:63027 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-26 08:42:51 us=339717 CLIENT/XX.XX.XX.:61286 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 08:42:51 us=339973 CLIENT/XX.XX.XX.:61286 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 09:01:20 us=623101 Connection Attempt MULTI: multi_create_instance called 2023-09-26 09:01:20 us=623151 XX.XX.XX.XX5:53508 Re-using SSL/TLS context 2023-09-26 09:01:20 us=623200 XX.XX.XX.XX5:53508 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 09:01:20 us=623206 XX.XX.XX.XX5:53508 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 09:01:20 us=623277 XX.XX.XX.XX5:53508 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 09:01:20 us=623283 XX.XX.XX.XX5:53508 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 09:01:20 us=812530 XX.XX.XX.XX5:53508 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 09:01:20 us=812568 XX.XX.XX.XX5:53508 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 09:01:20 us=812631 XX.XX.XX.XX5:53508 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 09:01:20 us=812757 XX.XX.XX.XX5:53508 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 09:01:20 us=829096 XX.XX.XX.XX5:53508 peer info: IV_VER=3.6.1 2023-09-26 09:01:20 us=829118 XX.XX.XX.XX5:53508 peer info: IV_PLAT=win 2023-09-26 09:01:20 us=829122 XX.XX.XX.XX5:53508 peer info: IV_NCP=2 2023-09-26 09:01:20 us=829126 XX.XX.XX.XX5:53508 peer info: IV_TCPNL=1 2023-09-26 09:01:20 us=829129 XX.XX.XX.XX5:53508 peer info: IV_PROTO=22 2023-09-26 09:01:20 us=829133 XX.XX.XX.XX5:53508 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-26 09:01:20 us=829137 XX.XX.XX.XX5:53508 peer info: IV_BS64DL=1 2023-09-26 09:01:20 us=982042 XX.XX.XX.XX5:53508 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 09:01:20 us=982175 XX.XX.XX.XX5:53508 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-26 09:01:20 us=982239 XX.XX.XX.XX5:53508 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-26 09:01:20 us=996973 XX.XX.XX.XX5:53508 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 09:01:20 us=997048 XX.XX.XX.XX5:53508 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX5:53508 2023-09-26 09:01:20 us=997064 CLIENT/XX.XX.XX.XX5:53508 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-26 09:01:21 us=309328 CLIENT/XX.XX.XX.XX5:53508 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_61b9c07d7a04b52b28a827eb08cda34.tmp 2023-09-26 09:01:21 us=309437 CLIENT/XX.XX.XX.XX5:53508 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX5:53508 2023-09-26 09:01:21 us=309443 CLIENT/XX.XX.XX.XX5:53508 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX5:53508: 10.61.0.2 2023-09-26 09:01:21 us=309526 CLIENT/XX.XX.XX.XX5:53508 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 09:01:21 us=309707 CLIENT/XX.XX.XX.XX5:53508 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-26 09:01:21 us=309771 CLIENT/XX.XX.XX.XX5:53508 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-26 09:01:21 us=309778 CLIENT/XX.XX.XX.XX5:53508 Timers: ping 10, ping-restart 240 2023-09-26 09:01:21 us=309782 CLIENT/XX.XX.XX.XX5:53508 Protocol options: explicit-exit-notify 1 2023-09-26 09:01:21 us=309801 CLIENT/XX.XX.XX.XX5:53508 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-26 09:07:55 us=685773 Connection Attempt MULTI: multi_create_instance called 2023-09-26 09:07:55 us=685828 XX.XX.XX.XX14:51851 Re-using SSL/TLS context 2023-09-26 09:07:55 us=685887 XX.XX.XX.XX14:51851 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 09:07:55 us=685895 XX.XX.XX.XX14:51851 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 09:07:55 us=686012 XX.XX.XX.XX14:51851 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 09:07:55 us=686021 XX.XX.XX.XX14:51851 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 09:07:55 us=795975 XX.XX.XX.XX14:51851 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 09:07:55 us=796017 XX.XX.XX.XX14:51851 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 09:07:55 us=796093 XX.XX.XX.XX14:51851 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 09:07:55 us=796265 XX.XX.XX.XX14:51851 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 09:07:55 us=818220 XX.XX.XX.XX14:51851 peer info: IV_VER=3.6.1 2023-09-26 09:07:55 us=818254 XX.XX.XX.XX14:51851 peer info: IV_PLAT=win 2023-09-26 09:07:55 us=818259 XX.XX.XX.XX14:51851 peer info: IV_NCP=2 2023-09-26 09:07:55 us=818263 XX.XX.XX.XX14:51851 peer info: IV_TCPNL=1 2023-09-26 09:07:55 us=818267 XX.XX.XX.XX14:51851 peer info: IV_PROTO=22 2023-09-26 09:07:55 us=818272 XX.XX.XX.XX14:51851 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-26 09:07:55 us=818277 XX.XX.XX.XX14:51851 peer info: IV_BS64DL=1 2023-09-26 09:07:55 us=966227 XX.XX.XX.XX14:51851 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 09:07:55 us=966367 XX.XX.XX.XX14:51851 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-26 09:07:55 us=966447 XX.XX.XX.XX14:51851 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-26 09:07:55 us=991041 XX.XX.XX.XX14:51851 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 09:07:55 us=991083 XX.XX.XX.XX14:51851 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX14:51851 2023-09-26 09:07:55 us=991103 CLIENT/XX.XX.XX.XX14:51851 MULTI_sva: pool returned IPv4=10.61.0.4, IPv6=(Not enabled) 2023-09-26 09:07:56 us=297974 CLIENT/XX.XX.XX.XX14:51851 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_673ccc40827859110cf202491a5a81c.tmp 2023-09-26 09:07:56 us=298112 CLIENT/XX.XX.XX.XX14:51851 MULTI: Learn: 10.61.0.4 -> CLIENT/XX.XX.XX.XX14:51851 2023-09-26 09:07:56 us=298124 CLIENT/XX.XX.XX.XX14:51851 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX14:51851: 10.61.0.4 2023-09-26 09:07:56 us=298221 CLIENT/XX.XX.XX.XX14:51851 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 09:07:56 us=298484 CLIENT/XX.XX.XX.XX14:51851 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.4 255.255.240.0,peer-id 2,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-26 09:07:56 us=298597 CLIENT/XX.XX.XX.XX14:51851 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-26 09:07:56 us=298608 CLIENT/XX.XX.XX.XX14:51851 Timers: ping 10, ping-restart 240 2023-09-26 09:07:56 us=298612 CLIENT/XX.XX.XX.XX14:51851 Protocol options: explicit-exit-notify 1 2023-09-26 09:07:56 us=298642 CLIENT/XX.XX.XX.XX14:51851 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-26 09:37:27 us=848635 CLIENT/XX.XX.XX.XX14:51851 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-26 09:38:33 us=376657 CLIENT/XX.XX.XX.XX13:61286 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-26 09:47:34 us=52625 CLIENT/XX.XX.XX.XX5:53508 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-26 17:59:22 us=620769 Connection Attempt MULTI: multi_create_instance called 2023-09-26 17:59:22 us=620805 XX.XX.XX.XX6:56941 Re-using SSL/TLS context 2023-09-26 17:59:22 us=620845 XX.XX.XX.XX6:56941 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 17:59:22 us=620850 XX.XX.XX.XX6:56941 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 17:59:22 us=620956 XX.XX.XX.XX6:56941 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 17:59:22 us=620964 XX.XX.XX.XX6:56941 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 17:59:22 us=779823 XX.XX.XX.XX6:56941 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 17:59:22 us=779854 XX.XX.XX.XX6:56941 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 17:59:22 us=779907 XX.XX.XX.XX6:56941 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 17:59:22 us=780033 XX.XX.XX.XX6:56941 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 17:59:22 us=791792 XX.XX.XX.XX6:56941 peer info: IV_VER=3.6.1 2023-09-26 17:59:22 us=791814 XX.XX.XX.XX6:56941 peer info: IV_PLAT=win 2023-09-26 17:59:22 us=791819 XX.XX.XX.XX6:56941 peer info: IV_NCP=2 2023-09-26 17:59:22 us=791824 XX.XX.XX.XX6:56941 peer info: IV_TCPNL=1 2023-09-26 17:59:22 us=791829 XX.XX.XX.XX6:56941 peer info: IV_PROTO=22 2023-09-26 17:59:22 us=791833 XX.XX.XX.XX6:56941 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-26 17:59:22 us=791838 XX.XX.XX.XX6:56941 peer info: IV_BS64DL=1 2023-09-26 17:59:22 us=935291 XX.XX.XX.XX6:56941 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 17:59:22 us=935403 XX.XX.XX.XX6:56941 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-26 17:59:22 us=935470 XX.XX.XX.XX6:56941 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-26 17:59:22 us=946872 XX.XX.XX.XX6:56941 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 17:59:22 us=946905 XX.XX.XX.XX6:56941 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX6:56941 2023-09-26 17:59:22 us=946928 CLIENT/XX.XX.XX.XX6:56941 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-26 17:59:23 us=295923 CLIENT/XX.XX.XX.XX6:56941 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_678cd4cfd8b08bfc795b9a8630205327.tmp 2023-09-26 17:59:23 us=296050 CLIENT/XX.XX.XX.XX6:56941 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX6:56941 2023-09-26 17:59:23 us=296061 CLIENT/XX.XX.XX.XX6:56941 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX6:56941: 10.61.0.2 2023-09-26 17:59:23 us=296144 CLIENT/XX.XX.XX.XX6:56941 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 17:59:23 us=296390 CLIENT/XX.XX.XX.XX6:56941 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-26 17:59:23 us=296499 CLIENT/XX.XX.XX.XX6:56941 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-26 17:59:23 us=296510 CLIENT/XX.XX.XX.XX6:56941 Timers: ping 10, ping-restart 240 2023-09-26 17:59:23 us=296515 CLIENT/XX.XX.XX.XX6:56941 Protocol options: explicit-exit-notify 1 2023-09-26 17:59:23 us=296545 CLIENT/XX.XX.XX.XX6:56941 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-26 18:55:02 us=714606 CLIENT/XX.XX.XX.XX6:56941 TLS: soft reset sec=3340/3340 bytes=0/-1 pkts=0/0 2023-09-26 18:55:02 us=816589 CLIENT/XX.XX.XX.XX6:56941 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 18:55:02 us=816626 CLIENT/XX.XX.XX.XX6:56941 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 18:55:02 us=816688 CLIENT/XX.XX.XX.XX6:56941 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 18:55:02 us=816816 CLIENT/XX.XX.XX.XX6:56941 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 18:55:02 us=828382 CLIENT/XX.XX.XX.XX6:56941 peer info: IV_VER=3.6.1 2023-09-26 18:55:02 us=828402 CLIENT/XX.XX.XX.XX6:56941 peer info: IV_PLAT=win 2023-09-26 18:55:02 us=828407 CLIENT/XX.XX.XX.XX6:56941 peer info: IV_NCP=2 2023-09-26 18:55:02 us=828412 CLIENT/XX.XX.XX.XX6:56941 peer info: IV_TCPNL=1 2023-09-26 18:55:02 us=828415 CLIENT/XX.XX.XX.XX6:56941 peer info: IV_PROTO=22 2023-09-26 18:55:02 us=828419 CLIENT/XX.XX.XX.XX6:56941 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-26 18:55:02 us=828433 CLIENT/XX.XX.XX.XX6:56941 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-26 18:55:02 us=828447 CLIENT/XX.XX.XX.XX6:56941 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 18:55:02 us=839623 CLIENT/XX.XX.XX.XX6:56941 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 18:55:02 us=839840 CLIENT/XX.XX.XX.XX6:56941 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-26 19:03:31 us=873397 CLIENT/XX.XX.XX.XX6:56941 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-26 23:28:07 us=91748 Connection Attempt MULTI: multi_create_instance called 2023-09-26 23:28:07 us=91798 XX.XX.XX.XX12:58581 Re-using SSL/TLS context 2023-09-26 23:28:07 us=91845 XX.XX.XX.XX12:58581 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 23:28:07 us=91851 XX.XX.XX.XX12:58581 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 23:28:07 us=91931 XX.XX.XX.XX12:58581 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 23:28:07 us=91935 XX.XX.XX.XX12:58581 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 23:28:07 us=226996 XX.XX.XX.XX12:58581 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 23:28:07 us=227045 XX.XX.XX.XX12:58581 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 23:28:07 us=227111 XX.XX.XX.XX12:58581 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 23:28:07 us=227303 XX.XX.XX.XX12:58581 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 23:28:07 us=231770 XX.XX.XX.XX12:58581 peer info: IV_VER=3.6.1 2023-09-26 23:28:07 us=231795 XX.XX.XX.XX12:58581 peer info: IV_PLAT=win 2023-09-26 23:28:07 us=231800 XX.XX.XX.XX12:58581 peer info: IV_NCP=2 2023-09-26 23:28:07 us=231803 XX.XX.XX.XX12:58581 peer info: IV_TCPNL=1 2023-09-26 23:28:07 us=231806 XX.XX.XX.XX12:58581 peer info: IV_PROTO=22 2023-09-26 23:28:07 us=231810 XX.XX.XX.XX12:58581 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-26 23:28:07 us=231814 XX.XX.XX.XX12:58581 peer info: IV_BS64DL=1 2023-09-26 23:28:07 us=231827 XX.XX.XX.XX12:58581 --auth-gen-token: HMAC on token from client failed (XX) 2023-09-26 23:28:07 us=231831 XX.XX.XX.XX12:58581 TLS: Username/auth-token authentication failed for username XXXX 2023-09-26 23:28:07 us=231872 XX.XX.XX.XX12:58581 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-26 23:28:07 us=231905 XX.XX.XX.XX12:58581 TLS: tls_multi_process: initial untrusted session promoted to semi-trusted 2023-09-26 23:28:07 us=231913 XX.XX.XX.XX12:58581 Delayed exit in 5 seconds 2023-09-26 23:28:07 us=231917 XX.XX.XX.XX12:58581 SENT CONTROL [UNDEF]: 'AUTH_FAILED' (status=1) 2023-09-26 23:28:07 us=231919 XX.XX.XX.XX12:58581 SENT CONTROL [CLIENT]: 'AUTH_FAILED' (status=1) 2023-09-26 23:28:07 us=235726 XX.XX.XX.XX12:58581 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 23:28:07 us=235746 XX.XX.XX.XX12:58581 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX12:58581 2023-09-26 23:28:07 us=235771 XX.XX.XX.XX12:58581 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-26 23:28:12 us=697477 XX.XX.XX.XX12:58581 SIGTERM[soft,delayed-exit] received, client-instance exiting 2023-09-26 23:28:13 us=422715 Connection Attempt MULTI: multi_create_instance called 2023-09-26 23:28:13 us=422765 XX.XX.XX.XX12:62099 Re-using SSL/TLS context 2023-09-26 23:28:13 us=422812 XX.XX.XX.XX12:62099 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 23:28:13 us=422817 XX.XX.XX.XX12:62099 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-26 23:28:13 us=422886 XX.XX.XX.XX12:62099 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-26 23:28:13 us=422890 XX.XX.XX.XX12:62099 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 23:28:13 us=676943 XX.XX.XX.XX12:62099 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 23:28:13 us=676984 XX.XX.XX.XX12:62099 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 23:28:13 us=677077 XX.XX.XX.XX12:62099 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-26 23:28:13 us=677203 XX.XX.XX.XX12:62099 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-26 23:28:13 us=681701 XX.XX.XX.XX12:62099 peer info: IV_VER=3.6.1 2023-09-26 23:28:13 us=681720 XX.XX.XX.XX12:62099 peer info: IV_PLAT=win 2023-09-26 23:28:13 us=681724 XX.XX.XX.XX12:62099 peer info: IV_NCP=2 2023-09-26 23:28:13 us=681727 XX.XX.XX.XX12:62099 peer info: IV_TCPNL=1 2023-09-26 23:28:13 us=681730 XX.XX.XX.XX12:62099 peer info: IV_PROTO=22 2023-09-26 23:28:13 us=681734 XX.XX.XX.XX12:62099 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-26 23:28:13 us=681738 XX.XX.XX.XX12:62099 peer info: IV_BS64DL=1 2023-09-26 23:28:13 us=834048 XX.XX.XX.XX12:62099 TLS: Username/Password authentication succeeded for username XXXX 2023-09-26 23:28:13 us=834179 XX.XX.XX.XX12:62099 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-26 23:28:13 us=834244 XX.XX.XX.XX12:62099 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-26 23:28:13 us=837874 XX.XX.XX.XX12:62099 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-26 23:28:13 us=837900 XX.XX.XX.XX12:62099 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX12:62099 2023-09-26 23:28:13 us=837912 CLIENT/XX.XX.XX.XX12:62099 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-26 23:28:14 us=151087 CLIENT/XX.XX.XX.XX12:62099 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_429d900e07b20f48449b3fd2a06eb013.tmp 2023-09-26 23:28:14 us=151194 CLIENT/XX.XX.XX.XX12:62099 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX12:62099 2023-09-26 23:28:14 us=151201 CLIENT/XX.XX.XX.XX12:62099 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX12:62099: 10.61.0.2 2023-09-26 23:28:14 us=151275 CLIENT/XX.XX.XX.XX12:62099 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-26 23:28:14 us=151452 CLIENT/XX.XX.XX.XX12:62099 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-26 23:28:14 us=151515 CLIENT/XX.XX.XX.XX12:62099 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-26 23:28:14 us=151519 CLIENT/XX.XX.XX.XX12:62099 Timers: ping 10, ping-restart 240 2023-09-26 23:28:14 us=151521 CLIENT/XX.XX.XX.XX12:62099 Protocol options: explicit-exit-notify 1 2023-09-26 23:28:14 us=151539 CLIENT/XX.XX.XX.XX12:62099 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-26 23:33:52 us=32590 CLIENT/XX.XX.XX.XX12:62099 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-27 02:40:21 us=3079 Connection Attempt MULTI: multi_create_instance called 2023-09-27 02:40:21 us=3120 XX.XX.XX.XX11:62489 Re-using SSL/TLS context 2023-09-27 02:40:21 us=3159 XX.XX.XX.XX11:62489 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 02:40:21 us=3164 XX.XX.XX.XX11:62489 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 02:40:21 us=3245 XX.XX.XX.XX11:62489 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-27 02:40:21 us=3248 XX.XX.XX.XX11:62489 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 02:40:21 us=218547 XX.XX.XX.XX11:62489 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 02:40:21 us=218589 XX.XX.XX.XX11:62489 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 02:40:21 us=218650 XX.XX.XX.XX11:62489 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 02:40:21 us=218774 XX.XX.XX.XX11:62489 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 02:40:21 us=251532 XX.XX.XX.XX11:62489 peer info: IV_VER=3.6.1 2023-09-27 02:40:21 us=251553 XX.XX.XX.XX11:62489 peer info: IV_PLAT=win 2023-09-27 02:40:21 us=251558 XX.XX.XX.XX11:62489 peer info: IV_NCP=2 2023-09-27 02:40:21 us=251561 XX.XX.XX.XX11:62489 peer info: IV_TCPNL=1 2023-09-27 02:40:21 us=251565 XX.XX.XX.XX11:62489 peer info: IV_PROTO=22 2023-09-27 02:40:21 us=251568 XX.XX.XX.XX11:62489 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-27 02:40:21 us=251572 XX.XX.XX.XX11:62489 peer info: IV_BS64DL=1 2023-09-27 02:40:21 us=402265 XX.XX.XX.XX11:62489 TLS: Username/Password authentication succeeded for username XXXX 2023-09-27 02:40:21 us=402385 XX.XX.XX.XX11:62489 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-27 02:40:21 us=402442 XX.XX.XX.XX11:62489 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-27 02:40:21 us=430859 XX.XX.XX.XX11:62489 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-27 02:40:21 us=430892 XX.XX.XX.XX11:62489 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX11:62489 2023-09-27 02:40:21 us=430906 CLIENT/XX.XX.XX.XX11:62489 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-27 02:40:21 us=742840 CLIENT/XX.XX.XX.XX11:62489 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_24890efe0cb9b1771f5bea18242ea2d6.tmp 2023-09-27 02:40:21 us=742948 CLIENT/XX.XX.XX.XX11:62489 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX11:62489 2023-09-27 02:40:21 us=742955 CLIENT/XX.XX.XX.XX11:62489 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX11:62489: 10.61.0.2 2023-09-27 02:40:21 us=743032 CLIENT/XX.XX.XX.XX11:62489 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 02:40:21 us=743211 CLIENT/XX.XX.XX.XX11:62489 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-27 02:40:21 us=743328 CLIENT/XX.XX.XX.XX11:62489 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-27 02:40:22 us=735175 CLIENT/XX.XX.XX.XX11:62489 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-27 02:40:22 us=735200 CLIENT/XX.XX.XX.XX11:62489 Timers: ping 10, ping-restart 240 2023-09-27 02:40:22 us=735208 CLIENT/XX.XX.XX.XX11:62489 Protocol options: explicit-exit-notify 1 2023-09-27 03:07:57 us=88570 CLIENT/XX.XX.XX.XX11:62489 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-27 03:58:37 us=815420 Connection Attempt MULTI: multi_create_instance called 2023-09-27 03:58:37 us=815477 XX.XX.XX.XX9:65286 Re-using SSL/TLS context 2023-09-27 03:58:37 us=815539 XX.XX.XX.XX9:65286 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 03:58:37 us=815548 XX.XX.XX.XX9:65286 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 03:58:37 us=815654 XX.XX.XX.XX9:65286 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-27 03:58:37 us=815661 XX.XX.XX.XX9:65286 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 03:58:37 us=928020 XX.XX.XX.XX9:65286 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 03:58:37 us=928065 XX.XX.XX.XX9:65286 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 03:58:37 us=928146 XX.XX.XX.XX9:65286 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 03:58:37 us=928320 XX.XX.XX.XX9:65286 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 03:58:37 us=939924 XX.XX.XX.XX9:65286 peer info: IV_VER=3.6.1 2023-09-27 03:58:37 us=939958 XX.XX.XX.XX9:65286 peer info: IV_PLAT=win 2023-09-27 03:58:37 us=939963 XX.XX.XX.XX9:65286 peer info: IV_NCP=2 2023-09-27 03:58:37 us=939967 XX.XX.XX.XX9:65286 peer info: IV_TCPNL=1 2023-09-27 03:58:37 us=939977 XX.XX.XX.XX9:65286 peer info: IV_PROTO=22 2023-09-27 03:58:37 us=939984 XX.XX.XX.XX9:65286 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-27 03:58:37 us=939988 XX.XX.XX.XX9:65286 peer info: IV_BS64DL=1 2023-09-27 03:58:38 us=88285 XX.XX.XX.XX9:65286 TLS: Username/Password authentication succeeded for username XXXX 2023-09-27 03:58:38 us=88434 XX.XX.XX.XX9:65286 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-27 03:58:38 us=88510 XX.XX.XX.XX9:65286 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-27 03:58:38 us=101048 XX.XX.XX.XX9:65286 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-27 03:58:38 us=101087 XX.XX.XX.XX9:65286 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX9:65286 2023-09-27 03:58:38 us=101105 CLIENT/XX.XX.XX.XX9:65286 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-27 03:58:38 us=411147 CLIENT/XX.XX.XX.XX9:65286 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_6e42c4828c30b2541a1b1e3a2377064c.tmp 2023-09-27 03:58:38 us=411276 CLIENT/XX.XX.XX.XX9:65286 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX9:65286 2023-09-27 03:58:38 us=411286 CLIENT/XX.XX.XX.XX9:65286 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX9:65286: 10.61.0.2 2023-09-27 03:58:38 us=411373 CLIENT/XX.XX.XX.XX9:65286 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 03:58:38 us=411613 CLIENT/XX.XX.XX.XX9:65286 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-27 03:58:38 us=411735 CLIENT/XX.XX.XX.XX9:65286 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-27 03:58:39 us=375771 CLIENT/XX.XX.XX.XX9:65286 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-27 03:58:39 us=375810 CLIENT/XX.XX.XX.XX9:65286 Timers: ping 10, ping-restart 240 2023-09-27 03:58:39 us=375817 CLIENT/XX.XX.XX.XX9:65286 Protocol options: explicit-exit-notify 1 2023-09-27 04:00:02 us=6795 Connection Attempt MULTI: multi_create_instance called 2023-09-27 04:00:02 us=6835 XX.XX.XX.XX10:51014 Re-using SSL/TLS context 2023-09-27 04:00:02 us=6872 XX.XX.XX.XX10:51014 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 04:00:02 us=6878 XX.XX.XX.XX10:51014 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 04:00:02 us=6975 XX.XX.XX.XX10:51014 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-27 04:00:02 us=6980 XX.XX.XX.XX10:51014 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 04:00:02 us=141070 XX.XX.XX.XX10:51014 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 04:00:02 us=141104 XX.XX.XX.XX10:51014 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 04:00:02 us=141158 XX.XX.XX.XX10:51014 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 04:00:02 us=141284 XX.XX.XX.XX10:51014 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 04:00:02 us=148117 XX.XX.XX.XX10:51014 peer info: IV_VER=3.6.1 2023-09-27 04:00:02 us=148135 XX.XX.XX.XX10:51014 peer info: IV_PLAT=win 2023-09-27 04:00:02 us=148139 XX.XX.XX.XX10:51014 peer info: IV_NCP=2 2023-09-27 04:00:02 us=148144 XX.XX.XX.XX10:51014 peer info: IV_TCPNL=1 2023-09-27 04:00:02 us=148147 XX.XX.XX.XX10:51014 peer info: IV_PROTO=22 2023-09-27 04:00:02 us=148150 XX.XX.XX.XX10:51014 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-27 04:00:02 us=148154 XX.XX.XX.XX10:51014 peer info: IV_BS64DL=1 2023-09-27 04:00:02 us=296106 XX.XX.XX.XX10:51014 TLS: Username/Password authentication succeeded for username XXXX 2023-09-27 04:00:02 us=296224 XX.XX.XX.XX10:51014 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-27 04:00:02 us=296282 XX.XX.XX.XX10:51014 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-27 04:00:02 us=319722 XX.XX.XX.XX10:51014 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-27 04:00:02 us=319758 XX.XX.XX.XX10:51014 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX10:51014 2023-09-27 04:00:02 us=319774 CLIENT/XX.XX.XX.XX10:51014 MULTI_sva: pool returned IPv4=10.61.0.3, IPv6=(Not enabled) 2023-09-27 04:00:02 us=626812 CLIENT/XX.XX.XX.XX10:51014 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_631cb8216e71ba924dae4200ea2a6404.tmp 2023-09-27 04:00:02 us=626914 CLIENT/XX.XX.XX.XX10:51014 MULTI: Learn: 10.61.0.3 -> CLIENT/XX.XX.XX.XX10:51014 2023-09-27 04:00:02 us=626920 CLIENT/XX.XX.XX.XX10:51014 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX10:51014: 10.61.0.3 2023-09-27 04:00:02 us=626993 CLIENT/XX.XX.XX.XX10:51014 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 04:00:02 us=627169 CLIENT/XX.XX.XX.XX10:51014 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.3 255.255.240.0,peer-id 1,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-27 04:00:02 us=627246 CLIENT/XX.XX.XX.XX10:51014 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-27 04:00:03 us=930187 CLIENT/XX.XX.XX.XX10:51014 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-27 04:00:03 us=930226 CLIENT/XX.XX.XX.XX10:51014 Timers: ping 10, ping-restart 240 2023-09-27 04:00:03 us=930231 CLIENT/XX.XX.XX.XX10:51014 Protocol options: explicit-exit-notify 1 2023-09-27 04:45:26 us=180592 CLIENT/XX.XX.XX.XX10:51014 SIGTERM[soft,ovpn-dco: ping expired] received, client-instance exiting 2023-09-27 04:55:15 us=496518 CLIENT/XX.XX.XX.XX9:65286 TLS: soft reset sec=3397/3397 bytes=0/-1 pkts=0/0 2023-09-27 04:55:15 us=571225 CLIENT/XX.XX.XX.XX9:65286 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 04:55:15 us=571265 CLIENT/XX.XX.XX.XX9:65286 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 04:55:15 us=571329 CLIENT/XX.XX.XX.XX9:65286 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 04:55:15 us=571452 CLIENT/XX.XX.XX.XX9:65286 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 04:55:15 us=586576 CLIENT/XX.XX.XX.XX9:65286 peer info: IV_VER=3.6.1 2023-09-27 04:55:15 us=586604 CLIENT/XX.XX.XX.XX9:65286 peer info: IV_PLAT=win 2023-09-27 04:55:15 us=586609 CLIENT/XX.XX.XX.XX9:65286 peer info: IV_NCP=2 2023-09-27 04:55:15 us=586613 CLIENT/XX.XX.XX.XX9:65286 peer info: IV_TCPNL=1 2023-09-27 04:55:15 us=586617 CLIENT/XX.XX.XX.XX9:65286 peer info: IV_PROTO=22 2023-09-27 04:55:15 us=586621 CLIENT/XX.XX.XX.XX9:65286 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-27 04:55:15 us=586635 CLIENT/XX.XX.XX.XX9:65286 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-27 04:55:15 us=586648 CLIENT/XX.XX.XX.XX9:65286 TLS: Username/Password authentication succeeded for username XXXX 2023-09-27 04:55:15 us=591991 CLIENT/XX.XX.XX.XX9:65286 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-27 04:55:15 us=592186 CLIENT/XX.XX.XX.XX9:65286 SENT CONTROL [CLIENT]: 'PUSH_REPLY,auth-tokenSESS_ID' (status=1) 2023-09-27 05:51:53 us=62785 CLIENT/XX.XX.XX.XX9:65286 TLS: soft reset sec=3398/3397 bytes=0/-1 pkts=0/0 2023-09-27 05:51:53 us=62961 CLIENT/XX.XX.XX.XX9:65286 dco_del_key: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 05:51:53 us=62969 CLIENT/XX.XX.XX.XX9:65286 dco_del_key: failed to send netlink message: No such file or directory (-2) 2023-09-27 05:51:53 us=62973 CLIENT/XX.XX.XX.XX9:65286 Cannot delete secondary key: No such file or directory (-2) 2023-09-27 05:51:53 us=62977 CLIENT/XX.XX.XX.XX9:65286 SIGUSR1[soft,dco update keys error] received, client-instance restarting 2023-09-27 05:51:53 us=360507 dco_del_peer: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 05:51:53 us=360550 dco_del_peer: failed to send netlink message: No such file or directory (-2) 2023-09-27 06:54:26 us=146092 Connection Attempt MULTI: multi_create_instance called 2023-09-27 06:54:26 us=146143 XX.XX.XX.XX8:64188 Re-using SSL/TLS context 2023-09-27 06:54:26 us=146191 XX.XX.XX.XX8:64188 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 06:54:26 us=146197 XX.XX.XX.XX8:64188 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 06:54:26 us=146277 XX.XX.XX.XX8:64188 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-27 06:54:26 us=146282 XX.XX.XX.XX8:64188 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 06:54:26 us=341446 XX.XX.XX.XX8:64188 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 06:54:26 us=341482 XX.XX.XX.XX8:64188 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 06:54:26 us=341538 XX.XX.XX.XX8:64188 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 06:54:26 us=341666 XX.XX.XX.XX8:64188 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 06:54:26 us=368371 XX.XX.XX.XX8:64188 peer info: IV_VER=3.6.1 2023-09-27 06:54:26 us=368397 XX.XX.XX.XX8:64188 peer info: IV_PLAT=win 2023-09-27 06:54:26 us=368402 XX.XX.XX.XX8:64188 peer info: IV_NCP=2 2023-09-27 06:54:26 us=368406 XX.XX.XX.XX8:64188 peer info: IV_TCPNL=1 2023-09-27 06:54:26 us=368410 XX.XX.XX.XX8:64188 peer info: IV_PROTO=22 2023-09-27 06:54:26 us=368414 XX.XX.XX.XX8:64188 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-27 06:54:26 us=368417 XX.XX.XX.XX8:64188 peer info: IV_BS64DL=1 2023-09-27 06:54:26 us=510243 XX.XX.XX.XX8:64188 TLS: Username/Password authentication succeeded for username XXXX 2023-09-27 06:54:26 us=510371 XX.XX.XX.XX8:64188 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-27 06:54:26 us=510436 XX.XX.XX.XX8:64188 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-27 06:54:26 us=604019 XX.XX.XX.XX8:64188 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-27 06:54:26 us=604069 XX.XX.XX.XX8:64188 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX8:64188 2023-09-27 06:54:26 us=604086 CLIENT/XX.XX.XX.XX8:64188 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-27 06:54:26 us=899423 CLIENT/XX.XX.XX.XX8:64188 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_3244550faca4c73ddb2365f20179d86.tmp 2023-09-27 06:54:26 us=899530 CLIENT/XX.XX.XX.XX8:64188 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX8:64188 2023-09-27 06:54:26 us=899537 CLIENT/XX.XX.XX.XX8:64188 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX8:64188: 10.61.0.2 2023-09-27 06:54:26 us=899608 CLIENT/XX.XX.XX.XX8:64188 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 06:54:26 us=899786 CLIENT/XX.XX.XX.XX8:64188 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-27 06:54:26 us=899855 CLIENT/XX.XX.XX.XX8:64188 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-27 06:54:27 us=931964 CLIENT/XX.XX.XX.XX8:64188 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-27 06:54:27 us=932004 CLIENT/XX.XX.XX.XX8:64188 Timers: ping 10, ping-restart 240 2023-09-27 06:54:27 us=932010 CLIENT/XX.XX.XX.XX8:64188 Protocol options: explicit-exit-notify 1 2023-09-27 06:58:05 us=404886 Connection Attempt MULTI: multi_create_instance called 2023-09-27 06:58:05 us=404947 XX.XX.XX.XX8:54210 Re-using SSL/TLS context 2023-09-27 06:58:05 us=405016 XX.XX.XX.XX8:54210 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 06:58:05 us=405022 XX.XX.XX.XX8:54210 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 06:58:05 us=405124 XX.XX.XX.XX8:54210 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-27 06:58:05 us=405129 XX.XX.XX.XX8:54210 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 06:58:05 us=627354 XX.XX.XX.XX8:54210 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 06:58:05 us=627393 XX.XX.XX.XX8:54210 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 06:58:05 us=627454 XX.XX.XX.XX8:54210 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 06:58:05 us=627578 XX.XX.XX.XX8:54210 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 06:58:05 us=640536 XX.XX.XX.XX8:54210 peer info: IV_VER=3.6.1 2023-09-27 06:58:05 us=640560 XX.XX.XX.XX8:54210 peer info: IV_PLAT=win 2023-09-27 06:58:05 us=640564 XX.XX.XX.XX8:54210 peer info: IV_NCP=2 2023-09-27 06:58:05 us=640567 XX.XX.XX.XX8:54210 peer info: IV_TCPNL=1 2023-09-27 06:58:05 us=640571 XX.XX.XX.XX8:54210 peer info: IV_PROTO=22 2023-09-27 06:58:05 us=640574 XX.XX.XX.XX8:54210 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-27 06:58:05 us=640578 XX.XX.XX.XX8:54210 peer info: IV_BS64DL=1 2023-09-27 06:58:05 us=792617 XX.XX.XX.XX8:54210 TLS: Username/Password authentication succeeded for username XXXX 2023-09-27 06:58:05 us=792738 XX.XX.XX.XX8:54210 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-27 06:58:05 us=792798 XX.XX.XX.XX8:54210 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-27 06:58:05 us=843150 XX.XX.XX.XX8:54210 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-27 06:58:05 us=843188 XX.XX.XX.XX8:54210 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX8:54210 2023-09-27 06:58:05 us=843203 CLIENT/XX.XX.XX.XX8:54210 MULTI_sva: pool returned IPv4=10.61.0.3, IPv6=(Not enabled) 2023-09-27 06:58:06 us=167296 CLIENT/XX.XX.XX.XX8:54210 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_572cc6bdc41a82125d52c0c1349b69f3.tmp 2023-09-27 06:58:06 us=167403 CLIENT/XX.XX.XX.XX8:54210 MULTI: Learn: 10.61.0.3 -> CLIENT/XX.XX.XX.XX8:54210 2023-09-27 06:58:06 us=167411 CLIENT/XX.XX.XX.XX8:54210 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX8:54210: 10.61.0.3 2023-09-27 06:58:06 us=167486 CLIENT/XX.XX.XX.XX8:54210 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 06:58:06 us=167665 CLIENT/XX.XX.XX.XX8:54210 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.3 255.255.240.0,peer-id 1,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-27 06:58:06 us=167730 CLIENT/XX.XX.XX.XX8:54210 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-27 06:58:06 us=167737 CLIENT/XX.XX.XX.XX8:54210 Timers: ping 10, ping-restart 240 2023-09-27 06:58:06 us=167740 CLIENT/XX.XX.XX.XX8:54210 Protocol options: explicit-exit-notify 1 2023-09-27 06:58:06 us=167758 CLIENT/XX.XX.XX.XX8:54210 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-27 07:00:21 us=936278 Connection Attempt MULTI: multi_create_instance called 2023-09-27 07:00:21 us=936318 XX.XX.XX.XX8:51922 Re-using SSL/TLS context 2023-09-27 07:00:21 us=936366 XX.XX.XX.XX8:51922 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 07:00:21 us=936374 XX.XX.XX.XX8:51922 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 07:00:21 us=936465 XX.XX.XX.XX8:51922 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-27 07:00:21 us=936469 XX.XX.XX.XX8:51922 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 07:00:22 us=84734 XX.XX.XX.XX8:51922 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 07:00:22 us=84770 XX.XX.XX.XX8:51922 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 07:00:22 us=84825 XX.XX.XX.XX8:51922 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 07:00:22 us=84961 XX.XX.XX.XX8:51922 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 07:00:22 us=104695 XX.XX.XX.XX8:51922 peer info: IV_VER=3.6.1 2023-09-27 07:00:22 us=104724 XX.XX.XX.XX8:51922 peer info: IV_PLAT=win 2023-09-27 07:00:22 us=104729 XX.XX.XX.XX8:51922 peer info: IV_NCP=2 2023-09-27 07:00:22 us=104734 XX.XX.XX.XX8:51922 peer info: IV_TCPNL=1 2023-09-27 07:00:22 us=104738 XX.XX.XX.XX8:51922 peer info: IV_PROTO=22 2023-09-27 07:00:22 us=104743 XX.XX.XX.XX8:51922 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-27 07:00:22 us=104747 XX.XX.XX.XX8:51922 peer info: IV_BS64DL=1 2023-09-27 07:00:22 us=104763 XX.XX.XX.XX8:51922 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-27 07:00:22 us=104782 XX.XX.XX.XX8:51922 TLS: Username/Password authentication succeeded for username XXXX 2023-09-27 07:00:22 us=104851 XX.XX.XX.XX8:51922 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-27 07:00:22 us=104905 XX.XX.XX.XX8:51922 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-27 07:00:22 us=118150 XX.XX.XX.XX8:51922 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-27 07:00:22 us=118184 XX.XX.XX.XX8:51922 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX8:51922 2023-09-27 07:00:22 us=118207 CLIENT/XX.XX.XX.XX8:51922 MULTI_sva: pool returned IPv4=10.61.0.4, IPv6=(Not enabled) 2023-09-27 07:00:22 us=432641 CLIENT/XX.XX.XX.XX8:51922 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_463e577bdf7aff6f18161623e3906f3a.tmp 2023-09-27 07:00:22 us=432734 CLIENT/XX.XX.XX.XX8:51922 MULTI: Learn: 10.61.0.4 -> CLIENT/XX.XX.XX.XX8:51922 2023-09-27 07:00:22 us=432742 CLIENT/XX.XX.XX.XX8:51922 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX8:51922: 10.61.0.4 2023-09-27 07:00:22 us=432803 CLIENT/XX.XX.XX.XX8:51922 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 07:00:22 us=432984 CLIENT/XX.XX.XX.XX8:51922 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.4 255.255.240.0,peer-id 2,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-27 07:00:22 us=433113 CLIENT/XX.XX.XX.XX8:51922 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-27 07:00:23 us=662291 CLIENT/XX.XX.XX.XX8:51922 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-27 07:00:23 us=662330 CLIENT/XX.XX.XX.XX8:51922 Timers: ping 10, ping-restart 240 2023-09-27 07:00:23 us=662335 CLIENT/XX.XX.XX.XX8:51922 Protocol options: explicit-exit-notify 1 2023-09-27 07:51:57 us=537038 CLIENT/XX.XX.XX.XX8:64188 TLS: soft reset sec=3451/3451 bytes=0/-1 pkts=0/0 2023-09-27 07:52:58 us=7854 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:52:58 us=7893 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 07:52:58 us=7899 CLIENT/XX.XX.XX.XX8:64188 TLS: move_session: dest=TM_LAME_DUCK src=TM_ACTIVE reinit_src=1 2023-09-27 07:53:25 us=722736 CLIENT/XX.XX.XX.XX8:54210 TLS: soft reset sec=3320/3320 bytes=0/-1 pkts=0/0 2023-09-27 07:53:58 us=687787 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:53:58 us=687825 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 07:54:26 us=161417 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:54:26 us=161452 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 07:54:26 us=161460 CLIENT/XX.XX.XX.XX8:54210 TLS: move_session: dest=TM_LAME_DUCK src=TM_ACTIVE reinit_src=1 2023-09-27 07:55:14 us=23776 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:55:14 us=23814 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 07:55:26 us=353036 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:55:26 us=353080 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 07:55:37 us=722859 CLIENT/XX.XX.XX.XX8:51922 TLS: soft reset sec=3315/3315 bytes=0/-1 pkts=0/0 2023-09-27 07:56:29 us=725827 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:56:29 us=725864 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 07:56:37 us=345624 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:56:37 us=345660 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 07:56:37 us=345665 CLIENT/XX.XX.XX.XX8:51922 TLS: move_session: dest=TM_LAME_DUCK src=TM_ACTIVE reinit_src=1 2023-09-27 07:56:41 us=551147 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:56:41 us=551185 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 07:56:48 us=437056 Connection Attempt MULTI: multi_create_instance called 2023-09-27 07:56:48 us=437110 XX.XX.XX.XX7:62608 Re-using SSL/TLS context 2023-09-27 07:56:48 us=437163 XX.XX.XX.XX7:62608 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 07:56:48 us=437169 XX.XX.XX.XX7:62608 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 07:56:48 us=437274 XX.XX.XX.XX7:62608 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-27 07:56:48 us=437278 XX.XX.XX.XX7:62608 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 07:56:48 us=553731 XX.XX.XX.XX7:62608 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 07:56:48 us=553773 XX.XX.XX.XX7:62608 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 07:56:48 us=553846 XX.XX.XX.XX7:62608 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 07:56:48 us=553990 XX.XX.XX.XX7:62608 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 07:56:48 us=578427 XX.XX.XX.XX7:62608 peer info: IV_VER=3.6.1 2023-09-27 07:56:48 us=578448 XX.XX.XX.XX7:62608 peer info: IV_PLAT=win 2023-09-27 07:56:48 us=578452 XX.XX.XX.XX7:62608 peer info: IV_NCP=2 2023-09-27 07:56:48 us=578456 XX.XX.XX.XX7:62608 peer info: IV_TCPNL=1 2023-09-27 07:56:48 us=578460 XX.XX.XX.XX7:62608 peer info: IV_PROTO=22 2023-09-27 07:56:48 us=578464 XX.XX.XX.XX7:62608 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-27 07:56:48 us=578468 XX.XX.XX.XX7:62608 peer info: IV_BS64DL=1 2023-09-27 07:56:48 us=727417 XX.XX.XX.XX7:62608 TLS: Username/Password authentication succeeded for username XXXX 2023-09-27 07:56:48 us=727538 XX.XX.XX.XX7:62608 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-27 07:56:48 us=727595 XX.XX.XX.XX7:62608 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-27 07:56:48 us=751946 XX.XX.XX.XX7:62608 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-27 07:56:48 us=751981 XX.XX.XX.XX7:62608 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX7:62608 2023-09-27 07:56:48 us=751997 CLIENT/XX.XX.XX.XX7:62608 MULTI_sva: pool returned IPv4=10.61.0.5, IPv6=(Not enabled) 2023-09-27 07:56:49 us=63699 CLIENT/XX.XX.XX.XX7:62608 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_7f295dc4aa28ca133a8231a8e791cfdf.tmp 2023-09-27 07:56:49 us=63813 CLIENT/XX.XX.XX.XX7:62608 MULTI: Learn: 10.61.0.5 -> CLIENT/XX.XX.XX.XX7:62608 2023-09-27 07:56:49 us=63819 CLIENT/XX.XX.XX.XX7:62608 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX7:62608: 10.61.0.5 2023-09-27 07:56:49 us=63897 CLIENT/XX.XX.XX.XX7:62608 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 07:56:49 us=64078 CLIENT/XX.XX.XX.XX7:62608 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.5 255.255.240.0,peer-id 3,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-27 07:56:49 us=64146 CLIENT/XX.XX.XX.XX7:62608 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-27 07:56:49 us=64154 CLIENT/XX.XX.XX.XX7:62608 Timers: ping 10, ping-restart 240 2023-09-27 07:56:49 us=64159 CLIENT/XX.XX.XX.XX7:62608 Protocol options: explicit-exit-notify 1 2023-09-27 07:56:49 us=64178 CLIENT/XX.XX.XX.XX7:62608 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-27 07:57:37 us=726150 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:57:37 us=726188 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 07:57:44 us=306970 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:57:44 us=307008 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 07:57:56 us=638275 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:57:56 us=638312 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 07:58:52 us=259042 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:58:52 us=259079 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 07:58:59 us=754146 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:58:59 us=754187 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 07:59:11 us=814238 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 07:59:11 us=814272 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:00:08 us=83689 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:00:08 us=83728 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:00:14 us=294101 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:00:14 us=294138 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:00:27 us=115246 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:00:27 us=115280 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:01:23 us=600242 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:01:23 us=600280 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:01:29 us=274269 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:01:29 us=274308 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:01:42 us=226250 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:01:42 us=226290 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:02:39 us=26474 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:02:39 us=26520 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:02:44 us=275079 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:02:44 us=275126 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:02:57 us=181886 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:02:57 us=181926 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:03:54 us=235807 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:03:54 us=235847 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:03:59 us=75946 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:03:59 us=75983 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:04:12 us=53381 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:04:12 us=53421 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:05:09 us=782881 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:05:09 us=782913 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:05:14 us=439817 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:05:14 us=439843 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:05:28 us=37732 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:05:28 us=37765 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:06:24 us=635372 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:06:24 us=635409 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:06:29 us=201248 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:06:29 us=201285 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:06:43 us=199930 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:06:43 us=199968 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:07:39 us=485011 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:07:39 us=485046 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:07:44 us=292113 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:07:44 us=292148 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:07:58 us=297591 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:07:58 us=297627 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:08:55 us=23169 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:08:55 us=23209 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:08:59 us=428861 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:08:59 us=428903 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:09:13 us=503436 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:09:13 us=503472 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:10:10 us=160430 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:10:10 us=160463 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:10:14 us=583074 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:10:14 us=583111 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:10:28 us=837396 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:10:28 us=837431 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:11:25 us=271914 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:11:25 us=271951 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:11:30 us=109015 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:11:30 us=109054 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:11:44 us=7618 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:11:44 us=7650 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:12:40 us=485169 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:12:40 us=485207 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:12:45 us=236145 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:12:45 us=236180 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:12:59 us=601019 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:12:59 us=601053 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:13:55 us=873025 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:13:55 us=873062 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:14:00 us=927387 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:14:00 us=927424 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:14:14 us=899192 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:14:14 us=899230 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:15:11 us=769815 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:15:11 us=769864 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:15:16 us=128365 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:15:16 us=128402 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:15:30 us=401187 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:15:30 us=401225 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:16:27 us=37414 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:16:27 us=37449 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:16:31 us=134721 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:16:31 us=134757 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:16:46 us=43296 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:16:46 us=43336 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:17:42 us=175260 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:17:42 us=175298 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:17:47 us=73392 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:17:47 us=73427 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:18:01 us=951263 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:18:01 us=951302 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:18:57 us=321034 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:18:57 us=321069 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:19:02 us=140096 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:19:02 us=140135 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:19:17 us=79541 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:19:17 us=79579 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:20:12 us=496297 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:20:12 us=496336 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:20:17 us=762782 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:20:17 us=762820 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:20:32 us=734505 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:20:32 us=734544 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:21:27 us=299557 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:21:27 us=299597 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:21:32 us=714191 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:21:32 us=714233 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:21:47 us=381327 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:21:47 us=381368 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:22:42 us=845157 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:22:42 us=845197 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:22:48 us=1471 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:22:48 us=1509 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:23:02 us=738749 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:23:02 us=738787 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:23:57 us=879222 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:23:57 us=879262 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:24:03 us=437675 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:24:03 us=437718 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:24:17 us=513293 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:24:17 us=513330 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:25:13 us=812419 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:25:13 us=812455 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:25:18 us=99940 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:25:18 us=99982 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:25:32 us=875247 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:25:32 us=875284 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:26:29 us=148782 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:26:29 us=148817 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:26:33 us=124914 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:26:33 us=124948 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:26:48 us=982041 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:26:48 us=982079 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:27:44 us=882152 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:27:44 us=882187 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:27:48 us=254679 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:27:48 us=254716 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:28:04 us=857949 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:28:04 us=857989 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:29:00 us=661048 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:29:00 us=661085 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:29:03 us=372919 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:29:03 us=372966 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:29:20 us=772420 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:29:20 us=772461 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:30:16 us=14522 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:30:16 us=14561 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:30:18 us=547227 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:30:18 us=547267 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:30:35 us=822886 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:30:35 us=822926 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:31:31 us=213409 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:31:31 us=213447 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:31:33 us=543895 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:31:33 us=543937 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:31:51 us=981840 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:31:51 us=981882 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:32:46 us=413412 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:32:46 us=413451 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:32:48 us=707896 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:32:48 us=707935 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:33:07 us=91074 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:33:07 us=91110 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:34:01 us=445029 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:34:01 us=445059 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:34:04 us=29765 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:34:04 us=29802 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:34:22 us=230998 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:34:22 us=231018 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:35:16 us=293036 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:35:16 us=293071 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:35:20 us=147045 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:35:20 us=147081 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:35:37 us=425762 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:35:37 us=425796 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:36:31 us=220300 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:36:31 us=220332 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:36:36 us=130360 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:36:36 us=130401 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:36:52 us=641568 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:36:52 us=641602 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:37:46 us=892497 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:37:46 us=892537 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:37:51 us=361496 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:37:51 us=361534 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:38:08 us=69848 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:38:08 us=69882 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:39:01 us=601746 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:39:01 us=601786 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:39:07 us=157458 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:39:07 us=157494 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:39:23 us=740615 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:39:23 us=740650 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:40:16 us=738304 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:40:16 us=738336 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:40:22 us=927022 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:40:22 us=927041 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:40:38 us=667519 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:40:38 us=667556 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:41:31 us=909521 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:41:31 us=909556 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:41:37 us=749515 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:41:37 us=749557 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:41:53 us=965886 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:41:53 us=965923 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:42:47 us=202171 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:42:47 us=202209 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:42:52 us=133300 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:42:52 us=133337 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:43:09 us=493385 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:43:09 us=493419 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:44:02 us=951546 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:44:02 us=951588 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:44:07 us=404180 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:44:07 us=404217 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:44:24 us=928879 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:44:24 us=928918 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:45:18 us=228489 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:45:18 us=228520 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:45:22 us=609032 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:45:22 us=609055 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:45:40 us=146733 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:45:40 us=146769 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:46:34 us=45030 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:46:34 us=45069 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:46:37 us=383528 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:46:37 us=383565 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:46:55 us=882549 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:46:55 us=882588 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:47:49 us=315465 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:47:49 us=315501 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:47:52 us=798108 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:47:52 us=798145 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:48:12 us=44238 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:48:12 us=44275 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:49:04 us=284138 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:49:04 us=284174 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:49:07 us=439118 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:49:07 us=439157 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:49:27 us=391208 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:49:27 us=391246 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:50:19 us=472696 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:50:19 us=472733 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:50:22 us=205027 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:50:22 us=205051 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:50:42 us=252121 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:50:42 us=252158 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:51:34 us=593033 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:51:34 us=593071 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:51:37 us=749031 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:51:37 us=749065 CLIENT/XX.XX.XX.XX8:64188 TLS Error: TLS handshake failed 2023-09-27 08:51:57 us=152332 CLIENT/XX.XX.XX.XX8:64188 TLS: tls_multi_process: killed expiring key 2023-09-27 08:51:57 us=152374 CLIENT/XX.XX.XX.XX8:64188 No encryption key found. Purging data channel keys 2023-09-27 08:51:57 us=152410 CLIENT/XX.XX.XX.XX8:64188 dco_del_key: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 08:51:57 us=152416 CLIENT/XX.XX.XX.XX8:64188 dco_del_key: failed to send netlink message: No such file or directory (-2) 2023-09-27 08:51:57 us=152420 CLIENT/XX.XX.XX.XX8:64188 Cannot delete primary key during wipe: No such file or directory (-2) 2023-09-27 08:51:57 us=152425 CLIENT/XX.XX.XX.XX8:64188 SIGUSR1[soft,dco update keys error] received, client-instance restarting 2023-09-27 08:51:57 us=462346 dco_del_peer: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 08:51:57 us=462386 dco_del_peer: failed to send netlink message: No such file or directory (-2) 2023-09-27 08:51:58 us=170315 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:51:58 us=170348 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:52:49 us=731643 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:52:49 us=731682 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:53:14 us=9195 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:53:14 us=9235 CLIENT/XX.XX.XX.XX8:54210 TLS Error: TLS handshake failed 2023-09-27 08:53:25 us=164789 CLIENT/XX.XX.XX.XX8:54210 TLS: tls_multi_process: killed expiring key 2023-09-27 08:53:25 us=164827 CLIENT/XX.XX.XX.XX8:54210 No encryption key found. Purging data channel keys 2023-09-27 08:53:25 us=164863 CLIENT/XX.XX.XX.XX8:54210 dco_del_key: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 08:53:25 us=164870 CLIENT/XX.XX.XX.XX8:54210 dco_del_key: failed to send netlink message: No such file or directory (-2) 2023-09-27 08:53:25 us=164874 CLIENT/XX.XX.XX.XX8:54210 Cannot delete primary key during wipe: No such file or directory (-2) 2023-09-27 08:53:25 us=164879 CLIENT/XX.XX.XX.XX8:54210 SIGUSR1[soft,dco update keys error] received, client-instance restarting 2023-09-27 08:53:25 us=453477 dco_del_peer: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 08:53:25 us=453515 dco_del_peer: failed to send netlink message: No such file or directory (-2) 2023-09-27 08:54:04 us=427744 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:54:04 us=427783 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:54:42 us=179709 CLIENT/XX.XX.XX.XX7:62608 TLS: soft reset sec=3474/3474 bytes=0/-1 pkts=0/0 2023-09-27 08:55:19 us=340631 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:55:19 us=340669 CLIENT/XX.XX.XX.XX8:51922 TLS Error: TLS handshake failed 2023-09-27 08:55:37 us=990825 CLIENT/XX.XX.XX.XX8:51922 TLS: tls_multi_process: killed expiring key 2023-09-27 08:55:37 us=990855 CLIENT/XX.XX.XX.XX8:51922 No encryption key found. Purging data channel keys 2023-09-27 08:55:37 us=990889 CLIENT/XX.XX.XX.XX8:51922 dco_del_key: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 08:55:37 us=990895 CLIENT/XX.XX.XX.XX8:51922 dco_del_key: failed to send netlink message: No such file or directory (-2) 2023-09-27 08:55:37 us=990899 CLIENT/XX.XX.XX.XX8:51922 Cannot delete primary key during wipe: No such file or directory (-2) 2023-09-27 08:55:37 us=990904 CLIENT/XX.XX.XX.XX8:51922 SIGUSR1[soft,dco update keys error] received, client-instance restarting 2023-09-27 08:55:38 us=298950 dco_del_peer: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 08:55:38 us=298993 dco_del_peer: failed to send netlink message: No such file or directory (-2) 2023-09-27 08:55:42 us=420309 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:55:42 us=420348 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 08:55:42 us=420354 CLIENT/XX.XX.XX.XX7:62608 TLS: move_session: dest=TM_LAME_DUCK src=TM_ACTIVE reinit_src=1 2023-09-27 08:56:42 us=818617 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:56:42 us=818652 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 08:57:58 us=844828 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:57:58 us=844865 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 08:59:14 us=335840 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 08:59:14 us=335877 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:00:30 us=106439 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:00:30 us=106476 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:01:45 us=424515 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:01:45 us=424554 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:03:00 us=227836 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:03:00 us=227875 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:04:15 us=565038 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:04:15 us=565074 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:05:30 us=293032 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:05:30 us=293070 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:06:45 us=982065 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:06:45 us=982104 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:08:00 us=723399 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:08:00 us=723440 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:09:15 us=405029 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:09:15 us=405063 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:10:24 us=150341 Connection Attempt MULTI: multi_create_instance called 2023-09-27 09:10:24 us=150393 XX.XX.XX.XX2:58317 Re-using SSL/TLS context 2023-09-27 09:10:24 us=150440 XX.XX.XX.XX2:58317 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 09:10:24 us=150446 XX.XX.XX.XX2:58317 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 09:10:24 us=150525 XX.XX.XX.XX2:58317 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-27 09:10:24 us=150529 XX.XX.XX.XX2:58317 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 09:10:24 us=239098 XX.XX.XX.XX2:58317 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 09:10:24 us=239127 XX.XX.XX.XX2:58317 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 09:10:24 us=239185 XX.XX.XX.XX2:58317 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 09:10:24 us=239310 XX.XX.XX.XX2:58317 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 09:10:24 us=252434 XX.XX.XX.XX2:58317 peer info: IV_VER=3.6.1 2023-09-27 09:10:24 us=252456 XX.XX.XX.XX2:58317 peer info: IV_PLAT=win 2023-09-27 09:10:24 us=252460 XX.XX.XX.XX2:58317 peer info: IV_NCP=2 2023-09-27 09:10:24 us=252463 XX.XX.XX.XX2:58317 peer info: IV_TCPNL=1 2023-09-27 09:10:24 us=252467 XX.XX.XX.XX2:58317 peer info: IV_PROTO=22 2023-09-27 09:10:24 us=252474 XX.XX.XX.XX2:58317 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-27 09:10:24 us=252478 XX.XX.XX.XX2:58317 peer info: IV_BS64DL=1 2023-09-27 09:10:24 us=391406 XX.XX.XX.XX2:58317 TLS: Username/Password authentication succeeded for username XXXX 2023-09-27 09:10:24 us=391533 XX.XX.XX.XX2:58317 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-27 09:10:24 us=391608 XX.XX.XX.XX2:58317 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-27 09:10:24 us=414993 XX.XX.XX.XX2:58317 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-27 09:10:24 us=415032 XX.XX.XX.XX2:58317 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX2:58317 2023-09-27 09:10:24 us=415048 CLIENT/XX.XX.XX.XX2:58317 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-27 09:10:24 us=709442 CLIENT/XX.XX.XX.XX2:58317 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_16b5de8ebf63444f78dd17160ee3308.tmp 2023-09-27 09:10:24 us=709547 CLIENT/XX.XX.XX.XX2:58317 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX2:58317 2023-09-27 09:10:24 us=709553 CLIENT/XX.XX.XX.XX2:58317 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX2:58317: 10.61.0.2 2023-09-27 09:10:24 us=709626 CLIENT/XX.XX.XX.XX2:58317 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 09:10:24 us=709802 CLIENT/XX.XX.XX.XX2:58317 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-27 09:10:24 us=709878 CLIENT/XX.XX.XX.XX2:58317 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-27 09:10:25 us=203760 CLIENT/XX.XX.XX.XX2:58317 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-27 09:10:25 us=203783 CLIENT/XX.XX.XX.XX2:58317 Timers: ping 10, ping-restart 240 2023-09-27 09:10:25 us=203788 CLIENT/XX.XX.XX.XX2:58317 Protocol options: explicit-exit-notify 1 2023-09-27 09:10:30 us=78448 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:10:30 us=78487 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:11:45 us=368222 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:11:45 us=368256 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:13:00 us=343499 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:13:00 us=343537 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:14:15 us=111942 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:14:15 us=111980 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:15:30 us=774356 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:15:30 us=774394 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:16:46 us=122908 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:16:46 us=122944 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:18:01 us=353039 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:18:01 us=353069 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:19:16 us=537722 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:19:16 us=537755 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:20:31 us=438588 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:20:31 us=438626 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:21:46 us=169292 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:21:46 us=169333 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:23:01 us=607237 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:23:01 us=607270 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:24:17 us=14949 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:24:17 us=14979 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:25:32 us=350811 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:25:32 us=350845 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:26:47 us=278797 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:26:47 us=278834 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:28:02 us=988850 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:28:02 us=988888 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:29:18 us=221358 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:29:18 us=221395 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:30:33 us=570785 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:30:33 us=570831 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:31:48 us=869036 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:31:48 us=869073 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:33:03 us=622125 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:33:03 us=622166 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:34:18 us=419529 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:34:18 us=419572 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:35:33 us=603361 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:35:33 us=603400 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:36:48 us=267662 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:36:48 us=267704 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:38:03 us=944038 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:38:03 us=944076 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:39:19 us=559253 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:39:19 us=559288 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:40:34 us=813388 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:40:34 us=813427 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:41:49 us=875869 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:41:49 us=875899 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:43:06 us=16310 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:43:06 us=16350 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:44:21 us=385069 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:44:21 us=385109 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:45:36 us=141054 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:45:36 us=141091 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:46:51 us=789051 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:46:51 us=789089 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:48:07 us=748796 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:48:07 us=748836 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:49:22 us=749274 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:49:22 us=749295 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:50:38 us=107129 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:50:38 us=107178 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:51:53 us=244542 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:51:53 us=244579 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:53:08 us=532128 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:53:08 us=532167 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:54:23 us=296155 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 09:54:23 us=296181 CLIENT/XX.XX.XX.XX7:62608 TLS Error: TLS handshake failed 2023-09-27 09:54:42 us=993549 CLIENT/XX.XX.XX.XX7:62608 TLS: tls_multi_process: killed expiring key 2023-09-27 09:54:42 us=993598 CLIENT/XX.XX.XX.XX7:62608 No encryption key found. Purging data channel keys 2023-09-27 09:54:42 us=993641 CLIENT/XX.XX.XX.XX7:62608 dco_del_key: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 09:54:42 us=993648 CLIENT/XX.XX.XX.XX7:62608 dco_del_key: failed to send netlink message: No such file or directory (-2) 2023-09-27 09:54:42 us=993654 CLIENT/XX.XX.XX.XX7:62608 Cannot delete primary key during wipe: No such file or directory (-2) 2023-09-27 09:54:42 us=993661 CLIENT/XX.XX.XX.XX7:62608 SIGUSR1[soft,dco update keys error] received, client-instance restarting 2023-09-27 09:54:43 us=301358 dco_del_peer: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 09:54:43 us=301400 dco_del_peer: failed to send netlink message: No such file or directory (-2) 2023-09-27 10:09:54 us=642153 CLIENT/XX.XX.XX.XX2:58317 TLS: soft reset sec=3570/3570 bytes=0/-1 pkts=0/0 2023-09-27 10:10:54 us=891804 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:10:54 us=891840 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:10:54 us=891846 CLIENT/XX.XX.XX.XX2:58317 TLS: move_session: dest=TM_LAME_DUCK src=TM_ACTIVE reinit_src=1 2023-09-27 10:11:54 us=862675 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:11:54 us=862713 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:13:10 us=784584 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:13:10 us=784633 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:14:26 us=956516 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:14:26 us=956553 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:15:41 us=980346 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:15:41 us=980379 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:16:57 us=960735 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:16:57 us=960776 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:18:13 us=490376 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:18:13 us=490412 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:19:28 us=481027 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:19:28 us=481062 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:20:43 us=734775 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:20:43 us=734812 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:21:59 us=136971 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:21:59 us=137027 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:23:15 us=21030 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:23:15 us=21070 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:24:31 us=35110 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:24:31 us=35151 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:25:46 us=258992 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:25:46 us=259027 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:27:01 us=432265 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:27:01 us=432301 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:28:16 us=244138 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:28:16 us=244176 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:29:31 us=685027 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:29:31 us=685063 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:30:46 us=745046 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:30:46 us=745084 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:32:02 us=81251 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:32:02 us=81290 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:33:17 us=993593 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:33:17 us=993631 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:34:34 us=28767 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:34:34 us=28808 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:35:49 us=372154 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:35:49 us=372192 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:37:04 us=508767 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:37:04 us=508816 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:38:19 us=437033 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:38:19 us=437062 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:39:34 us=523612 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:39:34 us=523650 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:40:49 us=638126 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:40:49 us=638164 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:42:04 us=489458 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:42:04 us=489495 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:43:19 us=837783 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:43:19 us=837821 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:44:34 us=530281 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:44:34 us=530317 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:45:49 us=472599 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:45:49 us=472636 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:47:04 us=423484 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:47:04 us=423523 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:48:19 us=800346 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:48:19 us=800386 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:49:35 us=45373 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:49:35 us=45413 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:50:50 us=324212 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:50:50 us=324247 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:52:05 us=965196 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:52:05 us=965235 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:53:22 us=13032 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:53:22 us=13058 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:54:37 us=541630 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:54:37 us=541672 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:55:52 us=74548 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:55:52 us=74601 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:57:07 us=360026 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:57:07 us=360064 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:58:22 us=137038 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:58:22 us=137062 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 10:59:37 us=995344 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 10:59:37 us=995385 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 11:00:53 us=299378 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 11:00:53 us=299419 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 11:02:08 us=890334 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 11:02:08 us=890372 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 11:03:24 us=408538 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 11:03:24 us=408580 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 11:04:39 us=416844 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 11:04:39 us=416886 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 11:05:54 us=586642 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 11:05:54 us=586678 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 11:07:09 us=645994 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 11:07:09 us=646035 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 11:08:24 us=667233 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 11:08:24 us=667272 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 11:09:39 us=853030 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 11:09:39 us=853070 CLIENT/XX.XX.XX.XX2:58317 TLS Error: TLS handshake failed 2023-09-27 11:09:55 us=23491 CLIENT/XX.XX.XX.XX2:58317 TLS: tls_multi_process: killed expiring key 2023-09-27 11:09:55 us=23530 CLIENT/XX.XX.XX.XX2:58317 No encryption key found. Purging data channel keys 2023-09-27 11:09:55 us=23562 CLIENT/XX.XX.XX.XX2:58317 dco_del_key: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 11:09:55 us=23567 CLIENT/XX.XX.XX.XX2:58317 dco_del_key: failed to send netlink message: No such file or directory (-2) 2023-09-27 11:09:55 us=23570 CLIENT/XX.XX.XX.XX2:58317 Cannot delete primary key during wipe: No such file or directory (-2) 2023-09-27 11:09:55 us=23574 CLIENT/XX.XX.XX.XX2:58317 SIGUSR1[soft,dco update keys error] received, client-instance restarting 2023-09-27 11:09:55 us=322540 dco_del_peer: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 11:09:55 us=322586 dco_del_peer: failed to send netlink message: No such file or directory (-2) 2023-09-27 18:07:40 us=73882 Connection Attempt MULTI: multi_create_instance called 2023-09-27 18:07:40 us=73934 XX.XX.XX.XX6:60580 Re-using SSL/TLS context 2023-09-27 18:07:40 us=73983 XX.XX.XX.XX6:60580 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 18:07:40 us=73988 XX.XX.XX.XX6:60580 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 18:07:40 us=74071 XX.XX.XX.XX6:60580 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-27 18:07:40 us=74076 XX.XX.XX.XX6:60580 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 18:07:40 us=235710 XX.XX.XX.XX6:60580 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 18:07:40 us=235751 XX.XX.XX.XX6:60580 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 18:07:40 us=235811 XX.XX.XX.XX6:60580 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 18:07:40 us=235935 XX.XX.XX.XX6:60580 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 18:07:40 us=246799 XX.XX.XX.XX6:60580 peer info: IV_VER=3.6.1 2023-09-27 18:07:40 us=246825 XX.XX.XX.XX6:60580 peer info: IV_PLAT=win 2023-09-27 18:07:40 us=246829 XX.XX.XX.XX6:60580 peer info: IV_NCP=2 2023-09-27 18:07:40 us=246832 XX.XX.XX.XX6:60580 peer info: IV_TCPNL=1 2023-09-27 18:07:40 us=246836 XX.XX.XX.XX6:60580 peer info: IV_PROTO=22 2023-09-27 18:07:40 us=246839 XX.XX.XX.XX6:60580 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-27 18:07:40 us=246843 XX.XX.XX.XX6:60580 peer info: IV_BS64DL=1 2023-09-27 18:07:40 us=400058 XX.XX.XX.XX6:60580 TLS: Username/Password authentication succeeded for username XXXX 2023-09-27 18:07:40 us=400189 XX.XX.XX.XX6:60580 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-27 18:07:40 us=400261 XX.XX.XX.XX6:60580 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-27 18:07:40 us=412160 XX.XX.XX.XX6:60580 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-27 18:07:40 us=412193 XX.XX.XX.XX6:60580 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX6:60580 2023-09-27 18:07:40 us=412208 CLIENT/XX.XX.XX.XX6:60580 MULTI_sva: pool returned IPv4=10.61.0.2, IPv6=(Not enabled) 2023-09-27 18:07:40 us=726228 CLIENT/XX.XX.XX.XX6:60580 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_65468c90dd22920f79e5d8cd5a64fbdf.tmp 2023-09-27 18:07:40 us=726338 CLIENT/XX.XX.XX.XX6:60580 MULTI: Learn: 10.61.0.2 -> CLIENT/XX.XX.XX.XX6:60580 2023-09-27 18:07:40 us=726346 CLIENT/XX.XX.XX.XX6:60580 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX6:60580: 10.61.0.2 2023-09-27 18:07:40 us=726422 CLIENT/XX.XX.XX.XX6:60580 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 18:07:40 us=726600 CLIENT/XX.XX.XX.XX6:60580 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.2 255.255.240.0,peer-id 0,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-27 18:07:40 us=726680 CLIENT/XX.XX.XX.XX6:60580 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-27 18:07:41 us=299821 CLIENT/XX.XX.XX.XX6:60580 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-27 18:07:41 us=299860 CLIENT/XX.XX.XX.XX6:60580 Timers: ping 10, ping-restart 240 2023-09-27 18:07:41 us=299866 CLIENT/XX.XX.XX.XX6:60580 Protocol options: explicit-exit-notify 1 2023-09-27 18:09:42 us=770751 Connection Attempt MULTI: multi_create_instance called 2023-09-27 18:09:42 us=770809 XX.XX.XX.XX6:65165 Re-using SSL/TLS context 2023-09-27 18:09:42 us=770856 XX.XX.XX.XX6:65165 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 18:09:42 us=770862 XX.XX.XX.XX6:65165 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2023-09-27 18:09:42 us=770960 XX.XX.XX.XX6:65165 Control Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1250 tun_max_mtu:0 headroom:126 payload:1600 tailroom:126 ET:0 ] 2023-09-27 18:09:42 us=770963 XX.XX.XX.XX6:65165 Data Channel MTU parms [ mss_fix:0 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 18:09:42 us=916669 XX.XX.XX.XX6:65165 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 18:09:42 us=916703 XX.XX.XX.XX6:65165 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 18:09:42 us=916761 XX.XX.XX.XX6:65165 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 18:09:42 us=916884 XX.XX.XX.XX6:65165 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 18:09:42 us=927752 XX.XX.XX.XX6:65165 peer info: IV_VER=3.6.1 2023-09-27 18:09:42 us=927776 XX.XX.XX.XX6:65165 peer info: IV_PLAT=win 2023-09-27 18:09:42 us=927781 XX.XX.XX.XX6:65165 peer info: IV_NCP=2 2023-09-27 18:09:42 us=927784 XX.XX.XX.XX6:65165 peer info: IV_TCPNL=1 2023-09-27 18:09:42 us=927788 XX.XX.XX.XX6:65165 peer info: IV_PROTO=22 2023-09-27 18:09:42 us=927793 XX.XX.XX.XX6:65165 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:BF-CBC 2023-09-27 18:09:42 us=927797 XX.XX.XX.XX6:65165 peer info: IV_BS64DL=1 2023-09-27 18:09:42 us=927809 XX.XX.XX.XX6:65165 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-27 18:09:42 us=927822 XX.XX.XX.XX6:65165 TLS: Username/Password authentication succeeded for username XXXX 2023-09-27 18:09:42 us=927865 XX.XX.XX.XX6:65165 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1 2023-09-27 18:09:42 us=927901 XX.XX.XX.XX6:65165 TLS: tls_multi_process: initial untrusted session promoted to trusted 2023-09-27 18:09:42 us=939031 XX.XX.XX.XX6:65165 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-27 18:09:42 us=939054 XX.XX.XX.XX6:65165 [CLIENT] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX6:65165 2023-09-27 18:09:42 us=939065 CLIENT/XX.XX.XX.XX6:65165 MULTI_sva: pool returned IPv4=10.61.0.3, IPv6=(Not enabled) 2023-09-27 18:09:43 us=260738 CLIENT/XX.XX.XX.XX6:65165 OPTIONS IMPORT: reading client specific options from: /tmp/openvpn_cc_5333d35a5e021e802862c99e25924e54.tmp 2023-09-27 18:09:43 us=260850 CLIENT/XX.XX.XX.XX6:65165 MULTI: Learn: 10.61.0.3 -> CLIENT/XX.XX.XX.XX6:65165 2023-09-27 18:09:43 us=260856 CLIENT/XX.XX.XX.XX6:65165 MULTI: primary virtual IP for CLIENT/XX.XX.XX.XX6:65165: 10.61.0.3 2023-09-27 18:09:43 us=260933 CLIENT/XX.XX.XX.XX6:65165 Data Channel MTU parms [ mss_fix:1246 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ] 2023-09-27 18:09:43 us=261145 CLIENT/XX.XX.XX.XX6:65165 SENT CONTROL [CLIENT]: 'PUSH_REPLY,topology subnet,route-gateway 10.61.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.61.0.3 255.255.240.0,peer-id 1,auth-tokenSESS_ID,cipher AES-256-GCM' (status=1) 2023-09-27 18:09:43 us=261208 CLIENT/XX.XX.XX.XX6:65165 Data Channel: cipher 'AES-256-GCM', peer-id: 0 2023-09-27 18:09:43 us=261217 CLIENT/XX.XX.XX.XX6:65165 Timers: ping 10, ping-restart 240 2023-09-27 18:09:43 us=261220 CLIENT/XX.XX.XX.XX6:65165 Protocol options: explicit-exit-notify 1 2023-09-27 18:09:43 us=261238 CLIENT/XX.XX.XX.XX6:65165 PUSH: Received control message: 'PUSH_REQUEST' 2023-09-27 19:03:28 us=622885 CLIENT/XX.XX.XX.XX6:60580 TLS: soft reset sec=3348/3348 bytes=0/-1 pkts=0/0 2023-09-27 19:04:29 us=15558 CLIENT/XX.XX.XX.XX6:60580 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2023-09-27 19:04:29 us=15596 CLIENT/XX.XX.XX.XX6:60580 TLS Error: TLS handshake failed 2023-09-27 19:04:29 us=15602 CLIENT/XX.XX.XX.XX6:60580 TLS: move_session: dest=TM_LAME_DUCK src=TM_ACTIVE reinit_src=1 2023-09-27 19:04:52 us=539303 CLIENT/XX.XX.XX.XX6:65165 TLS: soft reset sec=3310/3310 bytes=0/-1 pkts=0/0 2023-09-27 19:04:52 us=655697 CLIENT/XX.XX.XX.XX6:65165 VERIFY WARNING: depth=0, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 19:04:52 us=655740 CLIENT/XX.XX.XX.XX6:65165 VERIFY WARNING: depth=1, unable to get certificate CRL: C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 19:04:52 us=655803 CLIENT/XX.XX.XX.XX6:65165 VERIFY OK: depth=1, C=CN, ST=GUANGDONG, L=XX, O=X, CN=X X CA 2023-09-27 19:04:52 us=655929 CLIENT/XX.XX.XX.XX6:65165 VERIFY OK: depth=0, C=CN, ST=GUANGDONG, L=XX, O=X, CN=CLIENT 2023-09-27 19:04:52 us=669563 CLIENT/XX.XX.XX.XX6:65165 peer info: IV_VER=3.6.1 2023-09-27 19:04:52 us=669600 CLIENT/XX.XX.XX.XX6:65165 peer info: IV_PLAT=win 2023-09-27 19:04:52 us=669604 CLIENT/XX.XX.XX.XX6:65165 peer info: IV_NCP=2 2023-09-27 19:04:52 us=669608 CLIENT/XX.XX.XX.XX6:65165 peer info: IV_TCPNL=1 2023-09-27 19:04:52 us=669611 CLIENT/XX.XX.XX.XX6:65165 peer info: IV_PROTO=22 2023-09-27 19:04:52 us=669615 CLIENT/XX.XX.XX.XX6:65165 peer info: IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305 2023-09-27 19:04:52 us=669630 CLIENT/XX.XX.XX.XX6:65165 TLS: Username/auth-token authentication succeeded for username XXXX 2023-09-27 19:04:52 us=669645 CLIENT/XX.XX.XX.XX6:65165 TLS: Username/Password authentication succeeded for username XXXX 2023-09-27 19:04:52 us=680797 CLIENT/XX.XX.XX.XX6:65165 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature: RSA-SHA512 2023-09-27 19:04:52 us=681004 CLIENT/XX.XX.XX.XX6:65165 dco_new_key: netlink reports object not found, ovpn-dco unloaded? 2023-09-27 19:04:52 us=681014 CLIENT/XX.XX.XX.XX6:65165 dco_new_key: failed to send netlink message: No such file or directory (-2) 2023-09-27 19:04:52 us=681020 CLIENT/XX.XX.XX.XX6:65165 Impossible to install key material in DCO: No such file or directory 2023-09-27 19:04:52 us=681023 CLIENT/XX.XX.XX.XX6:65165 Exiting due to fatal error 2023-09-27 19:04:52 us=681036 CLIENT/XX.XX.XX.XX6:65165 Closing DCO interface 2023-09-27 19:04:52 us=681041 CLIENT/XX.XX.XX.XX6:65165 net_addr_v4_del: 10.61.0.1 dev tun3 2023-09-27 19:04:52 us=683371 CLIENT/XX.XX.XX.XX6:65165 net_iface_del: delete tun3 ```
ordex commented 9 months ago

would you be able to reproduce this issue with --verb 6 ?

mr-liusg commented 9 months ago

would you be able to reproduce this issue with --verb 6 ?

got it.

I'll implement it in the next change time window, the rest will have to wait. I haven't found a way to reproduce it stably yet.

liuxyon commented 3 months ago

me too. i try use it with kernel 6.7.9 and 6.80. ubuntu 23.10, openvpn 2.6.9

dco_get_peer_stats: netlink reports object not found, ovpn-dco unloaded?

ordex commented 3 months ago

me too. i try use it with kernel 6.7.9 and 6.80. ubuntu 23.10, openvpn 2.6.9

dco_get_peer_stats: netlink reports object not found, ovpn-dco unloaded?

Hi @liuxyon do you have the full log? and are you able to easily reproduce the issue? So far the hardest part has been reproducing the issue locally.

liuxyon commented 3 months ago

2024-03-12 08:07:57 OpenVPN 2.6.9 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] 2024-03-12 08:07:57 library versions: OpenSSL 3.0.10 1 Aug 2023, LZO 2.10 2024-03-12 08:07:57 DCO version: 0.2.20231117 2024-03-12 08:07:57 net_route_v4_best_gw query: dst 0.0.0.0 2024-03-12 08:07:57 net_route_v4_best_gw result: via 91.228.56.1 dev ens3 2024-03-12 08:07:57 net_iface_new: add devpn type ovpn-dco 2024-03-12 08:07:57 DCO device devpn opened 2024-03-12 08:07:57 net_iface_mtu_set: mtu 1430 for devpn 2024-03-12 08:07:57 net_iface_up: set devpn up 2024-03-12 08:07:57 net_addr_ptp_v4_add: 10.11.1.1 peer 10.11.1.2 dev devpn 2024-03-12 08:07:57 net_iface_mtu_set: mtu 1430 for devpn 2024-03-12 08:07:57 net_iface_up: set devpn up 2024-03-12 08:07:57 net_addr_v6_add: 2602:fed8:7025:d::2/124 dev devpn 2024-03-12 08:07:57 Socket Buffers: R=[67108864->67108864] S=[67108864->67108864] 2024-03-12 08:07:57 UDPv4 link local (bound): [AF_INET]195.80.45.150:51755 2024-03-12 08:07:57 UDPv4 link remote: [AF_UNSPEC] 2024-03-12 08:07:57 dco_get_peer_stats: netlink reports object not found, ovpn-dco unloaded? 2024-03-12 08:07:57 dco_get_peer_stats: failed to send netlink message: No such file or directory (-2) 2024-03-12 08:07:57 Data Channel Offload doesn't support DATA_V1 packets. Upgrade your server to 2.4.5 or newer. 2024-03-12 08:07:57 Data Channel Offload doesn't support DATA_V1 packets. Upgrade your server to 2.4.5 or newer. 2024-03-12 08:07:58 Data Channel Offload doesn't support DATA_V1 packets. Upgrade your server to 2.4.5 or newer. 2024-03-12 08:07:58 Data Channel Offload doesn't support DATA_V1 packets. Upgrade your server to 2.4.5 or newer. 2024-03-12 08:07:58 Data Channel Offload doesn't support DATA_V1 packets. Upgrade your server to 2.4.5 or newer. 2024-03-12 08:07:58 Data Channel Offload doesn't support DATA_V1 packets. Upgrade your server to 2.4.5 or newer. 2024-03-12 08:07:59 NOTE: --mute triggered...

liuxyon commented 3 months ago

me too. i try use it with kernel 6.7.9 and 6.80. ubuntu 23.10, openvpn 2.6.9 dco_get_peer_stats: netlink reports object not found, ovpn-dco unloaded?

Hi @liuxyon do you have the full log? and are you able to easily reproduce the issue? So far the hardest part has been reproducing the issue locally.

are you able to easily reproduce the issue? yes. i test it in two servers.

liuxyon commented 3 months ago

i use openvpn with p2p mode for bgp tunnel. an side use pfsense plus 23.09.01 and other side using ubuntu 23.10

ordex commented 3 months ago

@liuxyon can you share the configuration file you used to generate the log above? it may be related to some issue with p2p mode

liuxyon commented 3 months ago

mode p2p local 195.80.45.150 port 51755

proto udp4 dev-type tun dev devpn

sndbuf 0

rcvbuf 0

tun-mtu 1430

txqueuelen 20000

reneg-sec 86400

tls-groups X25519 data-ciphers AES-256-GCM:AES-128-GCM tls-server

remote-cert-tls client ca ca.crt cert tv189.com.crt key tv189.com.key float dh none

auth SHA3-256

tls-crypt ta.key

ifconfig 10.11.1.1 10.11.1.2 ifconfig-ipv6 2602:fed2:7025:d::2/124 2602:fed2:7025:d::3

auth-nocache

keepalive 30 120 pull-filter ignore peer-id ping-timer-rem cipher AES-256-GCM

ncp-ciphers AES-128-GCM

allow-compression no

user nobody

group nogroup

persist-key persist-tun status openvpn-status.log log openvpn.log verb 3

crl-verify crl.pem

tls-version-min 1.3

max-clients 1

mute 20

ordex commented 3 months ago

maybe that happens because openvpn is trying to retrieve stats before the other peer has connected?

liuxyon commented 3 months ago

maybe that happens because openvpn is trying to retrieve stats before the other peer has connected?

i don't know, how i do fix it? when setup disable-dco, all normal. but i want to try dco..

ordex commented 3 months ago

maybe that happens because openvpn is trying to retrieve stats before the other peer has connected?

i don't know, how i do fix it? when setup disable-dco, all normal. but i want to try dco..

is it creating any issue other than the error message?

liuxyon commented 3 months ago

pfsense returned to normal mode, ubuntu use dco, accidentally connected once, but the network was blocked and there was no route. Now I have returned to normal mode. DCO cant connect or cant be connected.