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

It takes 6-8 seconds to connect to VPN #11

Open
batman09 opened this issue Apr 20, 2017 · 0 comments
Open

It takes 6-8 seconds to connect to VPN #11

batman09 opened this issue Apr 20, 2017 · 0 comments

Comments

@batman09
Copy link

Hi Duraimuthan

I just paste the content of my ovpn file and trying to connect to VPN server .But I observed that it takes 6-8 seconds for connection to be successfull. Is there anyway I can bring down this time to < 2 seconds ? below is the log file captured in Android studio

04-20 16:59:43.079 16601-8159/com.openvpn.Durai I/OpenVPN: Starting Durai
04-20 16:59:43.097 16601-16601/com.openvpn.Durai I/Choreographer: Skipped 128 frames! The application may be doing too much work on its main thread.
04-20 16:59:43.178 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.177387 32000004 Current Parameter Settings:
04-20 16:59:43.179 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.178831 32000004 config = '/data/user/0/com.openvpn.Durai/cache/android.conf'
04-20 16:59:43.180 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.179834 32000004 mode = 0
04-20 16:59:43.183 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.180630 32000004 show_ciphers = DISABLED
04-20 16:59:43.183 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.180665 32000004 show_digests = DISABLED
04-20 16:59:43.184 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.180698 32000004 show_engines = DISABLED
04-20 16:59:43.185 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.180728 32000004 genkey = DISABLED
04-20 16:59:43.185 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.180761 32000004 key_pass_file = '[UNDEF]'
04-20 16:59:43.186 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.180792 32000004 show_tls_ciphers = DISABLED
04-20 16:59:43.187 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.180824 32000004 connect_retry_max = 5
04-20 16:59:43.187 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.180856 32000004 Connection profiles [0]:
04-20 16:59:43.188 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.180897 32000004 proto = tcp-client
04-20 16:59:43.188 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.180927 32000004 local = '[UNDEF]'
04-20 16:59:43.189 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.180957 32000004 local_port = '[UNDEF]'
04-20 16:59:43.190 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181003 32000004 remote = 'xx.xx.xx.xx'
04-20 16:59:43.190 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181035 32000004 remote_port = '5555'
04-20 16:59:43.191 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181065 32000004 remote_float = DISABLED
04-20 16:59:43.192 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181094 32000004 bind_defined = DISABLED
04-20 16:59:43.192 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181126 32000004 bind_local = DISABLED
04-20 16:59:43.193 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181156 32000004 bind_ipv6_only = DISABLED
04-20 16:59:43.194 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181188 32000004 connect_retry_seconds = 5
04-20 16:59:43.194 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181220 32000004 connect_timeout = 10
04-20 16:59:43.195 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181252 32000004 socks_proxy_server = '[UNDEF]'
04-20 16:59:43.196 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181284 32000004 socks_proxy_port = '[UNDEF]'
04-20 16:59:43.197 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181314 32000004 socks_proxy_retry = DISABLED
04-20 16:59:43.197 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181345 32000004 tun_mtu = 1500
04-20 16:59:43.198 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181375 32000004 tun_mtu_defined = ENABLED
04-20 16:59:43.198 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181405 32000004 link_mtu = 1500
04-20 16:59:43.199 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181437 32000004 link_mtu_defined = DISABLED
04-20 16:59:43.200 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181468 32000004 tun_mtu_extra = 0
04-20 16:59:43.201 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181500 32000004 tun_mtu_extra_defined = DISABLED
04-20 16:59:43.201 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181531 32000004 mtu_discover_type = -1
04-20 16:59:43.202 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181561 32000004 fragment = 0
04-20 16:59:43.203 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181591 32000004 mssfix = 1450
04-20 16:59:43.204 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181624 32000004 explicit_exit_notification = 0
04-20 16:59:43.204 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181654 32000004 Connection profiles END
04-20 16:59:43.205 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181686 32000004 remote_random = DISABLED
04-20 16:59:43.206 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181716 32000004 ipchange = '[UNDEF]'
04-20 16:59:43.206 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181745 32000004 dev = 'tun'
04-20 16:59:43.207 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181774 32000004 dev_type = '[UNDEF]'
04-20 16:59:43.207 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181886 32000004 dev_node = '[UNDEF]'
04-20 16:59:43.208 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181919 32000004 lladdr = '[UNDEF]'
04-20 16:59:43.209 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181949 32000004 topology = 1
04-20 16:59:43.211 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.181979 32000004 tun_ipv6 = DISABLED
04-20 16:59:43.212 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182010 32000004 ifconfig_local = '[UNDEF]'
04-20 16:59:43.214 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182046 32000004 ifconfig_remote_netmask = '[UNDEF]'
04-20 16:59:43.215 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182079 32000004 ifconfig_noexec = DISABLED
04-20 16:59:43.215 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182111 32000004 ifconfig_nowarn = ENABLED
04-20 16:59:43.217 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182141 32000004 ifconfig_ipv6_local = '[UNDEF]'
04-20 16:59:43.217 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182172 32000004 ifconfig_ipv6_netbits = 0
04-20 16:59:43.218 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182203 32000004 ifconfig_ipv6_remote = '[UNDEF]'
04-20 16:59:43.219 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182232 32000004 shaper = 0
04-20 16:59:43.220 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182262 32000004 mtu_test = 0
04-20 16:59:43.220 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182291 32000004 mlock = DISABLED
04-20 16:59:43.221 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182321 32000004 keepalive_ping = 0
04-20 16:59:43.222 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182352 32000004 keepalive_timeout = 0
04-20 16:59:43.223 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182444 32000004 inactivity_timeout = 0
04-20 16:59:43.224 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182476 32000004 ping_send_timeout = 0
04-20 16:59:43.224 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182507 32000004 ping_rec_timeout = 0
04-20 16:59:43.225 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182539 32000004 ping_rec_timeout_action = 0
04-20 16:59:43.226 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182570 32000004 ping_timer_remote = DISABLED
04-20 16:59:43.227 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.182973 32000004 remap_sigusr1 = 0
04-20 16:59:43.228 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183006 32000004 persist_tun = ENABLED
04-20 16:59:43.228 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183037 32000004 persist_local_ip = DISABLED
04-20 16:59:43.229 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183067 32000004 persist_remote_ip = DISABLED
04-20 16:59:43.230 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183099 32000004 persist_key = DISABLED
04-20 16:59:43.230 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183128 32000004 passtos = DISABLED
04-20 16:59:43.231 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183163 32000004 resolve_retry_seconds = 1000000000
04-20 16:59:43.231 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183195 32000004 resolve_in_advance = ENABLED
04-20 16:59:43.233 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183229 32000004 username = '[UNDEF]'
04-20 16:59:43.233 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183260 32000004 groupname = '[UNDEF]'
04-20 16:59:43.234 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183291 32000004 chroot_dir = '[UNDEF]'
04-20 16:59:43.235 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183321 32000004 cd_dir = '[UNDEF]'
04-20 16:59:43.236 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183350 32000004 writepid = '[UNDEF]'
04-20 16:59:43.236 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183380 32000004 up_script = '[UNDEF]'
04-20 16:59:43.237 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183410 32000004 down_script = '[UNDEF]'
04-20 16:59:43.238 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183440 32000004 down_pre = DISABLED
04-20 16:59:43.238 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183469 32000004 up_restart = DISABLED
04-20 16:59:43.239 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183498 32000004 up_delay = DISABLED
04-20 16:59:43.239 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183527 32000004 daemon = DISABLED
04-20 16:59:43.241 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183556 32000004 inetd = 0
04-20 16:59:43.241 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183585 32000004 log = DISABLED
04-20 16:59:43.243 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183617 32000004 suppress_timestamps = DISABLED
04-20 16:59:43.243 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183649 32000004 machine_readable_output = ENABLED
04-20 16:59:43.244 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183682 32000004 nice = 0
04-20 16:59:43.245 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183712 32000004 verbosity = 4
04-20 16:59:43.246 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183741 32000004 mute = 0
04-20 16:59:43.247 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183770 32000004 gremlin = 0
04-20 16:59:43.248 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183803 32000004 status_file = '[UNDEF]'
04-20 16:59:43.249 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183835 32000004 status_file_version = 1
04-20 16:59:43.249 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183867 32000004 status_file_update_freq = 60
04-20 16:59:43.250 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183896 32000004 occ = ENABLED
04-20 16:59:43.251 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183931 32000004 rcvbuf = 65536
04-20 16:59:43.251 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183962 32000004 sndbuf = 65536
04-20 16:59:43.252 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.183991 32000004 sockflags = 0
04-20 16:59:43.253 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184021 32000004 fast_io = DISABLED
04-20 16:59:43.253 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184051 32000004 comp.alg = 0
04-20 16:59:43.254 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184081 32000004 comp.flags = 0
04-20 16:59:43.255 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184111 32000004 route_script = '[UNDEF]'
04-20 16:59:43.255 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184226 32000004 route_default_gateway = '[UNDEF]'
04-20 16:59:43.256 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184259 32000004 route_default_metric = 0
04-20 16:59:43.256 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184291 32000004 route_noexec = DISABLED
04-20 16:59:43.257 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184322 32000004 route_delay = 0
04-20 16:59:43.257 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184355 32000004 route_delay_window = 30
04-20 16:59:43.258 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184386 32000004 route_delay_defined = DISABLED
04-20 16:59:43.259 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184416 32000004 route_nopull = DISABLED
04-20 16:59:43.259 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184449 32000004 route_gateway_via_dhcp = DISABLED
04-20 16:59:43.260 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184483 32000004 allow_pull_fqdn = DISABLED
04-20 16:59:43.261 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184531 32000004 management_addr = '/data/user/0/com.openvpn.Durai/cache/mgmtsocket'
04-20 16:59:43.262 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184566 32000004 management_port = 'unix'
04-20 16:59:43.263 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184599 32000004 management_user_pass = '[UNDEF]'
04-20 16:59:43.263 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184636 32000004 management_log_history_cache = 250
04-20 16:59:43.264 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184673 32000004 management_echo_buffer_size = 100
04-20 16:59:43.265 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184712 32000004 management_write_peer_info_file = '[UNDEF]'
04-20 16:59:43.266 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184746 32000004 management_client_user = '[UNDEF]'
04-20 16:59:43.267 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184779 32000004 management_client_group = '[UNDEF]'
04-20 16:59:43.268 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184811 32000004 management_flags = 4390
04-20 16:59:43.268 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184843 32000004 shared_secret_file = '[UNDEF]'
04-20 16:59:43.269 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184874 32000004 key_direction = 0
04-20 16:59:43.270 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184907 32000004 ciphername_defined = DISABLED
04-20 16:59:43.271 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184938 32000004 ciphername = '[UNDEF]'
04-20 16:59:43.272 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184969 32000004 authname_defined = ENABLED
04-20 16:59:43.273 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.184999 32000004 authname = 'SHA1'
04-20 16:59:43.274 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185029 32000004 prng_hash = 'SHA1'
04-20 16:59:43.275 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185061 32000004 prng_nonce_secret_len = 16
04-20 16:59:43.275 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185090 32000004 keysize = 0
04-20 16:59:43.276 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185120 32000004 engine = DISABLED
04-20 16:59:43.277 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185150 32000004 replay = ENABLED
04-20 16:59:43.278 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185181 32000004 mute_replay_warnings = DISABLED
04-20 16:59:43.278 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185217 32000004 replay_window = 64
04-20 16:59:43.279 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185247 32000004 replay_time = 15
04-20 16:59:43.280 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185279 32000004 packet_id_file = '[UNDEF]'
04-20 16:59:43.281 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185309 32000004 use_iv = ENABLED
04-20 16:59:43.281 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185339 32000004 test_crypto = DISABLED
04-20 16:59:43.282 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185369 32000004 tls_server = DISABLED
04-20 16:59:43.283 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185399 32000004 tls_client = ENABLED
04-20 16:59:43.283 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185429 32000004 key_method = 2
04-20 16:59:43.284 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185459 32000004 ca_file = '[[INLINE]]'
04-20 16:59:43.285 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185489 32000004 ca_path = '[UNDEF]'
04-20 16:59:43.285 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185520 32000004 dh_file = '[UNDEF]'
04-20 16:59:43.286 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185550 32000004 cert_file = '[[INLINE]]'
04-20 16:59:43.287 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185581 32000004 priv_key_file = '[[INLINE]]'
04-20 16:59:43.287 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185613 32000004 pkcs12_file = '[UNDEF]'
04-20 16:59:43.288 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185646 32000004 cipher_list = '[UNDEF]'
04-20 16:59:43.288 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185676 32000004 tls_verify = '[UNDEF]'
04-20 16:59:43.289 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185708 32000004 tls_export_cert = '[UNDEF]'
04-20 16:59:43.289 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185739 32000004 verify_x509_type = 0
04-20 16:59:43.290 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185773 32000004 verify_x509_name = '[UNDEF]'
04-20 16:59:43.290 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185803 32000004 crl_file = '[UNDEF]'
04-20 16:59:43.291 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185833 32000004 ns_cert_type = 0
04-20 16:59:43.292 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185864 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.292 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185895 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.293 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185926 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.293 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185958 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.294 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.185988 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.295 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186018 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.295 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186048 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.296 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186079 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.296 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186109 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.297 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186140 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.297 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186170 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.298 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186201 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.298 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186231 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.299 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186263 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.300 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186298 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.300 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186329 32000004 remote_cert_ku[i] = 0
04-20 16:59:43.301 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186360 32000004 remote_cert_eku = '[UNDEF]'
04-20 16:59:43.301 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186390 32000004 ssl_flags = 0
04-20 16:59:43.303 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186425 32000004 tls_timeout = 2
04-20 16:59:43.303 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186456 32000004 renegotiate_bytes = 0
04-20 16:59:43.304 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186487 32000004 renegotiate_packets = 0
04-20 16:59:43.304 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186520 32000004 renegotiate_seconds = 3600
04-20 16:59:43.305 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186552 32000004 handshake_window = 60
04-20 16:59:43.305 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186585 32000004 transition_window = 3600
04-20 16:59:43.306 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186617 32000004 single_session = DISABLED
04-20 16:59:43.307 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186648 32000004 push_peer_info = DISABLED
04-20 16:59:43.307 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186677 32000004 tls_exit = DISABLED
04-20 16:59:43.308 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186708 32000004 tls_auth_file = '[UNDEF]'
04-20 16:59:43.308 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186738 32000004 client = ENABLED
04-20 16:59:43.309 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186767 32000004 pull = ENABLED
04-20 16:59:43.309 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186798 32000004 auth_user_pass_file = 'stdin'
04-20 16:59:43.310 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186841 1 OpenVPN 2.4-icsopenvpn [git:master-7257574249e485f9] android-14-armeabi-v7a [SSL (OpenSSL)] [LZO] [SNAPPY] [LZ4] [EPOLL] [MH] [IPv6] built on Jul 24 2015
04-20 16:59:43.311 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.186901 1 library versions: OpenSSL 1.0.1l 15 Jan 2015, LZO 2.07
04-20 16:59:43.311 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.187358 28000003 MANAGEMENT: Connected to management server at /data/user/0/com.openvpn.Durai/cache/mgmtsocket
04-20 16:59:43.312 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.188229 46000083 MANAGEMENT: CMD 'hold release'
04-20 16:59:43.312 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.198427 46000083 MANAGEMENT: CMD 'bytecount 2'
04-20 16:59:43.313 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.208647 46000083 MANAGEMENT: CMD 'state on'
04-20 16:59:43.313 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.219447 46000083 MANAGEMENT: CMD 'username 'Auth' nav'
04-20 16:59:43.314 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.229707 46000083 MANAGEMENT: CMD 'password [...]'
04-20 16:59:43.315 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678783.241721 46000083 MANAGEMENT: CMD 'proxy NONE'
04-20 16:59:44.253 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.242929 40 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
04-20 16:59:44.254 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.244760 40 ******* WARNING *******: null cipher specified, no encryption will be used
04-20 16:59:44.255 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.245044 3d000004 Control Channel MTU parms [ L:1527 D:140 EF:40 EB:0 ET:0 EL:3 ]
04-20 16:59:44.256 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.245133 3d000004 Data Channel MTU parms [ L:1527 D:1450 EF:27 EB:390 ET:0 EL:3 AF:14/27 ]
04-20 16:59:44.256 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.245247 33000004 Local Options String: 'V4,dev-type tun,link-mtu 1527,tun-mtu 1500,proto TCPv4_CLIENT,cipher [null-cipher],auth SHA1,keysize 0,key-method 2,tls-client'
04-20 16:59:44.259 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.245287 33000004 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1527,tun-mtu 1500,proto TCPv4_SERVER,cipher [null-cipher],auth SHA1,keysize 0,key-method 2,tls-server'
04-20 16:59:44.262 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.245361 3e000004 Local Options hash (VER=V4): 'ddaf1b30'
04-20 16:59:44.263 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.245431 3e000004 Expected Remote Options hash (VER=V4): '77aaccdd'
04-20 16:59:44.265 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.245530 1 TCP/UDP: Preserving recently used remote address: [AF_INET]xx.xx.xx.xx:5555
04-20 16:59:44.266 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.245715 2b000003 Socket Buffers: R=[734003->131072] S=[192239->131072]
04-20 16:59:44.266 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.245773 1 Attempting to establish TCP connection with [AF_INET]xx.xx.xx.xx:5555 [nonblock]
04-20 16:59:44.267 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.245829 28000003 MANAGEMENT: >STATE:1492678784,TCP_CONNECT,,,
04-20 16:59:44.268 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.246654 80 Protecting socket fd 4
04-20 16:59:44.269 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678784.255146 46000083 MANAGEMENT: CMD 'needok 'PROTECTFD' ok'
04-20 16:59:45.257 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678785.256910 1 TCP connection established with [AF_INET]xx.xx.xx.xx:5555
04-20 16:59:45.258 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678785.256970 80 Protecting socket fd 4
04-20 16:59:45.261 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678785.259663 46000083 MANAGEMENT: CMD 'needok 'PROTECTFD' ok'
04-20 16:59:45.261 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678785.259771 1 TCP_CLIENT link local: (not bound)
04-20 16:59:45.262 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678785.259823 1 TCP_CLIENT link remote: [AF_INET]xx.xx.xx.xx:5555
04-20 16:59:45.262 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678785.259929 28000003 MANAGEMENT: >STATE:1492678785,WAIT,,,
04-20 16:59:45.654 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678785.646704 28000003 MANAGEMENT: >STATE:1492678785,AUTH,,,
04-20 16:59:45.655 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678785.646845 14000003 TLS: Initial packet from [AF_INET]xx.xx.xx.xx:5555, sid=2becdedd a8008bb3
04-20 16:59:45.656 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678785.647195 40 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
04-20 16:59:46.050 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678786.048461 14000002 VERIFY OK: depth=0, CN=coreappdev01, O=coreappdev01, OU=coreappdev01, C=US
04-20 16:59:46.641 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678786.639617 14000002 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
04-20 16:59:46.643 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678786.641980 14000002 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
04-20 16:59:46.643 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678786.642211 14000002 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA
04-20 16:59:46.644 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678786.642312 1 [coreappdev01] Peer Connection Initiated with [AF_INET]xx.xx.xx.xx:5555
04-20 16:59:47.821 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678787.801817 28000003 MANAGEMENT: >STATE:1492678787,GET_CONFIG,,,
04-20 16:59:48.963 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678788.961401 22000003 SENT CONTROL [coreappdev01]: 'PUSH_REQUEST' (status=1)
04-20 16:59:49.842 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.840884 22000003 PUSH: Received control message: 'PUSH_REPLY,ping 3,ping-restart 10,ifconfig 192.168.30.13 192.168.30.14,dhcp-option DNS 192.168.30.1,route-gateway 192.168.30.14,redirect-gateway def1'
04-20 16:59:49.843 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.841103 22000003 OPTIONS IMPORT: timers and/or timeouts modified
04-20 16:59:49.844 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.841145 22000003 OPTIONS IMPORT: --ifconfig/up options modified
04-20 16:59:49.844 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.841180 22000003 OPTIONS IMPORT: route options modified
04-20 16:59:49.845 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.841214 22000003 OPTIONS IMPORT: route-related options modified
04-20 16:59:49.877 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.841251 22000003 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
04-20 16:59:49.878 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.841557 40 GDG: SIOCGIFHWADDR(lo) failed
04-20 16:59:49.878 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.841655 3 ROUTE_GATEWAY 127.100.103.119/255.0.0.0 IFACE=lo
04-20 16:59:49.879 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.841730 1 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
04-20 16:59:49.879 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.841800 28000003 MANAGEMENT: >STATE:1492678789,ASSIGN_IP,,192.168.30.13,
04-20 16:59:49.886 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.881090 46000083 MANAGEMENT: CMD 'needok 'IFCONFIG' ok'
04-20 16:59:49.888 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.882118 46000083 MANAGEMENT: CMD 'needok 'ROUTE' ok'
04-20 16:59:49.900 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.891095 46000083 MANAGEMENT: CMD 'needok 'DNSSERVER' ok'
04-20 16:59:49.910 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.899211 46000083 MANAGEMENT: CMD 'needok 'PERSIST_TUN_ACTION' OPEN_BEFORE_CLOSE'
04-20 16:59:50.000 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.999127 46000083 MANAGEMENT: CMD 'needok 'OPENTUN' ok'
04-20 16:59:50.001 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.999309 1 Initialization Sequence Completed
04-20 16:59:50.002 16601-8159/com.openvpn.Durai D/OpenVPN-Communication: 1492678789.999375 28000003 MANAGEMENT: >STATE:1492678789,CONNECTED,SUCCESS,192.168.30.13,xx.xx.xx.xx

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

1 participant