Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VPN getting terminated after sometime #1780

Open
hassanharoon2 opened this issue Jan 14, 2025 · 3 comments
Open

VPN getting terminated after sometime #1780

hassanharoon2 opened this issue Jan 14, 2025 · 3 comments

Comments

@hassanharoon2
Copy link

hassanharoon2 commented Jan 14, 2025

I want to keep the vpn service running for more than days. Around after one day vpn service gets terminated. I have written work manager to periodically monitor and if the vpn service is terminated i'm starting the vpn service again but some how it doesn't starts it shows me "No Process running" in notification and then after 4 to 5 seconds it disappear. Also i have added "keep alive 10 120" in .ovpn profile but the same issue coming through this also "No process running".
Note that I have not written any server side pinging mechanism. So I want to stick with android solution. Let me know if im going or thinking in right direction. Also provide solutions to keep vpn connected no matter what and if gets terminated by OS then it should open again and make vpn connected.
My case is that my app is not in foreground it is killed and then i want to again start the vpn service so this occurs "No process running".
My log file trace
[14-01-2025_19:07:58] = UUID From Config Parser Actual Shared Pref:
[14-01-2025_19:07:58] = UUID From Config Parser Actual: 90c29529-4dc0-4929-873a-3b582d478c48
[14-01-2025_19:07:58] = UUID: 90c29529-4dc0-4929-873a-3b582d478c48
[14-01-2025_19:07:58] = Open VPN Service Started Running
[14-01-2025_19:07:58] =
[14-01-2025_19:07:58] = Attempting to start openVPN
[14-01-2025_19:07:58] = Goes to start open vpn method
[14-01-2025_19:07:58] = Last connected profile UUID: 90c29529-4dc0-4929-873a-3b582d478c48
[14-01-2025_19:07:58] = stop old vpn process
[14-01-2025_19:07:58] = force stop open vpn process
[14-01-2025_19:07:58] = ovpn management thread found
[14-01-2025_19:07:58] = write config file output openvpn thread
[14-01-2025_19:07:58] = Msg: WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.
[14-01-2025_19:07:58] = Msg: Current Parameter Settings:
[14-01-2025_19:07:58] = Msg: config = 'stdin'
[14-01-2025_19:07:58] = Msg: mode = 0
[14-01-2025_19:07:58] = Msg: show_ciphers = DISABLED
[14-01-2025_19:07:58] = Msg: show_digests = DISABLED
[14-01-2025_19:07:58] = Msg: show_engines = DISABLED
[14-01-2025_19:07:58] = Msg: genkey = DISABLED
[14-01-2025_19:07:58] = Msg: genkey_filename = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: key_pass_file = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: show_tls_ciphers = DISABLED
[14-01-2025_19:07:58] = Msg: connect_retry_max = 0
[14-01-2025_19:07:58] = Msg: Connection profiles [0]:
[14-01-2025_19:07:58] = Msg: proto = tcp-client
[14-01-2025_19:07:58] = Msg: local = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: local_port = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: remote = 'se3.vpn.airdns.org'
[14-01-2025_19:07:58] = Msg: remote_port = '443'
[14-01-2025_19:07:58] = Msg: remote_float = DISABLED
[14-01-2025_19:07:58] = Msg: bind_defined = DISABLED
[14-01-2025_19:07:58] = Msg: bind_local = DISABLED
[14-01-2025_19:07:58] = Msg: bind_ipv6_only = DISABLED
[14-01-2025_19:07:58] = Msg: connect_retry_seconds = 2
[14-01-2025_19:07:58] = Msg: connect_timeout = 120
[14-01-2025_19:07:58] = Msg: socks_proxy_server = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: socks_proxy_port = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: tun_mtu = 1500
[14-01-2025_19:07:58] = Msg: tun_mtu_defined = ENABLED
[14-01-2025_19:07:58] = Msg: link_mtu = 1500
[14-01-2025_19:07:58] = Msg: link_mtu_defined = DISABLED
[14-01-2025_19:07:58] = Msg: tun_mtu_extra = 0
[14-01-2025_19:07:58] = Msg: tun_mtu_extra_defined = DISABLED
[14-01-2025_19:07:58] = Msg: tls_mtu = 1250
[14-01-2025_19:07:58] = Msg: mtu_discover_type = -1
[14-01-2025_19:07:58] = Msg: fragment = 0
[14-01-2025_19:07:58] = Msg: mssfix = 1492
[14-01-2025_19:07:58] = Msg: mssfix_encap = ENABLED
[14-01-2025_19:07:58] = Msg: mssfix_fixed = DISABLED
[14-01-2025_19:07:58] = Msg: explicit_exit_notification = 0
[14-01-2025_19:07:58] = Msg: tls_auth_file = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: key_direction = not set
[14-01-2025_19:07:58] = Msg: tls_crypt_file = '[INLINE]'
[14-01-2025_19:07:58] = Msg: tls_crypt_v2_file = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: Connection profiles END
[14-01-2025_19:07:58] = Msg: remote_random = DISABLED
[14-01-2025_19:07:58] = Msg: ipchange = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: dev = 'tun'
[14-01-2025_19:07:58] = Msg: dev_type = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: dev_node = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: lladdr = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: topology = 1
[14-01-2025_19:07:58] = Msg: ifconfig_local = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: ifconfig_remote_netmask = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: ifconfig_noexec = DISABLED
[14-01-2025_19:07:58] = Msg: ifconfig_nowarn = ENABLED
[14-01-2025_19:07:58] = Msg: ifconfig_ipv6_local = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: ifconfig_ipv6_netbits = 0
[14-01-2025_19:07:58] = Msg: ifconfig_ipv6_remote = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: shaper = 0
[14-01-2025_19:07:58] = Msg: mtu_test = 0
[14-01-2025_19:07:58] = Msg: mlock = DISABLED
[14-01-2025_19:07:58] = Msg: keepalive_ping = 10
[14-01-2025_19:07:58] = Msg: keepalive_timeout = 120
[14-01-2025_19:07:58] = Msg: inactivity_timeout = 0
[14-01-2025_19:07:58] = Msg: session_timeout = 0
[14-01-2025_19:07:58] = Msg: inactivity_minimum_bytes = 0
[14-01-2025_19:07:58] = Msg: ping_send_timeout = 10
[14-01-2025_19:07:58] = Msg: ping_rec_timeout = 120
[14-01-2025_19:07:58] = Msg: ping_rec_timeout_action = 2
[14-01-2025_19:07:58] = Msg: ping_timer_remote = DISABLED
[14-01-2025_19:07:58] = Msg: remap_sigusr1 = 0
[14-01-2025_19:07:58] = Msg: persist_tun = ENABLED
[14-01-2025_19:07:58] = Msg: persist_local_ip = DISABLED
[14-01-2025_19:07:58] = Msg: persist_remote_ip = DISABLED
[14-01-2025_19:07:58] = Msg: persist_key = DISABLED
[14-01-2025_19:07:58] = Msg: passtos = DISABLED
[14-01-2025_19:07:58] = Msg: resolve_retry_seconds = 1000000000
[14-01-2025_19:07:58] = Msg: resolve_in_advance = ENABLED
[14-01-2025_19:07:58] = Msg: username = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: groupname = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: chroot_dir = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: cd_dir = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: writepid = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: up_script = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: down_script = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: down_pre = DISABLED
[14-01-2025_19:07:58] = Msg: up_restart = DISABLED
[14-01-2025_19:07:58] = Msg: up_delay = DISABLED
[14-01-2025_19:07:58] = Msg: daemon = DISABLED
[14-01-2025_19:07:58] = Msg: log = DISABLED
[14-01-2025_19:07:58] = Msg: suppress_timestamps = DISABLED
[14-01-2025_19:07:58] = Msg: machine_readable_output = ENABLED
[14-01-2025_19:07:58] = Msg: nice = 0
[14-01-2025_19:07:58] = Msg: verbosity = 4
[14-01-2025_19:07:58] = Msg: mute = 0
[14-01-2025_19:07:58] = Msg: gremlin = 0
[14-01-2025_19:07:58] = Msg: status_file = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: status_file_version = 1
[14-01-2025_19:07:58] = Msg: status_file_update_freq = 60
[14-01-2025_19:07:58] = Msg: occ = ENABLED
[14-01-2025_19:07:58] = Msg: rcvbuf = 262144
[14-01-2025_19:07:58] = Msg: sndbuf = 262144
[14-01-2025_19:07:58] = Msg: sockflags = 0
[14-01-2025_19:07:58] = Msg: fast_io = DISABLED
[14-01-2025_19:07:58] = Msg: comp.alg = 2
[14-01-2025_19:07:58] = Msg: comp.flags = 1
[14-01-2025_19:07:58] = Msg: route_script = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: route_default_gateway = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: route_default_metric = 0
[14-01-2025_19:07:58] = Msg: route_noexec = DISABLED
[14-01-2025_19:07:58] = Msg: route_delay = 0
[14-01-2025_19:07:58] = Msg: route_delay_window = 30
[14-01-2025_19:07:58] = Msg: route_delay_defined = DISABLED
[14-01-2025_19:07:58] = Msg: route_nopull = DISABLED
[14-01-2025_19:07:58] = Msg: route_gateway_via_dhcp = DISABLED
[14-01-2025_19:07:58] = Msg: allow_pull_fqdn = DISABLED
[14-01-2025_19:07:58] = Msg: management_addr = '/data/user/0/dd.korgeni/cache/mgmtsocket'
[14-01-2025_19:07:58] = Msg: management_port = 'unix'
[14-01-2025_19:07:58] = Msg: management_user_pass = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: management_log_history_cache = 250
[14-01-2025_19:07:58] = Msg: management_echo_buffer_size = 100
[14-01-2025_19:07:58] = Msg: management_client_user = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: management_client_group = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: management_flags = 16678
[14-01-2025_19:07:58] = Msg: shared_secret_file = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: key_direction = not set
[14-01-2025_19:07:58] = Msg: ciphername = 'AES-256-CBC'
[14-01-2025_19:07:58] = Msg: ncp_ciphers = 'AES-256-GCM:AES-256-CBC:AES-192-GCM:AES-192-CBC:AES-128-GCM:AES-128-CBC'
[14-01-2025_19:07:58] = Msg: authname = 'SHA512'
[14-01-2025_19:07:58] = Msg: engine = DISABLED
[14-01-2025_19:07:58] = Msg: replay = ENABLED
[14-01-2025_19:07:58] = Msg: mute_replay_warnings = DISABLED
[14-01-2025_19:07:58] = Msg: replay_window = 64
[14-01-2025_19:07:58] = Msg: replay_time = 15
[14-01-2025_19:07:58] = Msg: packet_id_file = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: test_crypto = DISABLED
[14-01-2025_19:07:58] = Msg: tls_server = DISABLED
[14-01-2025_19:07:58] = Msg: tls_client = ENABLED
[14-01-2025_19:07:58] = Msg: ca_file = '[INLINE]'
[14-01-2025_19:07:58] = Msg: ca_path = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: dh_file = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: cert_file = '[INLINE]'
[14-01-2025_19:07:58] = Msg: extra_certs_file = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: priv_key_file = '[INLINE]'
[14-01-2025_19:07:58] = Msg: pkcs12_file = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: cipher_list = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: cipher_list_tls13 = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: tls_cert_profile = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: tls_verify = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: tls_export_cert = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: verify_x509_type = 0
[14-01-2025_19:07:58] = Msg: verify_x509_name = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: crl_file = '[UNDEF]'
[14-01-2025_19:07:58] = Msg: ns_cert_type = 0
[14-01-2025_19:07:58] = Msg: remote_cert_ku[i] = 65535
[14-01-2025_19:07:58] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:58] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:58] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:58] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:58] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:59] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:59] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:59] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:59] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:59] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:59] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:59] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:59] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:59] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:59] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:07:59] = Msg: remote_cert_eku = 'TLS Web Server Authentication'
[14-01-2025_19:07:59] = Msg: ssl_flags = 192
[14-01-2025_19:07:59] = Msg: tls_timeout = 2
[14-01-2025_19:07:59] = Msg: renegotiate_bytes = -1
[14-01-2025_19:07:59] = Msg: renegotiate_packets = 0
[14-01-2025_19:07:59] = Msg: renegotiate_seconds = 3600
[14-01-2025_19:07:59] = Msg: handshake_window = 60
[14-01-2025_19:07:59] = Msg: transition_window = 3600
[14-01-2025_19:07:59] = Msg: single_session = DISABLED
[14-01-2025_19:07:59] = Msg: push_peer_info = ENABLED
[14-01-2025_19:07:59] = Msg: tls_exit = DISABLED
[14-01-2025_19:07:59] = Msg: tls_crypt_v2_metadata = '[UNDEF]'
[14-01-2025_19:07:59] = Msg: server_network = 0.0.0.0
[14-01-2025_19:07:59] = Msg: server_netmask = 0.0.0.0
[14-01-2025_19:07:59] = Msg: server_network_ipv6 = ::
[14-01-2025_19:07:59] = Msg: server_netbits_ipv6 = 0
[14-01-2025_19:07:59] = Msg: server_bridge_ip = 0.0.0.0
[14-01-2025_19:07:59] = Msg: server_bridge_netmask = 0.0.0.0
[14-01-2025_19:07:59] = Msg: server_bridge_pool_start = 0.0.0.0
[14-01-2025_19:07:59] = Msg: server_bridge_pool_end = 0.0.0.0
[14-01-2025_19:07:59] = Msg: ifconfig_pool_defined = DISABLED
[14-01-2025_19:07:59] = Msg: ifconfig_pool_start = 0.0.0.0
[14-01-2025_19:07:59] = Msg: ifconfig_pool_end = 0.0.0.0
[14-01-2025_19:07:59] = Msg: ifconfig_pool_netmask = 0.0.0.0
[14-01-2025_19:07:59] = Msg: ifconfig_pool_persist_filename = '[UNDEF]'
[14-01-2025_19:07:59] = Msg: ifconfig_pool_persist_refresh_freq = 600
[14-01-2025_19:07:59] = Msg: ifconfig_ipv6_pool_defined = DISABLED
[14-01-2025_19:07:59] = Msg: ifconfig_ipv6_pool_base = ::
[14-01-2025_19:07:59] = Msg: ifconfig_ipv6_pool_netbits = 0
[14-01-2025_19:07:59] = Msg: n_bcast_buf = 256
[14-01-2025_19:07:59] = Msg: tcp_queue_limit = 64
[14-01-2025_19:07:59] = Msg: real_hash_size = 256
[14-01-2025_19:07:59] = Msg: virtual_hash_size = 256
[14-01-2025_19:07:59] = Msg: client_connect_script = '[UNDEF]'
[14-01-2025_19:07:59] = Msg: learn_address_script = '[UNDEF]'
[14-01-2025_19:07:59] = Msg: client_disconnect_script = '[UNDEF]'
[14-01-2025_19:07:59] = Msg: client_crresponse_script = '[UNDEF]'
[14-01-2025_19:07:59] = Msg: client_config_dir = '[UNDEF]'
[14-01-2025_19:07:59] = Msg: ccd_exclusive = DISABLED
[14-01-2025_19:07:59] = Msg: tmp_dir = '/data/data/dd.korgeni/cache'
[14-01-2025_19:07:59] = Msg: push_ifconfig_defined = DISABLED
[14-01-2025_19:07:59] = Msg: push_ifconfig_local = 0.0.0.0
[14-01-2025_19:07:59] = Msg: push_ifconfig_remote_netmask = 0.0.0.0
[14-01-2025_19:07:59] = Msg: push_ifconfig_ipv6_defined = DISABLED
[14-01-2025_19:07:59] = Msg: push_ifconfig_ipv6_local = ::/0
[14-01-2025_19:07:59] = Msg: push_ifconfig_ipv6_remote = ::
[14-01-2025_19:07:59] = Msg: enable_c2c = DISABLED
[14-01-2025_19:07:59] = Msg: duplicate_cn = DISABLED
[14-01-2025_19:07:59] = Msg: cf_max = 0
[14-01-2025_19:07:59] = Msg: cf_per = 0
[14-01-2025_19:07:59] = Msg: cf_initial_max = 100
[14-01-2025_19:07:59] = Msg: cf_initial_per = 10
[14-01-2025_19:07:59] = Msg: max_clients = 1024
[14-01-2025_19:07:59] = Msg: max_routes_per_client = 256
[14-01-2025_19:07:59] = Msg: auth_user_pass_verify_script = '[UNDEF]'
[14-01-2025_19:07:59] = Msg: auth_user_pass_verify_script_via_file = DISABLED
[14-01-2025_19:07:59] = Msg: auth_token_generate = DISABLED
[14-01-2025_19:07:59] = Msg: auth_token_lifetime = 0
[14-01-2025_19:07:59] = Msg: auth_token_secret_file = '[UNDEF]'
[14-01-2025_19:07:59] = Msg: port_share_host = '[UNDEF]'
[14-01-2025_19:07:59] = Msg: port_share_port = '[UNDEF]'
[14-01-2025_19:07:59] = Msg: vlan_tagging = DISABLED
[14-01-2025_19:07:59] = Msg: vlan_accept = all
[14-01-2025_19:07:59] = Msg: vlan_pvid = 1
[14-01-2025_19:07:59] = Msg: client = ENABLED
[14-01-2025_19:07:59] = Msg: pull = ENABLED
[14-01-2025_19:07:59] = Msg: auth_user_pass_file = '[UNDEF]'
[14-01-2025_19:07:59] = Msg: OpenVPN 2.7-icsopenvpn [git:3773889a] arm64-v8a [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan 13 2025
[14-01-2025_19:07:59] = Msg: library versions: OpenSSL 3.1.2 1 Aug 2023, LZO 2.10
[14-01-2025_19:07:59] = Msg: MANAGEMENT: Connected to management server at /data/user/0/dd.korgeni/cache/mgmtsocket
[14-01-2025_19:07:59] = Msg: MANAGEMENT: CMD 'version 3'
[14-01-2025_19:07:59] = Msg: MANAGEMENT: CMD 'hold release'
[14-01-2025_19:07:59] = Msg: MANAGEMENT: CMD 'bytecount 2'
[14-01-2025_19:07:59] = Msg: MANAGEMENT: CMD 'state on'
[14-01-2025_19:07:59] = Msg: MANAGEMENT: CMD 'proxy NONE'
[14-01-2025_19:07:59] = Msg: Outgoing Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
[14-01-2025_19:07:59] = Msg: Outgoing Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
[14-01-2025_19:07:59] =
[14-01-2025_19:07:59] = Level status: LEVEL_CONNECTING_NO_SERVER_REPLY_YET
[14-01-2025_19:07:59] = Msg: Incoming Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
[14-01-2025_19:07:59] = Msg: Incoming Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
[14-01-2025_19:07:59] = Msg: LZO compression initializing
[14-01-2025_19:07:59] = Msg: 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 ]
[14-01-2025_19:07:59] = Msg: 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 ]
[14-01-2025_19:07:59] = Msg: TCP/UDP: Preserving recently used remote address: [AF_INET]128.127.104.82:443
[14-01-2025_19:07:59] = Msg: Socket Buffers: R=[1048576->524288] S=[1048576->524288]
[14-01-2025_19:07:59] = Msg: Attempting to establish TCP connection with [AF_INET]128.127.104.82:443
[14-01-2025_19:07:59] = Msg: MANAGEMENT: >STATE:1736863679,TCP_CONNECT,,,,,,
[14-01-2025_19:07:59] = Msg: MANAGEMENT: CMD 'needok 'PROTECTFD' ok'
[14-01-2025_19:07:59] = Msg: TCP connection established with [AF_INET]128.127.104.82:443
[14-01-2025_19:07:59] = Msg: MANAGEMENT: CMD 'needok 'PROTECTFD' ok'
[14-01-2025_19:07:59] =
[14-01-2025_19:07:59] = Level status: LEVEL_CONNECTING_NO_SERVER_REPLY_YET
[14-01-2025_19:07:59] = Msg: TCPv4_CLIENT link local: (not bound)
[14-01-2025_19:07:59] = Msg: TCPv4_CLIENT link remote: [AF_INET]128.127.104.82:443
[14-01-2025_19:07:59] = Msg: MANAGEMENT: >STATE:1736863679,WAIT,,,,,,
[14-01-2025_19:08:00] = Msg: MANAGEMENT: >STATE:1736863680,AUTH,,,,,,
[14-01-2025_19:08:00] =
[14-01-2025_19:08:00] = Level status: LEVEL_CONNECTING_SERVER_REPLIED
[14-01-2025_19:08:00] = Msg: TLS: Initial packet from [AF_INET]128.127.104.82:443, sid=75862354 38e55207
[14-01-2025_19:08:00] = Msg: VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=[email protected]
[14-01-2025_19:08:00] = Msg: VERIFY KU OK
[14-01-2025_19:08:00] = Msg: Validating certificate extended key usage
[14-01-2025_19:08:00] = Msg: ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
[14-01-2025_19:08:00] = Msg: VERIFY EKU OK
[14-01-2025_19:08:00] = Msg: VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=Ain, emailAddress=[email protected]
[14-01-2025_19:08:01] = Msg: Control Channel: TLSv1.3, cipher TLSv1.3 TLS_CHACHA20_POLY1305_SHA256, peer certificate: 4096 bit RSA, signature: RSA-SHA512
[14-01-2025_19:08:01] = Msg: [Ain] Peer Connection Initiated with [AF_INET]128.127.104.82:443
[14-01-2025_19:08:01] = Msg: TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1
[14-01-2025_19:08:01] = Msg: TLS: tls_multi_process: initial untrusted session promoted to trusted
[14-01-2025_19:08:01] = Msg: PUSH: Received control message: 'PUSH_REPLY,comp-lzo no,redirect-gateway ipv6 def1 bypass-dhcp,dhcp-option DNS 10.64.3.1,dhcp-option DNS6 fde6:7a:7d20:3c03::1,tun-ipv6,route-gateway 10.64.3.1,topology subnet,ping 10,ping-restart 60,ifconfig-ipv6 fde6:7a:7d20:3c03::10a0/64 fde6:7a:7d20:3c03::1,ifconfig 10.64.3.162 255.255.255.0,peer-id 0,cipher AES-256-GCM'
[14-01-2025_19:08:01] =
[14-01-2025_19:08:01] = Msg: OPTIONS IMPORT: --ifconfig/up options modified
[14-01-2025_19:08:01] = Msg: OPTIONS IMPORT: route options modified
[14-01-2025_19:08:01] = Msg: OPTIONS IMPORT: route-related options modified
[14-01-2025_19:08:01] = Msg: OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
[14-01-2025_19:08:01] = Msg: ROUTE_GATEWAY 127.100.103.119 IFACE=android-gw
[14-01-2025_19:08:01] = Msg: GDG6: remote_host_ipv6=n/a
[14-01-2025_19:08:01] = Msg: ROUTE6_GATEWAY :: IFACE=android-gw
[14-01-2025_19:08:01] = Msg: do_ifconfig, ipv4=1, ipv6=1
[14-01-2025_19:08:01] = Msg: MANAGEMENT: >STATE:1736863681,ASSIGN_IP,,10.64.3.162,,,,,fde6:7a:7d20:3c03::10a0
[14-01-2025_19:08:01] = Msg: MANAGEMENT: CMD 'needok 'IFCONFIG' ok'
[14-01-2025_19:08:01] = Msg: MANAGEMENT: CMD 'needok 'IFCONFIG6' ok'
[14-01-2025_19:08:01] = Msg: MANAGEMENT: CMD 'needok 'ROUTE' ok'
[14-01-2025_19:08:02] = Msg: add_route_ipv6(::/3 -> fde6:7a:7d20:3c03::1 metric -1) dev (null)
[14-01-2025_19:08:02] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:08:02] = Msg: add_route_ipv6(2000::/4 -> fde6:7a:7d20:3c03::1 metric -1) dev (null)
[14-01-2025_19:08:02] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:08:02] = Msg: add_route_ipv6(3000::/4 -> fde6:7a:7d20:3c03::1 metric -1) dev (null)
[14-01-2025_19:08:02] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:08:02] = Msg: add_route_ipv6(fc00::/7 -> fde6:7a:7d20:3c03::1 metric -1) dev (null)
[14-01-2025_19:08:02] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:08:02] = Msg: MANAGEMENT: CMD 'needok 'DNS6SERVER' ok'
[14-01-2025_19:08:02] = Msg: MANAGEMENT: CMD 'needok 'DNSSERVER' ok'
[14-01-2025_19:08:02] = Msg: MANAGEMENT: CMD 'needok 'PERSIST_TUN_ACTION' OPEN_BEFORE_CLOSE'
[14-01-2025_19:08:02] = Msg: MANAGEMENT: CMD 'needok 'OPENTUN' ok'
[14-01-2025_19:08:02] = Msg: Data Channel MTU parms [ mss_fix:1385 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ]
[14-01-2025_19:08:02] = SUCCESS
[14-01-2025_19:08:02] = Msg: Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
[14-01-2025_19:08:02] = Msg: Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
[14-01-2025_19:08:02] = Msg: Initialization Sequence Completed
[14-01-2025_19:08:02] = Msg: MANAGEMENT: >STATE:1736863682,CONNECTED,SUCCESS,10.64.3.162,128.127.104.82,443,192.168.137.196,60358,fde6:7a:7d20:3c03::10a0
[14-01-2025_19:08:02] = Msg: Data Channel: cipher 'AES-256-GCM', peer-id: 0, compression: 'stub'
[14-01-2025_19:08:02] = Msg: Timers: ping 10, ping-restart 60
[14-01-2025_19:32:32] = UUID From Config Parser Actual Shared Pref: 90c29529-4dc0-4929-873a-3b582d478c48
[14-01-2025_19:32:32] = UUID: 90c29529-4dc0-4929-873a-3b582d478c48
[14-01-2025_19:32:32] = Open VPN Service Started Running
[14-01-2025_19:32:32] =
[14-01-2025_19:32:32] = Attempting to start openVPN
[14-01-2025_19:32:32] = Goes to start open vpn method
[14-01-2025_19:32:32] = Last connected profile UUID: 90c29529-4dc0-4929-873a-3b582d478c48
[14-01-2025_19:32:32] = stop old vpn process
[14-01-2025_19:32:32] = force stop open vpn process
[14-01-2025_19:32:32] = ovpn management thread found
[14-01-2025_19:32:32] = write config file output openvpn thread
[14-01-2025_19:32:32] = Msg: WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.
[14-01-2025_19:32:32] = Msg: Current Parameter Settings:
[14-01-2025_19:32:32] = Msg: config = 'stdin'
[14-01-2025_19:32:32] =
[14-01-2025_19:32:32] = Level status: LEVEL_NONETWORK
[14-01-2025_19:32:33] = Msg: mode = 0
[14-01-2025_19:32:33] = Msg: show_ciphers = DISABLED
[14-01-2025_19:32:33] = Msg: show_digests = DISABLED
[14-01-2025_19:32:33] = Msg: show_engines = DISABLED
[14-01-2025_19:32:33] = Msg: genkey = DISABLED
[14-01-2025_19:32:33] = Msg: genkey_filename = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: key_pass_file = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: show_tls_ciphers = DISABLED
[14-01-2025_19:32:33] = Msg: connect_retry_max = 0
[14-01-2025_19:32:33] = Msg: Connection profiles [0]:
[14-01-2025_19:32:33] = Msg: proto = tcp-client
[14-01-2025_19:32:33] = Msg: local = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: local_port = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: remote = 'se3.vpn.airdns.org'
[14-01-2025_19:32:33] = Msg: remote_port = '443'
[14-01-2025_19:32:33] = Msg: remote_float = DISABLED
[14-01-2025_19:32:33] = Msg: bind_defined = DISABLED
[14-01-2025_19:32:33] = Msg: bind_local = DISABLED
[14-01-2025_19:32:33] = Msg: bind_ipv6_only = DISABLED
[14-01-2025_19:32:33] = Msg: connect_retry_seconds = 2
[14-01-2025_19:32:33] = Msg: connect_timeout = 120
[14-01-2025_19:32:33] = Msg: socks_proxy_server = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: socks_proxy_port = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: tun_mtu = 1500
[14-01-2025_19:32:33] = Msg: tun_mtu_defined = ENABLED
[14-01-2025_19:32:33] = Msg: link_mtu = 1500
[14-01-2025_19:32:33] = Msg: link_mtu_defined = DISABLED
[14-01-2025_19:32:33] = Msg: tun_mtu_extra = 0
[14-01-2025_19:32:33] = Msg: tun_mtu_extra_defined = DISABLED
[14-01-2025_19:32:33] = Msg: tls_mtu = 1250
[14-01-2025_19:32:33] = Msg: mtu_discover_type = -1
[14-01-2025_19:32:33] = Msg: fragment = 0
[14-01-2025_19:32:33] = Msg: mssfix = 1492
[14-01-2025_19:32:33] = Msg: mssfix_encap = ENABLED
[14-01-2025_19:32:33] = Msg: mssfix_fixed = DISABLED
[14-01-2025_19:32:33] = Msg: explicit_exit_notification = 0
[14-01-2025_19:32:33] = Msg: tls_auth_file = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: key_direction = not set
[14-01-2025_19:32:33] = Msg: tls_crypt_file = '[INLINE]'
[14-01-2025_19:32:33] = Msg: tls_crypt_v2_file = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: Connection profiles END
[14-01-2025_19:32:33] = Msg: remote_random = DISABLED
[14-01-2025_19:32:33] = Msg: ipchange = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: dev = 'tun'
[14-01-2025_19:32:33] = Msg: dev_type = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: dev_node = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: lladdr = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: topology = 1
[14-01-2025_19:32:33] = Msg: ifconfig_local = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: ifconfig_remote_netmask = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: ifconfig_noexec = DISABLED
[14-01-2025_19:32:33] = Msg: ifconfig_nowarn = ENABLED
[14-01-2025_19:32:33] = Msg: ifconfig_ipv6_local = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: ifconfig_ipv6_netbits = 0
[14-01-2025_19:32:33] = Msg: ifconfig_ipv6_remote = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: shaper = 0
[14-01-2025_19:32:33] = Msg: mtu_test = 0
[14-01-2025_19:32:33] = Msg: mlock = DISABLED
[14-01-2025_19:32:33] = Msg: keepalive_ping = 10
[14-01-2025_19:32:33] = Msg: keepalive_timeout = 120
[14-01-2025_19:32:33] = Msg: inactivity_timeout = 0
[14-01-2025_19:32:33] = Msg: session_timeout = 0
[14-01-2025_19:32:33] = Msg: inactivity_minimum_bytes = 0
[14-01-2025_19:32:33] = Msg: ping_send_timeout = 10
[14-01-2025_19:32:33] = Msg: ping_rec_timeout = 120
[14-01-2025_19:32:33] = Msg: ping_rec_timeout_action = 2
[14-01-2025_19:32:33] = Msg: ping_timer_remote = DISABLED
[14-01-2025_19:32:33] = Msg: remap_sigusr1 = 0
[14-01-2025_19:32:33] = Msg: persist_tun = ENABLED
[14-01-2025_19:32:33] = Msg: persist_local_ip = DISABLED
[14-01-2025_19:32:33] = Msg: persist_remote_ip = DISABLED
[14-01-2025_19:32:33] = Msg: persist_key = DISABLED
[14-01-2025_19:32:33] = Msg: passtos = DISABLED
[14-01-2025_19:32:33] = Msg: resolve_retry_seconds = 1000000000
[14-01-2025_19:32:33] = Msg: resolve_in_advance = ENABLED
[14-01-2025_19:32:33] = Msg: username = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: groupname = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: chroot_dir = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: cd_dir = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: writepid = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: up_script = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: down_script = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: down_pre = DISABLED
[14-01-2025_19:32:33] = Msg: up_restart = DISABLED
[14-01-2025_19:32:33] = Msg: up_delay = DISABLED
[14-01-2025_19:32:33] = Msg: daemon = DISABLED
[14-01-2025_19:32:33] = Msg: log = DISABLED
[14-01-2025_19:32:33] = Msg: suppress_timestamps = DISABLED
[14-01-2025_19:32:33] = Msg: machine_readable_output = ENABLED
[14-01-2025_19:32:33] = Msg: nice = 0
[14-01-2025_19:32:33] = Msg: verbosity = 4
[14-01-2025_19:32:33] = Msg: mute = 0
[14-01-2025_19:32:33] = Msg: gremlin = 0
[14-01-2025_19:32:33] = Msg: status_file = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: status_file_version = 1
[14-01-2025_19:32:33] = Msg: status_file_update_freq = 60
[14-01-2025_19:32:33] = Msg: occ = ENABLED
[14-01-2025_19:32:33] = Msg: rcvbuf = 262144
[14-01-2025_19:32:33] = Msg: sndbuf = 262144
[14-01-2025_19:32:33] = Msg: sockflags = 0
[14-01-2025_19:32:33] = Msg: fast_io = DISABLED
[14-01-2025_19:32:33] = Msg: comp.alg = 2
[14-01-2025_19:32:33] = Msg: comp.flags = 1
[14-01-2025_19:32:33] = Msg: route_script = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: route_default_gateway = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: route_default_metric = 0
[14-01-2025_19:32:33] = Msg: route_noexec = DISABLED
[14-01-2025_19:32:33] = Msg: route_delay = 0
[14-01-2025_19:32:33] = Msg: route_delay_window = 30
[14-01-2025_19:32:33] = Msg: route_delay_defined = DISABLED
[14-01-2025_19:32:33] = Msg: route_nopull = DISABLED
[14-01-2025_19:32:33] = Msg: route_gateway_via_dhcp = DISABLED
[14-01-2025_19:32:33] = Msg: allow_pull_fqdn = DISABLED
[14-01-2025_19:32:33] = Msg: management_addr = '/data/user/0/dd.korgeni/cache/mgmtsocket'
[14-01-2025_19:32:33] = Msg: management_port = 'unix'
[14-01-2025_19:32:33] = Msg: management_user_pass = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: management_log_history_cache = 250
[14-01-2025_19:32:33] = Msg: management_echo_buffer_size = 100
[14-01-2025_19:32:33] = Msg: management_client_user = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: management_client_group = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: management_flags = 16678
[14-01-2025_19:32:33] = Msg: shared_secret_file = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: key_direction = not set
[14-01-2025_19:32:33] = Msg: ciphername = 'AES-256-CBC'
[14-01-2025_19:32:33] = Msg: ncp_ciphers = 'AES-256-GCM:AES-256-CBC:AES-192-GCM:AES-192-CBC:AES-128-GCM:AES-128-CBC'
[14-01-2025_19:32:33] = Msg: authname = 'SHA512'
[14-01-2025_19:32:33] = Msg: engine = DISABLED
[14-01-2025_19:32:33] = Msg: replay = ENABLED
[14-01-2025_19:32:33] = Msg: mute_replay_warnings = DISABLED
[14-01-2025_19:32:33] = Msg: replay_window = 64
[14-01-2025_19:32:33] = Msg: replay_time = 15
[14-01-2025_19:32:33] = Msg: packet_id_file = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: test_crypto = DISABLED
[14-01-2025_19:32:33] = Msg: tls_server = DISABLED
[14-01-2025_19:32:33] = Msg: tls_client = ENABLED
[14-01-2025_19:32:33] = Msg: ca_file = '[INLINE]'
[14-01-2025_19:32:33] = Msg: ca_path = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: dh_file = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: cert_file = '[INLINE]'
[14-01-2025_19:32:33] = Msg: extra_certs_file = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: priv_key_file = '[INLINE]'
[14-01-2025_19:32:33] = Msg: pkcs12_file = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: cipher_list = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: cipher_list_tls13 = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: tls_cert_profile = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: tls_verify = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: tls_export_cert = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: verify_x509_type = 0
[14-01-2025_19:32:33] = Msg: verify_x509_name = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: crl_file = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: ns_cert_type = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 65535
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:32:33] = Msg: remote_cert_eku = 'TLS Web Server Authentication'
[14-01-2025_19:32:33] = Msg: ssl_flags = 192
[14-01-2025_19:32:33] = Msg: tls_timeout = 2
[14-01-2025_19:32:33] = Msg: renegotiate_bytes = -1
[14-01-2025_19:32:33] = Msg: renegotiate_packets = 0
[14-01-2025_19:32:33] = Msg: renegotiate_seconds = 3600
[14-01-2025_19:32:33] = Msg: handshake_window = 60
[14-01-2025_19:32:33] = Msg: transition_window = 3600
[14-01-2025_19:32:33] = Msg: single_session = DISABLED
[14-01-2025_19:32:33] = Msg: push_peer_info = ENABLED
[14-01-2025_19:32:33] = Msg: tls_exit = DISABLED
[14-01-2025_19:32:33] = Msg: tls_crypt_v2_metadata = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: server_network = 0.0.0.0
[14-01-2025_19:32:33] = Msg: server_netmask = 0.0.0.0
[14-01-2025_19:32:33] = Msg: server_network_ipv6 = ::
[14-01-2025_19:32:33] = Msg: server_netbits_ipv6 = 0
[14-01-2025_19:32:33] = Msg: server_bridge_ip = 0.0.0.0
[14-01-2025_19:32:33] = Msg: server_bridge_netmask = 0.0.0.0
[14-01-2025_19:32:33] = Msg: server_bridge_pool_start = 0.0.0.0
[14-01-2025_19:32:33] = Msg: server_bridge_pool_end = 0.0.0.0
[14-01-2025_19:32:33] = Msg: ifconfig_pool_defined = DISABLED
[14-01-2025_19:32:33] = Msg: ifconfig_pool_start = 0.0.0.0
[14-01-2025_19:32:33] = Msg: ifconfig_pool_end = 0.0.0.0
[14-01-2025_19:32:33] = Msg: ifconfig_pool_netmask = 0.0.0.0
[14-01-2025_19:32:33] = Msg: ifconfig_pool_persist_filename = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: ifconfig_pool_persist_refresh_freq = 600
[14-01-2025_19:32:33] = Msg: ifconfig_ipv6_pool_defined = DISABLED
[14-01-2025_19:32:33] = Msg: ifconfig_ipv6_pool_base = ::
[14-01-2025_19:32:33] = Msg: ifconfig_ipv6_pool_netbits = 0
[14-01-2025_19:32:33] = Msg: n_bcast_buf = 256
[14-01-2025_19:32:33] = Msg: tcp_queue_limit = 64
[14-01-2025_19:32:33] = Msg: real_hash_size = 256
[14-01-2025_19:32:33] = Msg: virtual_hash_size = 256
[14-01-2025_19:32:33] = Msg: client_connect_script = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: learn_address_script = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: client_disconnect_script = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: client_crresponse_script = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: client_config_dir = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: ccd_exclusive = DISABLED
[14-01-2025_19:32:33] = Msg: tmp_dir = '/data/data/dd.korgeni/cache'
[14-01-2025_19:32:33] = Msg: push_ifconfig_defined = DISABLED
[14-01-2025_19:32:33] = Msg: push_ifconfig_local = 0.0.0.0
[14-01-2025_19:32:33] = Msg: push_ifconfig_remote_netmask = 0.0.0.0
[14-01-2025_19:32:33] = Msg: push_ifconfig_ipv6_defined = DISABLED
[14-01-2025_19:32:33] = Msg: push_ifconfig_ipv6_local = ::/0
[14-01-2025_19:32:33] = Msg: push_ifconfig_ipv6_remote = ::
[14-01-2025_19:32:33] = Msg: enable_c2c = DISABLED
[14-01-2025_19:32:33] = Msg: duplicate_cn = DISABLED
[14-01-2025_19:32:33] = Msg: cf_max = 0
[14-01-2025_19:32:33] = Msg: cf_per = 0
[14-01-2025_19:32:33] = Msg: cf_initial_max = 100
[14-01-2025_19:32:33] = Msg: cf_initial_per = 10
[14-01-2025_19:32:33] = Msg: max_clients = 1024
[14-01-2025_19:32:33] = Msg: max_routes_per_client = 256
[14-01-2025_19:32:33] = Msg: auth_user_pass_verify_script = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: auth_user_pass_verify_script_via_file = DISABLED
[14-01-2025_19:32:33] = Msg: auth_token_generate = DISABLED
[14-01-2025_19:32:33] = Msg: auth_token_lifetime = 0
[14-01-2025_19:32:33] = Msg: auth_token_secret_file = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: port_share_host = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: port_share_port = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: vlan_tagging = DISABLED
[14-01-2025_19:32:33] = Msg: vlan_accept = all
[14-01-2025_19:32:33] = Msg: vlan_pvid = 1
[14-01-2025_19:32:33] = Msg: client = ENABLED
[14-01-2025_19:32:33] = Msg: pull = ENABLED
[14-01-2025_19:32:33] = Msg: auth_user_pass_file = '[UNDEF]'
[14-01-2025_19:32:33] = Msg: OpenVPN 2.7-icsopenvpn [git:3773889a] arm64-v8a [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan 13 2025
[14-01-2025_19:32:33] = Msg: library versions: OpenSSL 3.1.2 1 Aug 2023, LZO 2.10
[14-01-2025_19:32:33] = Msg: MANAGEMENT: Connected to management server at /data/user/0/dd.korgeni/cache/mgmtsocket
[14-01-2025_19:32:33] = Msg: MANAGEMENT: CMD 'version 3'
[14-01-2025_19:32:33] = Msg: MANAGEMENT: CMD 'hold release'
[14-01-2025_19:32:33] = Msg: MANAGEMENT: CMD 'bytecount 2'
[14-01-2025_19:32:33] = Msg: MANAGEMENT: CMD 'state on'
[14-01-2025_19:32:33] = Msg: MANAGEMENT: CMD 'proxy NONE'
[14-01-2025_19:32:34] = Msg: Outgoing Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
[14-01-2025_19:32:34] = Msg: Outgoing Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
[14-01-2025_19:32:34] = Msg: Incoming Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
[14-01-2025_19:32:34] = Msg: Incoming Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
[14-01-2025_19:32:34] = Msg: LZO compression initializing
[14-01-2025_19:32:34] =
[14-01-2025_19:32:34] = Level status: LEVEL_CONNECTING_NO_SERVER_REPLY_YET
[14-01-2025_19:32:34] = Msg: 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 ]
[14-01-2025_19:32:34] = Msg: 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 ]
[14-01-2025_19:32:34] = Msg: TCP/UDP: Preserving recently used remote address: [AF_INET]128.127.104.82:443
[14-01-2025_19:32:34] = Msg: Socket Buffers: R=[1048576->524288] S=[1048576->524288]
[14-01-2025_19:32:34] = Msg: Attempting to establish TCP connection with [AF_INET]128.127.104.82:443
[14-01-2025_19:32:34] = Msg: MANAGEMENT: >STATE:1736865154,TCP_CONNECT,,,,,,
[14-01-2025_19:32:34] = Msg: MANAGEMENT: CMD 'needok 'PROTECTFD' ok'
[14-01-2025_19:32:36] = Msg: TCP connection established with [AF_INET]128.127.104.82:443
[14-01-2025_19:32:36] = Msg: MANAGEMENT: CMD 'needok 'PROTECTFD' ok'
[14-01-2025_19:32:36] =
[14-01-2025_19:32:36] = Level status: LEVEL_CONNECTING_NO_SERVER_REPLY_YET
[14-01-2025_19:32:36] = Msg: TCPv4_CLIENT link local: (not bound)
[14-01-2025_19:32:36] = Msg: TCPv4_CLIENT link remote: [AF_INET]128.127.104.82:443
[14-01-2025_19:32:36] = Msg: MANAGEMENT: >STATE:1736865156,WAIT,,,,,,
[14-01-2025_19:32:36] =
[14-01-2025_19:32:36] = Msg: MANAGEMENT: >STATE:1736865156,AUTH,,,,,,
[14-01-2025_19:32:36] = Level status: LEVEL_CONNECTING_SERVER_REPLIED
[14-01-2025_19:32:36] = Msg: TLS: Initial packet from [AF_INET]128.127.104.82:443, sid=864df7ed 38a202c3
[14-01-2025_19:32:36] = Msg: VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=[email protected]
[14-01-2025_19:32:36] = Msg: VERIFY KU OK
[14-01-2025_19:32:36] = Msg: Validating certificate extended key usage
[14-01-2025_19:32:36] = Msg: ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
[14-01-2025_19:32:36] = Msg: VERIFY EKU OK
[14-01-2025_19:32:36] = Msg: VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=Ain, emailAddress=[email protected]
[14-01-2025_19:32:39] = Msg: Control Channel: TLSv1.3, cipher TLSv1.3 TLS_CHACHA20_POLY1305_SHA256, peer certificate: 4096 bit RSA, signature: RSA-SHA512
[14-01-2025_19:32:39] = Msg: [Ain] Peer Connection Initiated with [AF_INET]128.127.104.82:443
[14-01-2025_19:32:39] = Msg: TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1
[14-01-2025_19:32:39] = Msg: TLS: tls_multi_process: initial untrusted session promoted to trusted
[14-01-2025_19:32:40] = Msg: MANAGEMENT: >STATE:1736865160,GET_CONFIG,,,,,,
[14-01-2025_19:32:40] = Msg: SENT CONTROL [Ain]: 'PUSH_REQUEST' (status=1)
[14-01-2025_19:32:40] =
[14-01-2025_19:32:41] = Level status: LEVEL_CONNECTING_SERVER_REPLIED
[14-01-2025_19:32:41] =
[14-01-2025_19:32:41] = Msg: PUSH: Received control message: 'PUSH_REPLY,comp-lzo no,redirect-gateway ipv6 def1 bypass-dhcp,dhcp-option DNS 10.64.7.1,dhcp-option DNS6 fde6:7a:7d20:3c07::1,tun-ipv6,route-gateway 10.64.7.1,topology subnet,ping 10,ping-restart 60,ifconfig-ipv6 fde6:7a:7d20:3c07::108f/64 fde6:7a:7d20:3c07::1,ifconfig 10.64.7.145 255.255.255.0,peer-id 0,cipher AES-256-GCM'
[14-01-2025_19:32:41] = Level status: LEVEL_CONNECTING_SERVER_REPLIED
[14-01-2025_19:32:41] = Msg: OPTIONS IMPORT: --ifconfig/up options modified
[14-01-2025_19:32:41] = Msg: OPTIONS IMPORT: route options modified
[14-01-2025_19:32:41] = Msg: OPTIONS IMPORT: route-related options modified
[14-01-2025_19:32:41] = Msg: OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
[14-01-2025_19:32:41] = Msg: ROUTE_GATEWAY 127.100.103.119 IFACE=android-gw
[14-01-2025_19:32:41] = Msg: GDG6: remote_host_ipv6=n/a
[14-01-2025_19:32:41] = Msg: ROUTE6_GATEWAY :: IFACE=android-gw
[14-01-2025_19:32:41] = Msg: do_ifconfig, ipv4=1, ipv6=1
[14-01-2025_19:32:41] = Msg: MANAGEMENT: >STATE:1736865161,ASSIGN_IP,,10.64.7.145,,,,,fde6:7a:7d20:3c07::108f
[14-01-2025_19:32:41] = Msg: MANAGEMENT: CMD 'needok 'IFCONFIG' ok'
[14-01-2025_19:32:41] = Msg: MANAGEMENT: CMD 'needok 'IFCONFIG6' ok'
[14-01-2025_19:32:41] = Msg: MANAGEMENT: CMD 'needok 'ROUTE' ok'
[14-01-2025_19:32:41] = Msg: add_route_ipv6(::/3 -> fde6:7a:7d20:3c07::1 metric -1) dev (null)
[14-01-2025_19:32:41] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:32:41] = Msg: add_route_ipv6(2000::/4 -> fde6:7a:7d20:3c07::1 metric -1) dev (null)
[14-01-2025_19:32:41] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:32:41] = Msg: add_route_ipv6(3000::/4 -> fde6:7a:7d20:3c07::1 metric -1) dev (null)
[14-01-2025_19:32:41] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:32:41] = Msg: add_route_ipv6(fc00::/7 -> fde6:7a:7d20:3c07::1 metric -1) dev (null)
[14-01-2025_19:32:41] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:32:41] = Msg: MANAGEMENT: CMD 'needok 'DNS6SERVER' ok'
[14-01-2025_19:32:41] = Msg: MANAGEMENT: CMD 'needok 'DNSSERVER' ok'
[14-01-2025_19:32:41] = Msg: MANAGEMENT: CMD 'needok 'PERSIST_TUN_ACTION' OPEN_BEFORE_CLOSE'
[14-01-2025_19:32:41] = Msg: MANAGEMENT: CMD 'needok 'OPENTUN' ok'
[14-01-2025_19:32:41] = Msg: Data Channel MTU parms [ mss_fix:1385 max_frag:0 tun_mtu:1500 tun_max_mtu:1600 headroom:136 payload:1768 tailroom:562 ET:0 ]
[14-01-2025_19:32:41] = SUCCESS
[14-01-2025_19:32:41] = Level status: LEVEL_CONNECTED
[14-01-2025_19:32:42] = Msg: Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
[14-01-2025_19:32:42] = Msg: Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
[14-01-2025_19:32:42] = Msg: Initialization Sequence Completed
[14-01-2025_19:32:42] = Msg: MANAGEMENT: >STATE:1736865161,CONNECTED,SUCCESS,10.64.7.145,128.127.104.82,443,192.168.137.196,33844,fde6:7a:7d20:3c07::108f
[14-01-2025_19:32:42] = Msg: Data Channel: cipher 'AES-256-GCM', peer-id: 0, compression: 'stub'
[14-01-2025_19:32:42] = Msg: Timers: ping 10, ping-restart 60
[14-01-2025_19:32:42] = SocketService is running
[14-01-2025_19:32:42] = Vpn is running
[14-01-2025_19:32:42] = true
[14-01-2025_19:32:45] = Message while receiving packet
[14-01-2025_19:32:45] = Not Hit Guard
[14-01-2025_19:32:45] = +RESP:GTFRI,7A0401,865134050620310,,gv500,,10,1,1,0.0,,,16.000495,59.320685,20250114143026,,,,,,00,,,9675.9,,,,,410000,12,0,,20250114143245,9CA9$�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
[14-01-2025_19:32:45] = 2048
[14-01-2025_19:32:50] = Msg: Connection reset, restarting [0]
[14-01-2025_19:32:50] = connection-reset
[14-01-2025_19:32:50] = Msg: TCP/UDP: Closing socket
[14-01-2025_19:32:50] = Msg: SIGUSR1[soft,connection-reset] received, process restarting
[14-01-2025_19:32:50] = Msg: MANAGEMENT: >STATE:1736865170,RECONNECTING,connection-reset,,,,,
[14-01-2025_19:32:50] = 2
[14-01-2025_19:43:07] = Keepalive service called!
[14-01-2025_19:43:08] = Open VPN Service Started Running
[14-01-2025_19:43:08] =
[14-01-2025_19:43:08] = Attempting to start openVPN
[14-01-2025_19:43:08] = Goes to start open vpn method
[14-01-2025_19:43:08] = Last connected profile UUID: 90c29529-4dc0-4929-873a-3b582d478c48
[14-01-2025_19:43:08] = stop old vpn process
[14-01-2025_19:43:08] = force stop open vpn process
[14-01-2025_19:43:08] = ovpn management thread found
[14-01-2025_19:43:08] = write config file output openvpn thread
[14-01-2025_19:43:08] = Msg: WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.
[14-01-2025_19:43:08] = Msg: Current Parameter Settings:
[14-01-2025_19:43:08] =
[14-01-2025_19:43:08] = Msg: config = 'stdin'
[14-01-2025_19:43:08] = Msg: mode = 0
[14-01-2025_19:43:08] = Msg: show_ciphers = DISABLED
[14-01-2025_19:43:08] = Msg: show_digests = DISABLED
[14-01-2025_19:43:08] = Msg: show_engines = DISABLED
[14-01-2025_19:43:08] = Msg: genkey = DISABLED
[14-01-2025_19:43:08] = Msg: genkey_filename = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: key_pass_file = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: show_tls_ciphers = DISABLED
[14-01-2025_19:43:08] = Msg: connect_retry_max = 0
[14-01-2025_19:43:08] = Msg: Connection profiles [0]:
[14-01-2025_19:43:08] = Msg: proto = tcp-client
[14-01-2025_19:43:08] = Msg: local = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: local_port = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: remote = 'se3.vpn.airdns.org'
[14-01-2025_19:43:08] = Msg: remote_port = '443'
[14-01-2025_19:43:08] = Msg: remote_float = DISABLED
[14-01-2025_19:43:08] = Msg: bind_defined = DISABLED
[14-01-2025_19:43:08] = Msg: bind_local = DISABLED
[14-01-2025_19:43:08] = Msg: bind_ipv6_only = DISABLED
[14-01-2025_19:43:08] = Msg: connect_retry_seconds = 2
[14-01-2025_19:43:08] = Msg: connect_timeout = 120
[14-01-2025_19:43:08] = Msg: socks_proxy_server = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: socks_proxy_port = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: tun_mtu = 1500
[14-01-2025_19:43:08] = Msg: tun_mtu_defined = ENABLED
[14-01-2025_19:43:08] = Msg: link_mtu = 1500
[14-01-2025_19:43:08] = Msg: link_mtu_defined = DISABLED
[14-01-2025_19:43:08] = Msg: tun_mtu_extra = 0
[14-01-2025_19:43:08] = Msg: tun_mtu_extra_defined = DISABLED
[14-01-2025_19:43:08] = Msg: tls_mtu = 1250
[14-01-2025_19:43:08] = Msg: mtu_discover_type = -1
[14-01-2025_19:43:08] = Msg: fragment = 0
[14-01-2025_19:43:08] = Msg: mssfix = 1492
[14-01-2025_19:43:08] = Msg: mssfix_encap = ENABLED
[14-01-2025_19:43:08] = Msg: mssfix_fixed = DISABLED
[14-01-2025_19:43:08] = Msg: explicit_exit_notification = 0
[14-01-2025_19:43:08] = Msg: tls_auth_file = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: key_direction = not set
[14-01-2025_19:43:08] = Msg: tls_crypt_file = '[INLINE]'
[14-01-2025_19:43:08] = Msg: tls_crypt_v2_file = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: Connection profiles END
[14-01-2025_19:43:08] = Msg: remote_random = DISABLED
[14-01-2025_19:43:08] = Msg: ipchange = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: dev = 'tun'
[14-01-2025_19:43:08] = Msg: dev_type = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: dev_node = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: lladdr = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: topology = 1
[14-01-2025_19:43:08] = Msg: ifconfig_local = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: ifconfig_remote_netmask = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: ifconfig_noexec = DISABLED
[14-01-2025_19:43:08] = Msg: ifconfig_nowarn = ENABLED
[14-01-2025_19:43:08] = Msg: ifconfig_ipv6_local = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: ifconfig_ipv6_netbits = 0
[14-01-2025_19:43:08] = Msg: ifconfig_ipv6_remote = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: shaper = 0
[14-01-2025_19:43:08] = Msg: mtu_test = 0
[14-01-2025_19:43:08] = Msg: mlock = DISABLED
[14-01-2025_19:43:08] = Msg: keepalive_ping = 10
[14-01-2025_19:43:08] = Msg: keepalive_timeout = 120
[14-01-2025_19:43:08] = Msg: inactivity_timeout = 0
[14-01-2025_19:43:08] = Msg: session_timeout = 0
[14-01-2025_19:43:08] = Msg: inactivity_minimum_bytes = 0
[14-01-2025_19:43:08] = Msg: ping_send_timeout = 10
[14-01-2025_19:43:08] = Msg: ping_rec_timeout = 120
[14-01-2025_19:43:08] = Msg: ping_rec_timeout_action = 2
[14-01-2025_19:43:08] = Msg: ping_timer_remote = DISABLED
[14-01-2025_19:43:08] = Msg: remap_sigusr1 = 0
[14-01-2025_19:43:08] = Msg: persist_tun = ENABLED
[14-01-2025_19:43:08] = Msg: persist_local_ip = DISABLED
[14-01-2025_19:43:08] = Msg: persist_remote_ip = DISABLED
[14-01-2025_19:43:08] = Msg: persist_key = DISABLED
[14-01-2025_19:43:08] = Msg: passtos = DISABLED
[14-01-2025_19:43:08] = Msg: resolve_retry_seconds = 1000000000
[14-01-2025_19:43:08] = Msg: resolve_in_advance = ENABLED
[14-01-2025_19:43:08] = Msg: username = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: groupname = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: chroot_dir = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: cd_dir = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: writepid = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: up_script = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: down_script = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: down_pre = DISABLED
[14-01-2025_19:43:08] = Msg: up_restart = DISABLED
[14-01-2025_19:43:08] = Msg: up_delay = DISABLED
[14-01-2025_19:43:08] = Msg: daemon = DISABLED
[14-01-2025_19:43:08] = Msg: log = DISABLED
[14-01-2025_19:43:08] = Msg: suppress_timestamps = DISABLED
[14-01-2025_19:43:08] = Msg: machine_readable_output = ENABLED
[14-01-2025_19:43:08] = Msg: nice = 0
[14-01-2025_19:43:08] = Msg: verbosity = 4
[14-01-2025_19:43:08] = Msg: mute = 0
[14-01-2025_19:43:08] = Msg: gremlin = 0
[14-01-2025_19:43:08] = Msg: status_file = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: status_file_version = 1
[14-01-2025_19:43:08] = Msg: status_file_update_freq = 60
[14-01-2025_19:43:08] = Msg: occ = ENABLED
[14-01-2025_19:43:08] = Msg: rcvbuf = 262144
[14-01-2025_19:43:08] =
[14-01-2025_19:43:08] = Msg: sndbuf = 262144
[14-01-2025_19:43:08] = Msg: sockflags = 0
[14-01-2025_19:43:08] = Msg: fast_io = DISABLED
[14-01-2025_19:43:08] = Msg: comp.alg = 2
[14-01-2025_19:43:08] = Msg: comp.flags = 1
[14-01-2025_19:43:08] = Msg: route_script = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: route_default_gateway = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: route_default_metric = 0
[14-01-2025_19:43:08] = Msg: route_noexec = DISABLED
[14-01-2025_19:43:08] = Msg: route_delay = 0
[14-01-2025_19:43:08] = Msg: route_delay_window = 30
[14-01-2025_19:43:08] = Msg: route_delay_defined = DISABLED
[14-01-2025_19:43:08] = Msg: route_nopull = DISABLED
[14-01-2025_19:43:08] = Msg: route_gateway_via_dhcp = DISABLED
[14-01-2025_19:43:08] = Msg: allow_pull_fqdn = DISABLED
[14-01-2025_19:43:08] = Msg: management_addr = '/data/user/0/dd.korgeni/cache/mgmtsocket'
[14-01-2025_19:43:08] = Msg: management_port = 'unix'
[14-01-2025_19:43:08] = Msg: management_user_pass = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: management_log_history_cache = 250
[14-01-2025_19:43:08] = Msg: management_echo_buffer_size = 100
[14-01-2025_19:43:08] = Msg: management_client_user = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: management_client_group = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: management_flags = 16678
[14-01-2025_19:43:08] = Msg: shared_secret_file = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: key_direction = not set
[14-01-2025_19:43:08] = Msg: ciphername = 'AES-256-CBC'
[14-01-2025_19:43:08] = Msg: ncp_ciphers = 'AES-256-GCM:AES-256-CBC:AES-192-GCM:AES-192-CBC:AES-128-GCM:AES-128-CBC'
[14-01-2025_19:43:08] = Msg: authname = 'SHA512'
[14-01-2025_19:43:08] = Msg: engine = DISABLED
[14-01-2025_19:43:08] = Msg: replay = ENABLED
[14-01-2025_19:43:08] = Msg: mute_replay_warnings = DISABLED
[14-01-2025_19:43:08] = Msg: replay_window = 64
[14-01-2025_19:43:08] = Msg: replay_time = 15
[14-01-2025_19:43:08] = Msg: packet_id_file = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: test_crypto = DISABLED
[14-01-2025_19:43:08] = Msg: tls_server = DISABLED
[14-01-2025_19:43:08] = Msg: tls_client = ENABLED
[14-01-2025_19:43:08] = Msg: ca_file = '[INLINE]'
[14-01-2025_19:43:08] = Msg: ca_path = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: dh_file = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: cert_file = '[INLINE]'
[14-01-2025_19:43:08] = Msg: extra_certs_file = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: priv_key_file = '[INLINE]'
[14-01-2025_19:43:08] = Msg: pkcs12_file = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: cipher_list = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: cipher_list_tls13 = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: tls_cert_profile = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: tls_verify = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: tls_export_cert = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: verify_x509_type = 0
[14-01-2025_19:43:08] = Msg: verify_x509_name = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: crl_file = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: ns_cert_type = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 65535
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:43:08] = Msg: remote_cert_eku = 'TLS Web Server Authentication'
[14-01-2025_19:43:08] = Msg: ssl_flags = 192
[14-01-2025_19:43:08] = Msg: tls_timeout = 2
[14-01-2025_19:43:08] = Msg: renegotiate_bytes = -1
[14-01-2025_19:43:08] = Msg: renegotiate_packets = 0
[14-01-2025_19:43:08] = Msg: renegotiate_seconds = 3600
[14-01-2025_19:43:08] = Msg: handshake_window = 60
[14-01-2025_19:43:08] = Msg: transition_window = 3600
[14-01-2025_19:43:08] = Msg: single_session = DISABLED
[14-01-2025_19:43:08] = Msg: push_peer_info = ENABLED
[14-01-2025_19:43:08] = Msg: tls_exit = DISABLED
[14-01-2025_19:43:08] = Msg: tls_crypt_v2_metadata = '[UNDEF]'
[14-01-2025_19:43:08] = Msg: server_network = 0.0.0.0
[14-01-2025_19:43:08] = Msg: server_netmask = 0.0.0.0
[14-01-2025_19:43:08] = Msg: server_network_ipv6 = ::
[14-01-2025_19:43:08] = Msg: server_netbits_ipv6 = 0
[14-01-2025_19:43:08] = Msg: server_bridge_ip = 0.0.0.0
[14-01-2025_19:43:08] = Msg: server_bridge_netmask = 0.0.0.0
[14-01-2025_19:43:08] = Msg: server_bridge_pool_start = 0.0.0.0
[14-01-2025_19:43:08] = Msg: server_bridge_pool_end = 0.0.0.0
[14-01-2025_19:43:08] = Msg: ifconfig_pool_defined = DISABLED
[14-01-2025_19:43:08] = Msg: ifconfig_pool_start = 0.0.0.0
[14-01-2025_19:43:08] = Msg: ifconfig_pool_end = 0.0.0.0
[14-01-2025_19:43:09] = Msg: ifconfig_pool_netmask = 0.0.0.0
[14-01-2025_19:43:09] = Msg: ifconfig_pool_persist_filename = '[UNDEF]'
[14-01-2025_19:43:09] = Msg: ifconfig_pool_persist_refresh_freq = 600
[14-01-2025_19:43:09] = Msg: ifconfig_ipv6_pool_defined = DISABLED
[14-01-2025_19:43:09] = Msg: ifconfig_ipv6_pool_base = ::
[14-01-2025_19:43:09] = Msg: ifconfig_ipv6_pool_netbits = 0
[14-01-2025_19:43:09] = Msg: n_bcast_buf = 256
[14-01-2025_19:43:09] = Msg: tcp_queue_limit = 64
[14-01-2025_19:43:09] = Msg: real_hash_size = 256
[14-01-2025_19:43:09] = Msg: virtual_hash_size = 256
[14-01-2025_19:43:09] = Msg: client_connect_script = '[UNDEF]'
[14-01-2025_19:43:09] = Msg: learn_address_script = '[UNDEF]'
[14-01-2025_19:43:09] = Msg: client_disconnect_script = '[UNDEF]'
[14-01-2025_19:43:09] = Msg: client_crresponse_script = '[UNDEF]'
[14-01-2025_19:43:09] = Msg: client_config_dir = '[UNDEF]'
[14-01-2025_19:43:09] = Msg: ccd_exclusive = DISABLED
[14-01-2025_19:43:09] = Msg: tmp_dir = '/data/data/dd.korgeni/cache'
[14-01-2025_19:43:09] = Msg: push_ifconfig_defined = DISABLED
[14-01-2025_19:43:09] = Msg: push_ifconfig_local = 0.0.0.0
[14-01-2025_19:43:09] = Msg: push_ifconfig_remote_netmask = 0.0.0.0
[14-01-2025_19:43:09] = Msg: push_ifconfig_ipv6_defined = DISABLED
[14-01-2025_19:43:09] = Msg: push_ifconfig_ipv6_local = ::/0
[14-01-2025_19:43:09] = Msg: push_ifconfig_ipv6_remote = ::
[14-01-2025_19:43:09] = Msg: enable_c2c = DISABLED
[14-01-2025_19:43:09] = Msg: duplicate_cn = DISABLED
[14-01-2025_19:43:09] = Msg: cf_max = 0
[14-01-2025_19:43:09] = Msg: cf_per = 0
[14-01-2025_19:43:09] = Msg: cf_initial_max = 100
[14-01-2025_19:43:09] = Msg: cf_initial_per = 10
[14-01-2025_19:43:09] = Msg: max_clients = 1024
[14-01-2025_19:43:09] = Msg: max_routes_per_client = 256
[14-01-2025_19:43:09] = Msg: auth_user_pass_verify_script = '[UNDEF]'
[14-01-2025_19:43:09] = Msg: auth_user_pass_verify_script_via_file = DISABLED
[14-01-2025_19:43:09] = Msg: auth_token_generate = DISABLED
[14-01-2025_19:43:09] = Msg: auth_token_lifetime = 0
[14-01-2025_19:43:09] = Msg: auth_token_secret_file = '[UNDEF]'
[14-01-2025_19:43:09] = Msg: port_share_host = '[UNDEF]'
[14-01-2025_19:43:09] = Msg: port_share_port = '[UNDEF]'
[14-01-2025_19:43:09] = Msg: vlan_tagging = DISABLED
[14-01-2025_19:43:09] = Msg: vlan_accept = all
[14-01-2025_19:43:09] = Msg: vlan_pvid = 1
[14-01-2025_19:43:09] = Msg: client = ENABLED
[14-01-2025_19:43:09] = Msg: pull = ENABLED
[14-01-2025_19:43:09] = Msg: auth_user_pass_file = '[UNDEF]'
[14-01-2025_19:43:09] = Msg: OpenVPN 2.7-icsopenvpn [git:3773889a] arm64-v8a [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan 13 2025
[14-01-2025_19:43:09] = Msg: library versions: OpenSSL 3.1.2 1 Aug 2023, LZO 2.10
[14-01-2025_19:43:09] = Msg: MANAGEMENT: Connected to management server at /data/user/0/dd.korgeni/cache/mgmtsocket
[14-01-2025_19:43:09] = Msg: MANAGEMENT: CMD 'version 3'
[14-01-2025_19:43:09] = Msg: MANAGEMENT: CMD 'hold release'
[14-01-2025_19:43:09] = Msg: MANAGEMENT: CMD 'bytecount 2'
[14-01-2025_19:43:09] = Msg: MANAGEMENT: CMD 'state on'
[14-01-2025_19:43:09] = Msg: MANAGEMENT: >STATE:1736865788,RESOLVE,,,,,,
[14-01-2025_19:43:09] = Msg: MANAGEMENT: CMD 'proxy NONE'
[14-01-2025_19:43:09] =
[14-01-2025_19:43:09] = Msg: Outgoing Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
[14-01-2025_19:43:09] = Msg: Outgoing Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
[14-01-2025_19:43:09] = Msg: Incoming Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
[14-01-2025_19:43:09] = Msg: Incoming Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
[14-01-2025_19:43:09] = Msg: LZO compression initializing
[14-01-2025_19:43:09] = Msg: 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 ]
[14-01-2025_19:43:09] = Msg: 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 ]
[14-01-2025_19:43:09] = Msg: TCP/UDP: Preserving recently used remote address: [AF_INET]128.127.104.82:443
[14-01-2025_19:43:09] = Msg: Socket Buffers: R=[1048576->524288] S=[1048576->524288]
[14-01-2025_19:43:09] = Msg: Attempting to establish TCP connection with [AF_INET]128.127.104.82:443
[14-01-2025_19:43:09] = Msg: MANAGEMENT: >STATE:1736865789,TCP_CONNECT,,,,,,
[14-01-2025_19:43:09] = Msg: MANAGEMENT: CMD 'needok 'PROTECTFD' ok'
[14-01-2025_19:43:10] = Msg: TCP connection established with [AF_INET]128.127.104.82:443
[14-01-2025_19:43:10] = Msg: MANAGEMENT: CMD 'needok 'PROTECTFD' ok'
[14-01-2025_19:43:10] = Msg: TCPv4_CLIENT link local: (not bound)
[14-01-2025_19:43:10] =
[14-01-2025_19:43:10] = Msg: TCPv4_CLIENT link remote: [AF_INET]128.127.104.82:443
[14-01-2025_19:43:10] = Msg: MANAGEMENT: >STATE:1736865790,WAIT,,,,,,
[14-01-2025_19:43:10] =
[14-01-2025_19:43:10] = Msg: MANAGEMENT: >STATE:1736865790,AUTH,,,,,,
[14-01-2025_19:43:10] = Msg: TLS: Initial packet from [AF_INET]128.127.104.82:443, sid=652891f3 290b854d
[14-01-2025_19:43:11] = Msg: VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=[email protected]
[14-01-2025_19:43:11] = Msg: VERIFY KU OK
[14-01-2025_19:43:11] = Msg: Validating certificate extended key usage
[14-01-2025_19:43:11] = Msg: ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
[14-01-2025_19:43:11] = Msg: VERIFY EKU OK
[14-01-2025_19:43:11] = Msg: VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=Ain, emailAddress=[email protected]
[14-01-2025_19:43:12] = Msg: Control Channel: TLSv1.3, cipher TLSv1.3 TLS_CHACHA20_POLY1305_SHA256, peer certificate: 4096 bit RSA, signature: RSA-SHA512
[14-01-2025_19:43:12] = Msg: [Ain] Peer Connection Initiated with [AF_INET]128.127.104.82:443
[14-01-2025_19:43:12] = Msg: TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1
[14-01-2025_19:43:12] = Msg: TLS: tls_multi_process: initial untrusted session promoted to trusted
[14-01-2025_19:43:13] =
[14-01-2025_19:43:13] = Msg: MANAGEMENT: >STATE:1736865793,GET_CONFIG,,,,,,
[14-01-2025_19:43:13] = Msg: SENT CONTROL [Ain]: 'PUSH_REQUEST' (status=1)
[14-01-2025_19:43:13] =
[14-01-2025_19:43:13] = Msg: PUSH: Received control message: 'PUSH_REPLY,comp-lzo no,redirect-gateway ipv6 def1 bypass-dhcp,dhcp-option DNS 10.64.3.1,dhcp-option DNS6 fde6:7a:7d20:3c03::1,tun-ipv6,route-gateway 10.64.3.1,topology subnet,ping 10,ping-restart 60,ifconfig-ipv6 fde6:7a:7d20:3c03::10a0/64 fde6:7a:7d20:3c03::1,ifconfig 10.64.3.162 255.255.255.0,peer-id 0,cipher AES-256-GCM'
[14-01-2025_19:43:13] = Msg: OPTIONS IMPORT: --ifconfig/up options modified
[14-01-2025_19:43:13] = Msg: OPTIONS IMPORT: route options modified
[14-01-2025_19:43:13] = Msg: OPTIONS IMPORT: route-related options modified
[14-01-2025_19:43:13] = Msg: OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
[14-01-2025_19:43:13] = Msg: ROUTE_GATEWAY 127.100.103.119 IFACE=android-gw
[14-01-2025_19:43:13] = Msg: GDG6: remote_host_ipv6=n/a
[14-01-2025_19:43:13] = Msg: ROUTE6_GATEWAY :: IFACE=android-gw
[14-01-2025_19:43:13] = Msg: do_ifconfig, ipv4=1, ipv6=1
[14-01-2025_19:43:13] = Msg: MANAGEMENT: >STATE:1736865793,ASSIGN_IP,,10.64.3.162,,,,,fde6:7a:7d20:3c03::10a0
[14-01-2025_19:43:13] = Msg: MANAGEMENT: CMD 'needok 'IFCONFIG' ok'
[14-01-2025_19:43:13] = Msg: MANAGEMENT: CMD 'needok 'IFCONFIG6' ok'
[14-01-2025_19:43:13] = Msg: MANAGEMENT: CMD 'needok 'ROUTE' ok'
[14-01-2025_19:43:13] = Msg: add_route_ipv6(::/3 -> fde6:7a:7d20:3c03::1 metric -1) dev (null)
[14-01-2025_19:43:13] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:43:13] = Msg: add_route_ipv6(2000::/4 -> fde6:7a:7d20:3c03::1 metric -1) dev (null)
[14-01-2025_19:43:13] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:43:13] = Msg: add_route_ipv6(3000::/4 -> fde6:7a:7d20:3c03::1 metric -1) dev (null)
[14-01-2025_19:43:13] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:43:13] = Msg: add_route_ipv6(fc00::/7 -> fde6:7a:7d20:3c03::1 metric -1) dev (null)
[14-01-2025_19:43:13] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:43:13] = Msg: MANAGEMENT: CMD 'needok 'DNS6SERVER' ok'
[14-01-2025_19:43:13] = Msg: MANAGEMENT: CMD 'needok 'DNSSERVER' ok'
[14-01-2025_19:43:13] = Msg: MANAGEMENT: CMD 'needok 'PERSIST_TUN_ACTION' OPEN_BEFORE_CLOSE'
[14-01-2025_19:43:13] = Msg: MANAGEMENT: CMD 'needok 'OPENTUN' cancel'
[14-01-2025_19:43:13] = Msg: MANAGEMENT: Client disconnected
[14-01-2025_19:43:13] = Msg: ERROR: Cannot open TUN
[14-01-2025_19:43:13] = Msg: Exiting due to fatal error
[14-01-2025_19:43:13] = No process running.
[14-01-2025_19:43:13] = Open VPN Service Ended Running 4
[14-01-2025_19:43:13] = Goes into end vpn service method
[14-01-2025_19:43:13] = Starting value: false
[14-01-2025_19:43:13] = Open VPN Service Ended Running
[14-01-2025_19:47:45] = SocketService is Not running
[14-01-2025_19:47:45] = Vpn is running
[14-01-2025_19:47:45] = false
[14-01-2025_19:47:45] = Goes to startForegroundService in worker
[14-01-2025_19:47:45] = UUID From Config Parser Worker Shared Pref: 90c29529-4dc0-4929-873a-3b582d478c48
[14-01-2025_19:47:45] = ForceStartAppService started
[14-01-2025_19:47:45] = Launching app
[14-01-2025_19:47:45] = Using PendingIntent to start activity
[14-01-2025_19:47:45] = ForceStartAppService Service destroyed.
[14-01-2025_19:47:45] = VPN Service not running
[14-01-2025_19:47:45] = Work Manager find VPN
[14-01-2025_19:47:45] = Open VPN Service Started Running
[14-01-2025_19:47:45] =
[14-01-2025_19:47:45] = Attempting to start openVPN
[14-01-2025_19:47:45] = Goes to start open vpn method
[14-01-2025_19:47:45] = Last connected profile UUID: 90c29529-4dc0-4929-873a-3b582d478c48
[14-01-2025_19:47:45] = stop old vpn process
[14-01-2025_19:47:45] = force stop open vpn process
[14-01-2025_19:47:45] = ovpn management thread found
[14-01-2025_19:47:45] = write config file output openvpn thread
[14-01-2025_19:47:45] = Msg: WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.
[14-01-2025_19:47:45] = Msg: Current Parameter Settings:
[14-01-2025_19:47:45] = Msg: config = 'stdin'
[14-01-2025_19:47:45] = Msg: mode = 0
[14-01-2025_19:47:45] = Msg: show_ciphers = DISABLED
[14-01-2025_19:47:45] = Msg: show_digests = DISABLED
[14-01-2025_19:47:45] = Msg: show_engines = DISABLED
[14-01-2025_19:47:45] = Msg: genkey = DISABLED
[14-01-2025_19:47:45] = Msg: genkey_filename = '[UNDEF]'
[14-01-2025_19:47:45] = Msg: key_pass_file = '[UNDEF]'
[14-01-2025_19:47:45] = Msg: show_tls_ciphers = DISABLED
[14-01-2025_19:47:45] = Msg: connect_retry_max = 0
[14-01-2025_19:47:45] = Msg: Connection profiles [0]:
[14-01-2025_19:47:45] = Msg: proto = tcp-client
[14-01-2025_19:47:45] = Msg: local = '[UNDEF]'
[14-01-2025_19:47:45] = Msg: local_port = '[UNDEF]'
[14-01-2025_19:47:45] = Msg: remote = 'se3.vpn.airdns.org'
[14-01-2025_19:47:45] = Msg: remote_port = '443'
[14-01-2025_19:47:45] = Msg: remote_float = DISABLED
[14-01-2025_19:47:45] = Msg: bind_defined = DISABLED
[14-01-2025_19:47:45] = Msg: bind_local = DISABLED
[14-01-2025_19:47:45] = Msg: bind_ipv6_only = DISABLED
[14-01-2025_19:47:45] = Msg: connect_retry_seconds = 2
[14-01-2025_19:47:45] = Msg: connect_timeout = 120
[14-01-2025_19:47:45] = Msg: socks_proxy_server = '[UNDEF]'
[14-01-2025_19:47:45] = Msg: socks_proxy_port = '[UNDEF]'
[14-01-2025_19:47:45] = Msg: tun_mtu = 1500
[14-01-2025_19:47:45] = Msg: tun_mtu_defined = ENABLED
[14-01-2025_19:47:45] = Msg: link_mtu = 1500
[14-01-2025_19:47:45] = Msg: link_mtu_defined = DISABLED
[14-01-2025_19:47:45] = Msg: tun_mtu_extra = 0
[14-01-2025_19:47:45] = Msg: tun_mtu_extra_defined = DISABLED
[14-01-2025_19:47:45] = Msg: tls_mtu = 1250
[14-01-2025_19:47:45] = Msg: mtu_discover_type = -1
[14-01-2025_19:47:45] = Msg: fragment = 0
[14-01-2025_19:47:45] = Msg: mssfix = 1492
[14-01-2025_19:47:45] = Msg: mssfix_encap = ENABLED
[14-01-2025_19:47:45] = Msg: mssfix_fixed = DISABLED
[14-01-2025_19:47:45] = Msg: explicit_exit_notification = 0
[14-01-2025_19:47:45] = Msg: tls_auth_file = '[UNDEF]'
[14-01-2025_19:47:45] = Msg: key_direction = not set
[14-01-2025_19:47:45] = Msg: tls_crypt_file = '[INLINE]'
[14-01-2025_19:47:45] = Msg: tls_crypt_v2_file = '[UNDEF]'
[14-01-2025_19:47:45] = Msg: Connection profiles END
[14-01-2025_19:47:46] = Msg: remote_random = DISABLED
[14-01-2025_19:47:46] = Msg: ipchange = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: dev = 'tun'
[14-01-2025_19:47:46] = Msg: dev_type = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: dev_node = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: lladdr = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: topology = 1
[14-01-2025_19:47:46] = Msg: ifconfig_local = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: ifconfig_remote_netmask = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: ifconfig_noexec = DISABLED
[14-01-2025_19:47:46] = Msg: ifconfig_nowarn = ENABLED
[14-01-2025_19:47:46] = Msg: ifconfig_ipv6_local = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: ifconfig_ipv6_netbits = 0
[14-01-2025_19:47:46] = Msg: ifconfig_ipv6_remote = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: shaper = 0
[14-01-2025_19:47:46] = Msg: mtu_test = 0
[14-01-2025_19:47:46] = Msg: mlock = DISABLED
[14-01-2025_19:47:46] = Msg: keepalive_ping = 10
[14-01-2025_19:47:46] = Msg: keepalive_timeout = 120
[14-01-2025_19:47:46] = Msg: inactivity_timeout = 0
[14-01-2025_19:47:46] = Msg: session_timeout = 0
[14-01-2025_19:47:46] = Msg: inactivity_minimum_bytes = 0
[14-01-2025_19:47:46] = Msg: ping_send_timeout = 10
[14-01-2025_19:47:46] = Msg: ping_rec_timeout = 120
[14-01-2025_19:47:46] = Msg: ping_rec_timeout_action = 2
[14-01-2025_19:47:46] = Msg: ping_timer_remote = DISABLED
[14-01-2025_19:47:46] = Msg: remap_sigusr1 = 0
[14-01-2025_19:47:46] = Msg: persist_tun = ENABLED
[14-01-2025_19:47:46] = Msg: persist_local_ip = DISABLED
[14-01-2025_19:47:46] = Msg: persist_remote_ip = DISABLED
[14-01-2025_19:47:46] = Msg: persist_key = DISABLED
[14-01-2025_19:47:46] = Msg: passtos = DISABLED
[14-01-2025_19:47:46] = Msg: resolve_retry_seconds = 1000000000
[14-01-2025_19:47:46] = Msg: resolve_in_advance = ENABLED
[14-01-2025_19:47:46] = Msg: username = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: groupname = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: chroot_dir = '[UNDEF]'
[14-01-2025_19:47:46] = PendingIntent executed successfully after delay.
[14-01-2025_19:47:46] = Msg: cd_dir = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: writepid = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: up_script = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: down_script = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: down_pre = DISABLED
[14-01-2025_19:47:46] = Msg: up_restart = DISABLED
[14-01-2025_19:47:46] = Msg: up_delay = DISABLED
[14-01-2025_19:47:46] = Msg: daemon = DISABLED
[14-01-2025_19:47:46] = Msg: log = DISABLED
[14-01-2025_19:47:46] = Msg: suppress_timestamps = DISABLED
[14-01-2025_19:47:46] = Msg: machine_readable_output = ENABLED
[14-01-2025_19:47:46] = Msg: nice = 0
[14-01-2025_19:47:46] = Msg: verbosity = 4
[14-01-2025_19:47:46] = Msg: mute = 0
[14-01-2025_19:47:46] = Msg: gremlin = 0
[14-01-2025_19:47:46] = Msg: status_file = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: status_file_version = 1
[14-01-2025_19:47:46] = Msg: status_file_update_freq = 60
[14-01-2025_19:47:46] = Msg: occ = ENABLED
[14-01-2025_19:47:46] = Msg: rcvbuf = 262144
[14-01-2025_19:47:46] = Msg: sndbuf = 262144
[14-01-2025_19:47:46] = Msg: sockflags = 0
[14-01-2025_19:47:46] = Msg: fast_io = DISABLED
[14-01-2025_19:47:46] = Msg: comp.alg = 2
[14-01-2025_19:47:46] = Msg: comp.flags = 1
[14-01-2025_19:47:46] = Msg: route_script = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: route_default_gateway = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: route_default_metric = 0
[14-01-2025_19:47:46] = Msg: route_noexec = DISABLED
[14-01-2025_19:47:46] = Msg: route_delay = 0
[14-01-2025_19:47:46] = Msg: route_delay_window = 30
[14-01-2025_19:47:46] = Msg: route_delay_defined = DISABLED
[14-01-2025_19:47:46] = Msg: route_nopull = DISABLED
[14-01-2025_19:47:46] = Msg: route_gateway_via_dhcp = DISABLED
[14-01-2025_19:47:46] = Msg: allow_pull_fqdn = DISABLED
[14-01-2025_19:47:46] = Msg: management_addr = '/data/user/0/dd.korgeni/cache/mgmtsocket'
[14-01-2025_19:47:46] = Msg: management_port = 'unix'
[14-01-2025_19:47:46] = Msg: management_user_pass = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: management_log_history_cache = 250
[14-01-2025_19:47:46] = Msg: management_echo_buffer_size = 100
[14-01-2025_19:47:46] = Msg: management_client_user = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: management_client_group = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: management_flags = 16678
[14-01-2025_19:47:46] = Msg: shared_secret_file = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: key_direction = not set
[14-01-2025_19:47:46] = Msg: ciphername = 'AES-256-CBC'
[14-01-2025_19:47:46] = Msg: ncp_ciphers = 'AES-256-GCM:AES-256-CBC:AES-192-GCM:AES-192-CBC:AES-128-GCM:AES-128-CBC'
[14-01-2025_19:47:46] = Msg: authname = 'SHA512'
[14-01-2025_19:47:46] = Msg: engine = DISABLED
[14-01-2025_19:47:46] = Msg: replay = ENABLED
[14-01-2025_19:47:46] = Msg: mute_replay_warnings = DISABLED
[14-01-2025_19:47:46] = Msg: replay_window = 64
[14-01-2025_19:47:46] = Msg: replay_time = 15
[14-01-2025_19:47:46] = Msg: packet_id_file = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: test_crypto = DISABLED
[14-01-2025_19:47:46] = Msg: tls_server = DISABLED
[14-01-2025_19:47:46] = Msg: tls_client = ENABLED
[14-01-2025_19:47:46] = Msg: ca_file = '[INLINE]'
[14-01-2025_19:47:46] = Msg: ca_path = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: dh_file = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: cert_file = '[INLINE]'
[14-01-2025_19:47:46] = Msg: extra_certs_file = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: priv_key_file = '[INLINE]'
[14-01-2025_19:47:46] = Msg: pkcs12_file = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: cipher_list = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: cipher_list_tls13 = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: tls_cert_profile = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: tls_verify = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: tls_export_cert = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: verify_x509_type = 0
[14-01-2025_19:47:46] = Msg: verify_x509_name = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: crl_file = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: ns_cert_type = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 65535
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_ku[i] = 0
[14-01-2025_19:47:46] = Msg: remote_cert_eku = 'TLS Web Server Authentication'
[14-01-2025_19:47:46] = Msg: ssl_flags = 192
[14-01-2025_19:47:46] = Msg: tls_timeout = 2
[14-01-2025_19:47:46] = Msg: renegotiate_bytes = -1
[14-01-2025_19:47:46] = Msg: renegotiate_packets = 0
[14-01-2025_19:47:46] = Msg: renegotiate_seconds = 3600
[14-01-2025_19:47:46] = Msg: handshake_window = 60
[14-01-2025_19:47:46] = Msg: transition_window = 3600
[14-01-2025_19:47:46] = Msg: single_session = DISABLED
[14-01-2025_19:47:46] = Msg: push_peer_info = ENABLED
[14-01-2025_19:47:46] = Msg: tls_exit = DISABLED
[14-01-2025_19:47:46] = Msg: tls_crypt_v2_metadata = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: server_network = 0.0.0.0
[14-01-2025_19:47:46] = Msg: server_netmask = 0.0.0.0
[14-01-2025_19:47:46] = Msg: server_network_ipv6 = ::
[14-01-2025_19:47:46] = Msg: server_netbits_ipv6 = 0
[14-01-2025_19:47:46] = Msg: server_bridge_ip = 0.0.0.0
[14-01-2025_19:47:46] = Msg: server_bridge_netmask = 0.0.0.0
[14-01-2025_19:47:46] = Msg: server_bridge_pool_start = 0.0.0.0
[14-01-2025_19:47:46] = Msg: server_bridge_pool_end = 0.0.0.0
[14-01-2025_19:47:46] = Msg: ifconfig_pool_defined = DISABLED
[14-01-2025_19:47:46] = Msg: ifconfig_pool_start = 0.0.0.0
[14-01-2025_19:47:46] = Msg: ifconfig_pool_end = 0.0.0.0
[14-01-2025_19:47:46] = Msg: ifconfig_pool_netmask = 0.0.0.0
[14-01-2025_19:47:46] = Msg: ifconfig_pool_persist_filename = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: ifconfig_pool_persist_refresh_freq = 600
[14-01-2025_19:47:46] = Msg: ifconfig_ipv6_pool_defined = DISABLED
[14-01-2025_19:47:46] = Msg: ifconfig_ipv6_pool_base = ::
[14-01-2025_19:47:46] = Msg: ifconfig_ipv6_pool_netbits = 0
[14-01-2025_19:47:46] = Msg: n_bcast_buf = 256
[14-01-2025_19:47:46] = Msg: tcp_queue_limit = 64
[14-01-2025_19:47:46] = Msg: real_hash_size = 256
[14-01-2025_19:47:46] = Msg: virtual_hash_size = 256
[14-01-2025_19:47:46] = Msg: client_connect_script = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: learn_address_script = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: client_disconnect_script = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: client_crresponse_script = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: client_config_dir = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: ccd_exclusive = DISABLED
[14-01-2025_19:47:46] = Msg: tmp_dir = '/data/data/dd.korgeni/cache'
[14-01-2025_19:47:46] = Msg: push_ifconfig_defined = DISABLED
[14-01-2025_19:47:46] = Msg: push_ifconfig_local = 0.0.0.0
[14-01-2025_19:47:46] = Msg: push_ifconfig_remote_netmask = 0.0.0.0
[14-01-2025_19:47:46] = Msg: push_ifconfig_ipv6_defined = DISABLED
[14-01-2025_19:47:46] = Msg: push_ifconfig_ipv6_local = ::/0
[14-01-2025_19:47:46] = Msg: push_ifconfig_ipv6_remote = ::
[14-01-2025_19:47:46] = Msg: enable_c2c = DISABLED
[14-01-2025_19:47:46] = Msg: duplicate_cn = DISABLED
[14-01-2025_19:47:46] = Msg: cf_max = 0
[14-01-2025_19:47:46] = Msg: cf_per = 0
[14-01-2025_19:47:46] = Msg: cf_initial_max = 100
[14-01-2025_19:47:46] = Msg: cf_initial_per = 10
[14-01-2025_19:47:46] = Msg: max_clients = 1024
[14-01-2025_19:47:46] = Msg: max_routes_per_client = 256
[14-01-2025_19:47:46] = Msg: auth_user_pass_verify_script = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: auth_user_pass_verify_script_via_file = DISABLED
[14-01-2025_19:47:46] = Msg: auth_token_generate = DISABLED
[14-01-2025_19:47:46] = Msg: auth_token_lifetime = 0
[14-01-2025_19:47:46] = Msg: auth_token_secret_file = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: port_share_host = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: port_share_port = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: vlan_tagging = DISABLED
[14-01-2025_19:47:46] = Msg: vlan_accept = all
[14-01-2025_19:47:46] = Msg: vlan_pvid = 1
[14-01-2025_19:47:46] = Msg: client = ENABLED
[14-01-2025_19:47:46] = Msg: pull = ENABLED
[14-01-2025_19:47:46] = Msg: auth_user_pass_file = '[UNDEF]'
[14-01-2025_19:47:46] = Msg: OpenVPN 2.7-icsopenvpn [git:3773889a] arm64-v8a [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan 13 2025
[14-01-2025_19:47:46] = Msg: library versions: OpenSSL 3.1.2 1 Aug 2023, LZO 2.10
[14-01-2025_19:47:46] = Msg: MANAGEMENT: Connected to management server at /data/user/0/dd.korgeni/cache/mgmtsocket
[14-01-2025_19:47:46] = Msg: MANAGEMENT: CMD 'version 3'
[14-01-2025_19:47:46] = Msg: MANAGEMENT: CMD 'network-change'
[14-01-2025_19:47:46] = Msg: MANAGEMENT: CMD 'hold release'
[14-01-2025_19:47:46] = Msg: MANAGEMENT: CMD 'bytecount 2'
[14-01-2025_19:47:46] = Msg: MANAGEMENT: CMD 'state on'
[14-01-2025_19:47:46] = Msg: MANAGEMENT: CMD 'proxy NONE'
[14-01-2025_19:47:46] = Msg: Outgoing Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
[14-01-2025_19:47:46] = Msg: Outgoing Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
[14-01-2025_19:47:46] =
[14-01-2025_19:47:46] = Msg: Incoming Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
[14-01-2025_19:47:46] = Msg: Incoming Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
[14-01-2025_19:47:46] = Msg: LZO compression initializing
[14-01-2025_19:47:46] = Msg: 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 ]
[14-01-2025_19:47:46] = Msg: 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 ]
[14-01-2025_19:47:46] = Msg: TCP/UDP: Preserving recently used remote address: [AF_INET]128.127.104.82:443
[14-01-2025_19:47:46] = Msg: Socket Buffers: R=[1048576->524288] S=[1048576->524288]
[14-01-2025_19:47:46] = Msg: Attempting to establish TCP connection with [AF_INET]128.127.104.82:443
[14-01-2025_19:47:46] = Msg: MANAGEMENT: >STATE:1736866066,TCP_CONNECT,,,,,,
[14-01-2025_19:47:46] = Msg: MANAGEMENT: CMD 'needok 'PROTECTFD' ok'
[14-01-2025_19:47:48] = Msg: TCP connection established with [AF_INET]128.127.104.82:443
[14-01-2025_19:47:48] =
[14-01-2025_19:47:48] = Msg: MANAGEMENT: CMD 'needok 'PROTECTFD' ok'
[14-01-2025_19:47:48] = Msg: TCPv4_CLIENT link local: (not bound)
[14-01-2025_19:47:48] = Msg: TCPv4_CLIENT link remote: [AF_INET]128.127.104.82:443
[14-01-2025_19:47:48] = Msg: MANAGEMENT: >STATE:1736866068,WAIT,,,,,,
[14-01-2025_19:47:48] = Msg: MANAGEMENT: >STATE:1736866068,AUTH,,,,,,
[14-01-2025_19:47:48] =
[14-01-2025_19:47:48] = Msg: TLS: Initial packet from [AF_INET]128.127.104.82:443, sid=94bb1a9a 19a5a8ee
[14-01-2025_19:47:49] = Msg: VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=[email protected]
[14-01-2025_19:47:49] = Msg: VERIFY KU OK
[14-01-2025_19:47:49] = Msg: Validating certificate extended key usage
[14-01-2025_19:47:49] = Msg: ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
[14-01-2025_19:47:49] = Msg: VERIFY EKU OK
[14-01-2025_19:47:49] = Msg: VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=Ain, emailAddress=[email protected]
[14-01-2025_19:47:50] = Msg: Control Channel: TLSv1.3, cipher TLSv1.3 TLS_CHACHA20_POLY1305_SHA256, peer certificate: 4096 bit RSA, signature: RSA-SHA512
[14-01-2025_19:47:50] = Msg: [Ain] Peer Connection Initiated with [AF_INET]128.127.104.82:443
[14-01-2025_19:47:50] = Msg: TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1
[14-01-2025_19:47:50] = Msg: TLS: tls_multi_process: initial untrusted session promoted to trusted
[14-01-2025_19:47:51] = Msg: MANAGEMENT: >STATE:1736866071,GET_CONFIG,,,,,,
[14-01-2025_19:47:51] =
[14-01-2025_19:47:51] = Msg: SENT CONTROL [Ain]: 'PUSH_REQUEST' (status=1)
[14-01-2025_19:47:53] =
[14-01-2025_19:47:53] = Msg: PUSH: Received control message: 'PUSH_REPLY,comp-lzo no,redirect-gateway ipv6 def1 bypass-dhcp,dhcp-option DNS 10.64.7.1,dhcp-option DNS6 fde6:7a:7d20:3c07::1,tun-ipv6,route-gateway 10.64.7.1,topology subnet,ping 10,ping-restart 60,ifconfig-ipv6 fde6:7a:7d20:3c07::108f/64 fde6:7a:7d20:3c07::1,ifconfig 10.64.7.145 255.255.255.0,peer-id 0,cipher AES-256-GCM'
[14-01-2025_19:47:53] = Msg: OPTIONS IMPORT: --ifconfig/up options modified
[14-01-2025_19:47:53] = Msg: OPTIONS IMPORT: route options modified
[14-01-2025_19:47:53] = Msg: OPTIONS IMPORT: route-related options modified
[14-01-2025_19:47:53] = Msg: OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
[14-01-2025_19:47:53] = Msg: ROUTE_GATEWAY 127.100.103.119 IFACE=android-gw
[14-01-2025_19:47:53] = Msg: GDG6: remote_host_ipv6=n/a
[14-01-2025_19:47:53] = Msg: ROUTE6_GATEWAY :: IFACE=android-gw
[14-01-2025_19:47:53] = Msg: do_ifconfig, ipv4=1, ipv6=1
[14-01-2025_19:47:53] = Msg: MANAGEMENT: >STATE:1736866073,ASSIGN_IP,,10.64.7.145,,,,,fde6:7a:7d20:3c07::108f
[14-01-2025_19:47:53] = Msg: MANAGEMENT: CMD 'needok 'IFCONFIG' ok'
[14-01-2025_19:47:53] = Msg: MANAGEMENT: CMD 'needok 'IFCONFIG6' ok'
[14-01-2025_19:47:53] = Msg: MANAGEMENT: CMD 'needok 'ROUTE' ok'
[14-01-2025_19:47:53] = Msg: add_route_ipv6(::/3 -> fde6:7a:7d20:3c07::1 metric -1) dev (null)
[14-01-2025_19:47:53] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:47:53] = Msg: add_route_ipv6(2000::/4 -> fde6:7a:7d20:3c07::1 metric -1) dev (null)
[14-01-2025_19:47:53] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:47:53] = Msg: add_route_ipv6(3000::/4 -> fde6:7a:7d20:3c07::1 metric -1) dev (null)
[14-01-2025_19:47:53] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:47:53] = Msg: add_route_ipv6(fc00::/7 -> fde6:7a:7d20:3c07::1 metric -1) dev (null)
[14-01-2025_19:47:53] = Msg: MANAGEMENT: CMD 'needok 'ROUTE6' ok'
[14-01-2025_19:47:53] = Msg: MANAGEMENT: CMD 'needok 'DNS6SERVER' ok'
[14-01-2025_19:47:53] = Msg: MANAGEMENT: CMD 'needok 'DNSSERVER' ok'
[14-01-2025_19:47:53] = Msg: MANAGEMENT: CMD 'needok 'PERSIST_TUN_ACTION' OPEN_BEFORE_CLOSE'
[14-01-2025_19:47:53] = Msg: MANAGEMENT: CMD 'needok 'OPENTUN' cancel'
[14-01-2025_19:47:53] = Msg: MANAGEMENT: Client disconnected
[14-01-2025_19:47:53] = Msg: ERROR: Cannot open TUN
[14-01-2025_19:47:53] = Msg: Exiting due to fatal error
[14-01-2025_19:47:53] = No process running.
[14-01-2025_19:47:53] = Open VPN Service Ended Running 4
[14-01-2025_19:47:53] = Goes into end vpn service method
[14-01-2025_19:47:53] = Starting value: false
[14-01-2025_19:47:53] = Open VPN Service Ended Running

Main issue occuring while starting again is that "Cannot open tun" you can see in the logs as well
Looking forward for your reply thanks

@schwabe
Copy link
Owner

schwabe commented Jan 14, 2025

I am getting a strong feeling that you only want to solve this issue in your app and are not interested in fixing this issue in my app. That does not really motivate me to spend time on this problem. It is not even clear if that issue affect my app or only your app.

@hassanharoon2
Copy link
Author

I’ve been working with your repository and encountered an issue related to starting the VPN again when its terminated. The VPN works fine when manually triggered within the app, but when the vpn terminated so when it again trying to connect so I’m seeing logs such as 'OPENTUN cancel' and 'client disconnected'. This is causing the VPN to fail to start as expected.

After some investigation, I noticed this issue doesn't appear to be isolated to my app, as I’m able to reproduce it in your repository as well. It seems like a more general problem affecting both apps.

I believe this issue is critical to address, as it impacts the reliability of the VPN service when it’s needed in background tasks. Would you be able to investigate and collaborate on a fix for this issue? I'd be happy to provide more details if necessary or assist in testing any potential solutions.

@schwabe
Copy link
Owner

schwabe commented Jan 15, 2025

There is currently not ifnormation for me avaialable to reproduce the issue or even look into it. The log is missing crucial information that you removed to protect the identity of your app.

If you want my help, I would suggest that you play with open cards, publish the source code of your app and link it here and show goodwill. Otherwise, I sadly have to assume that you are no different to all the other people that will not contribute back and also violate the license of my app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants