Establishes tcp connection but nothing else?

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
antleo
OpenVpn Newbie
Posts: 7
Joined: Wed Oct 11, 2017 12:28 pm

Establishes tcp connection but nothing else?

Post by antleo » Wed Oct 11, 2017 12:31 pm

I am having a problem of that i would call strange. below is my log file with verb 7(probably not near necessary) it appears to connect via tcp, but not actually open the vpn tunnel? did i miss something or is this a network issue or?

Code: Select all

Wed Oct 11 08:10:50 2017 us=300000 Current Parameter Settings:
Wed Oct 11 08:10:50 2017 us=300000   config = 'client125.ovpn'
Wed Oct 11 08:10:50 2017 us=300000   mode = 0
Wed Oct 11 08:10:50 2017 us=300000   show_ciphers = DISABLED
Wed Oct 11 08:10:50 2017 us=300000   show_digests = DISABLED
Wed Oct 11 08:10:50 2017 us=300000   show_engines = DISABLED
Wed Oct 11 08:10:50 2017 us=300000   genkey = DISABLED
Wed Oct 11 08:10:50 2017 us=300000   key_pass_file = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=300000   show_tls_ciphers = DISABLED
Wed Oct 11 08:10:50 2017 us=300000   connect_retry_max = 0
Wed Oct 11 08:10:50 2017 us=300000 Connection profiles [0]:
Wed Oct 11 08:10:50 2017 us=300000   proto = tcp-client
Wed Oct 11 08:10:50 2017 us=300000   local = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=300000   local_port = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=300000   remote = 'mail.eastern-time.com'
Wed Oct 11 08:10:50 2017 us=300000   remote_port = '1194'
Wed Oct 11 08:10:50 2017 us=300000   remote_float = DISABLED
Wed Oct 11 08:10:50 2017 us=300000   bind_defined = DISABLED
Wed Oct 11 08:10:50 2017 us=300000   bind_local = DISABLED
Wed Oct 11 08:10:50 2017 us=300000   bind_ipv6_only = DISABLED
Wed Oct 11 08:10:50 2017 us=301000   connect_retry_seconds = 5
Wed Oct 11 08:10:50 2017 us=301000   connect_timeout = 120
Wed Oct 11 08:10:50 2017 us=301000   socks_proxy_server = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=301000   socks_proxy_port = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=301000   tun_mtu = 1500
Wed Oct 11 08:10:50 2017 us=301000   tun_mtu_defined = ENABLED
Wed Oct 11 08:10:50 2017 us=301000   link_mtu = 1500
Wed Oct 11 08:10:50 2017 us=301000   link_mtu_defined = DISABLED
Wed Oct 11 08:10:50 2017 us=301000   tun_mtu_extra = 0
Wed Oct 11 08:10:50 2017 us=301000   tun_mtu_extra_defined = DISABLED
Wed Oct 11 08:10:50 2017 us=301000   mtu_discover_type = -1
Wed Oct 11 08:10:50 2017 us=301000   fragment = 0
Wed Oct 11 08:10:50 2017 us=301000   mssfix = 1450
Wed Oct 11 08:10:50 2017 us=301000   explicit_exit_notification = 0
Wed Oct 11 08:10:50 2017 us=301000 Connection profiles END
Wed Oct 11 08:10:50 2017 us=301000   remote_random = DISABLED
Wed Oct 11 08:10:50 2017 us=301000   ipchange = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=301000   dev = 'tun'
Wed Oct 11 08:10:50 2017 us=301000   dev_type = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=301000   dev_node = 'eth0'
Wed Oct 11 08:10:50 2017 us=301000   lladdr = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=301000   topology = 1
Wed Oct 11 08:10:50 2017 us=301000   ifconfig_local = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=301000   ifconfig_remote_netmask = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=301000   ifconfig_noexec = DISABLED
Wed Oct 11 08:10:50 2017 us=301000   ifconfig_nowarn = DISABLED
Wed Oct 11 08:10:50 2017 us=301000   ifconfig_ipv6_local = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=301000   ifconfig_ipv6_netbits = 0
Wed Oct 11 08:10:50 2017 us=301000   ifconfig_ipv6_remote = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=301000   shaper = 0
Wed Oct 11 08:10:50 2017 us=301000   mtu_test = 0
Wed Oct 11 08:10:50 2017 us=301000   mlock = DISABLED
Wed Oct 11 08:10:50 2017 us=301000   keepalive_ping = 0
Wed Oct 11 08:10:50 2017 us=301000   keepalive_timeout = 0
Wed Oct 11 08:10:50 2017 us=302000   inactivity_timeout = 0
Wed Oct 11 08:10:50 2017 us=302000   ping_send_timeout = 0
Wed Oct 11 08:10:50 2017 us=302000   ping_rec_timeout = 0
Wed Oct 11 08:10:50 2017 us=302000   ping_rec_timeout_action = 0
Wed Oct 11 08:10:50 2017 us=302000   ping_timer_remote = DISABLED
Wed Oct 11 08:10:50 2017 us=302000   remap_sigusr1 = 0
Wed Oct 11 08:10:50 2017 us=302000   persist_tun = ENABLED
Wed Oct 11 08:10:50 2017 us=302000   persist_local_ip = DISABLED
Wed Oct 11 08:10:50 2017 us=302000   persist_remote_ip = DISABLED
Wed Oct 11 08:10:50 2017 us=302000   persist_key = ENABLED
Wed Oct 11 08:10:50 2017 us=302000   passtos = DISABLED
Wed Oct 11 08:10:50 2017 us=302000   resolve_retry_seconds = 1000000000
Wed Oct 11 08:10:50 2017 us=302000   resolve_in_advance = DISABLED
Wed Oct 11 08:10:50 2017 us=302000   username = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=302000   groupname = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=302000   chroot_dir = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=302000   cd_dir = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=302000   writepid = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=302000   up_script = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=302000   down_script = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=302000   down_pre = DISABLED
Wed Oct 11 08:10:50 2017 us=302000   up_restart = DISABLED
Wed Oct 11 08:10:50 2017 us=302000   up_delay = DISABLED
Wed Oct 11 08:10:50 2017 us=303000   daemon = DISABLED
Wed Oct 11 08:10:50 2017 us=303000   inetd = 0
Wed Oct 11 08:10:50 2017 us=303000   log = ENABLED
Wed Oct 11 08:10:50 2017 us=303000   suppress_timestamps = DISABLED
Wed Oct 11 08:10:50 2017 us=303000   machine_readable_output = DISABLED
Wed Oct 11 08:10:50 2017 us=303000   nice = 0
Wed Oct 11 08:10:50 2017 us=303000   verbosity = 7
Wed Oct 11 08:10:50 2017 us=303000   mute = 0
Wed Oct 11 08:10:50 2017 us=303000   gremlin = 0
Wed Oct 11 08:10:50 2017 us=303000   status_file = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=303000   status_file_version = 1
Wed Oct 11 08:10:50 2017 us=303000   status_file_update_freq = 60
Wed Oct 11 08:10:50 2017 us=303000   occ = ENABLED
Wed Oct 11 08:10:50 2017 us=303000   rcvbuf = 0
Wed Oct 11 08:10:50 2017 us=303000   sndbuf = 0
Wed Oct 11 08:10:50 2017 us=303000   sockflags = 0
Wed Oct 11 08:10:50 2017 us=303000   fast_io = DISABLED
Wed Oct 11 08:10:50 2017 us=303000   comp.alg = 2
Wed Oct 11 08:10:50 2017 us=303000   comp.flags = 1
Wed Oct 11 08:10:50 2017 us=303000   route_script = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=303000   route_default_gateway = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=303000   route_default_metric = 0
Wed Oct 11 08:10:50 2017 us=303000   route_noexec = DISABLED
Wed Oct 11 08:10:50 2017 us=303000   route_delay = 5
Wed Oct 11 08:10:50 2017 us=303000   route_delay_window = 30
Wed Oct 11 08:10:50 2017 us=303000   route_delay_defined = ENABLED
Wed Oct 11 08:10:50 2017 us=303000   route_nopull = DISABLED
Wed Oct 11 08:10:50 2017 us=303000   route_gateway_via_dhcp = DISABLED
Wed Oct 11 08:10:50 2017 us=303000   allow_pull_fqdn = DISABLED
Wed Oct 11 08:10:50 2017 us=303000   management_addr = '127.0.0.1'
Wed Oct 11 08:10:50 2017 us=303000   management_port = '25341'
Wed Oct 11 08:10:50 2017 us=303000   management_user_pass = 'stdin'
Wed Oct 11 08:10:50 2017 us=303000   management_log_history_cache = 250
Wed Oct 11 08:10:50 2017 us=303000   management_echo_buffer_size = 100
Wed Oct 11 08:10:50 2017 us=303000   management_write_peer_info_file = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=303000   management_client_user = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=303000   management_client_group = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=303000   management_flags = 6
Wed Oct 11 08:10:50 2017 us=304000   shared_secret_file = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=304000   key_direction = 0
Wed Oct 11 08:10:50 2017 us=304000   ciphername = 'AES-256-CBC'
Wed Oct 11 08:10:50 2017 us=304000   ncp_enabled = ENABLED
Wed Oct 11 08:10:50 2017 us=304000   ncp_ciphers = 'AES-256-GCM:AES-128-GCM'
Wed Oct 11 08:10:50 2017 us=304000   authname = 'SHA1'
Wed Oct 11 08:10:50 2017 us=304000   prng_hash = 'SHA1'
Wed Oct 11 08:10:50 2017 us=304000   prng_nonce_secret_len = 16
Wed Oct 11 08:10:50 2017 us=304000   keysize = 0
Wed Oct 11 08:10:50 2017 us=304000   engine = DISABLED
Wed Oct 11 08:10:50 2017 us=304000   replay = ENABLED
Wed Oct 11 08:10:50 2017 us=304000   mute_replay_warnings = ENABLED
Wed Oct 11 08:10:50 2017 us=304000   replay_window = 64
Wed Oct 11 08:10:50 2017 us=304000   replay_time = 15
Wed Oct 11 08:10:50 2017 us=304000   packet_id_file = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=304000   use_iv = ENABLED
Wed Oct 11 08:10:50 2017 us=304000   test_crypto = DISABLED
Wed Oct 11 08:10:50 2017 us=304000   tls_server = DISABLED
Wed Oct 11 08:10:50 2017 us=304000   tls_client = ENABLED
Wed Oct 11 08:10:50 2017 us=304000   key_method = 2
Wed Oct 11 08:10:50 2017 us=304000   ca_file = 'C:\Program Files\OpenVPN\config\ca.crt'
Wed Oct 11 08:10:50 2017 us=304000   ca_path = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=304000   dh_file = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=304000   cert_file = 'C:\Program Files\OpenVPN\config\Technician-AP.crt'
Wed Oct 11 08:10:50 2017 us=304000   extra_certs_file = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=304000   priv_key_file = 'C:\Program Files\OpenVPN\config\Technician-AP.key'
Wed Oct 11 08:10:50 2017 us=304000   pkcs12_file = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=304000   cryptoapi_cert = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=304000   cipher_list = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=304000   tls_verify = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=304000   tls_export_cert = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=304000   verify_x509_type = 0
Wed Oct 11 08:10:50 2017 us=304000   verify_x509_name = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=304000   crl_file = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=304000   ns_cert_type = 0
Wed Oct 11 08:10:50 2017 us=304000   remote_cert_ku[i] = 160
Wed Oct 11 08:10:50 2017 us=304000   remote_cert_ku[i] = 136
Wed Oct 11 08:10:50 2017 us=304000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=304000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_ku[i] = 0
Wed Oct 11 08:10:50 2017 us=305000   remote_cert_eku = 'TLS Web Server Authentication'
Wed Oct 11 08:10:50 2017 us=305000   ssl_flags = 0
Wed Oct 11 08:10:50 2017 us=305000   tls_timeout = 2
Wed Oct 11 08:10:50 2017 us=305000   renegotiate_bytes = -1
Wed Oct 11 08:10:50 2017 us=305000   renegotiate_packets = 0
Wed Oct 11 08:10:50 2017 us=305000   renegotiate_seconds = 3600
Wed Oct 11 08:10:50 2017 us=305000   handshake_window = 60
Wed Oct 11 08:10:50 2017 us=305000   transition_window = 3600
Wed Oct 11 08:10:50 2017 us=305000   single_session = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   push_peer_info = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   tls_exit = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   tls_auth_file = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=305000   tls_crypt_file = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=305000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_protected_authentication = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_private_mode = 00000000
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_cert_private = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_pin_cache_period = -1
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_id = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=306000   pkcs11_id_management = DISABLED
Wed Oct 11 08:10:50 2017 us=306000   server_network = 0.0.0.0
Wed Oct 11 08:10:50 2017 us=306000   server_netmask = 0.0.0.0
Wed Oct 11 08:10:50 2017 us=307000   server_network_ipv6 = ::
Wed Oct 11 08:10:50 2017 us=307000   server_netbits_ipv6 = 0
Wed Oct 11 08:10:50 2017 us=307000   server_bridge_ip = 0.0.0.0
Wed Oct 11 08:10:50 2017 us=307000   server_bridge_netmask = 0.0.0.0
Wed Oct 11 08:10:50 2017 us=307000   server_bridge_pool_start = 0.0.0.0
Wed Oct 11 08:10:50 2017 us=307000   server_bridge_pool_end = 0.0.0.0
Wed Oct 11 08:10:50 2017 us=307000   ifconfig_pool_defined = DISABLED
Wed Oct 11 08:10:50 2017 us=307000   ifconfig_pool_start = 0.0.0.0
Wed Oct 11 08:10:50 2017 us=307000   ifconfig_pool_end = 0.0.0.0
Wed Oct 11 08:10:50 2017 us=307000   ifconfig_pool_netmask = 0.0.0.0
Wed Oct 11 08:10:50 2017 us=307000   ifconfig_pool_persist_filename = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=307000   ifconfig_pool_persist_refresh_freq = 600
Wed Oct 11 08:10:50 2017 us=307000   ifconfig_ipv6_pool_defined = DISABLED
Wed Oct 11 08:10:50 2017 us=307000   ifconfig_ipv6_pool_base = ::
Wed Oct 11 08:10:50 2017 us=307000   ifconfig_ipv6_pool_netbits = 0
Wed Oct 11 08:10:50 2017 us=307000   n_bcast_buf = 256
Wed Oct 11 08:10:50 2017 us=307000   tcp_queue_limit = 64
Wed Oct 11 08:10:50 2017 us=307000   real_hash_size = 256
Wed Oct 11 08:10:50 2017 us=307000   virtual_hash_size = 256
Wed Oct 11 08:10:50 2017 us=307000   client_connect_script = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=307000   learn_address_script = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=307000   client_disconnect_script = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=307000   client_config_dir = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=307000   ccd_exclusive = DISABLED
Wed Oct 11 08:10:50 2017 us=307000   tmp_dir = 'C:\Users\anthonyp\AppData\Local\Temp\'
Wed Oct 11 08:10:50 2017 us=307000   push_ifconfig_defined = DISABLED
Wed Oct 11 08:10:50 2017 us=307000   push_ifconfig_local = 0.0.0.0
Wed Oct 11 08:10:50 2017 us=307000   push_ifconfig_remote_netmask = 0.0.0.0
Wed Oct 11 08:10:50 2017 us=307000   push_ifconfig_ipv6_defined = DISABLED
Wed Oct 11 08:10:50 2017 us=307000   push_ifconfig_ipv6_local = ::/0
Wed Oct 11 08:10:50 2017 us=307000   push_ifconfig_ipv6_remote = ::
Wed Oct 11 08:10:50 2017 us=307000   enable_c2c = DISABLED
Wed Oct 11 08:10:50 2017 us=307000   duplicate_cn = DISABLED
Wed Oct 11 08:10:50 2017 us=307000   cf_max = 0
Wed Oct 11 08:10:50 2017 us=307000   cf_per = 0
Wed Oct 11 08:10:50 2017 us=307000   max_clients = 1024
Wed Oct 11 08:10:50 2017 us=308000   max_routes_per_client = 256
Wed Oct 11 08:10:50 2017 us=308000   auth_user_pass_verify_script = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=308000   auth_user_pass_verify_script_via_file = DISABLED
Wed Oct 11 08:10:50 2017 us=308000   auth_token_generate = DISABLED
Wed Oct 11 08:10:50 2017 us=308000   auth_token_lifetime = 0
Wed Oct 11 08:10:50 2017 us=308000   client = ENABLED
Wed Oct 11 08:10:50 2017 us=308000   pull = ENABLED
Wed Oct 11 08:10:50 2017 us=308000   auth_user_pass_file = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=308000   show_net_up = DISABLED
Wed Oct 11 08:10:50 2017 us=308000   route_method = 0
Wed Oct 11 08:10:50 2017 us=308000   block_outside_dns = DISABLED
Wed Oct 11 08:10:50 2017 us=308000   ip_win32_defined = DISABLED
Wed Oct 11 08:10:50 2017 us=308000   ip_win32_type = 3
Wed Oct 11 08:10:50 2017 us=308000   dhcp_masq_offset = 0
Wed Oct 11 08:10:50 2017 us=308000   dhcp_lease_time = 31536000
Wed Oct 11 08:10:50 2017 us=308000   tap_sleep = 0
Wed Oct 11 08:10:50 2017 us=308000   dhcp_options = DISABLED
Wed Oct 11 08:10:50 2017 us=308000   dhcp_renew = DISABLED
Wed Oct 11 08:10:50 2017 us=308000   dhcp_pre_release = DISABLED
Wed Oct 11 08:10:50 2017 us=308000   dhcp_release = DISABLED
Wed Oct 11 08:10:50 2017 us=308000   domain = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=308000   netbios_scope = '[UNDEF]'
Wed Oct 11 08:10:50 2017 us=308000   netbios_node_type = 0
Wed Oct 11 08:10:50 2017 us=308000   disable_nbt = DISABLED
Wed Oct 11 08:10:50 2017 us=308000 OpenVPN 2.4.0 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Jan 31 2017
Wed Oct 11 08:10:50 2017 us=308000 Windows version 6.1 (Windows 7) 64bit
Wed Oct 11 08:10:50 2017 us=308000 library versions: OpenSSL 1.0.2k  26 Jan 2017, LZO 2.09
Enter Management Password:
Wed Oct 11 08:10:50 2017 us=311000 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:25341
Wed Oct 11 08:10:50 2017 us=311000 Need hold release from management interface, waiting...
Wed Oct 11 08:10:50 2017 us=707000 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:25341
Wed Oct 11 08:10:50 2017 us=809000 MANAGEMENT: CMD 'state on'
Wed Oct 11 08:10:50 2017 us=812000 MANAGEMENT: CMD 'log all on'
Wed Oct 11 08:10:51 2017 us=20000 MANAGEMENT: CMD 'hold off'
Wed Oct 11 08:10:51 2017 us=22000 MANAGEMENT: CMD 'hold release'
Wed Oct 11 08:10:51 2017 us=237000 PRNG init md=SHA1 size=36
Wed Oct 11 08:10:51 2017 us=237000 LZO compression initializing
Wed Oct 11 08:10:51 2017 us=237000 PID packet_id_init seq_backtrack=64 time_backtrack=15
Wed Oct 11 08:10:51 2017 us=237000 PID packet_id_init seq_backtrack=64 time_backtrack=15
Wed Oct 11 08:10:51 2017 us=237000 PID packet_id_init seq_backtrack=64 time_backtrack=15
Wed Oct 11 08:10:51 2017 us=237000 PID packet_id_init seq_backtrack=64 time_backtrack=15
Wed Oct 11 08:10:51 2017 us=237000 Control Channel MTU parms [ L:1624 D:1210 EF:40 EB:0 ET:0 EL:3 ]
Wed Oct 11 08:10:51 2017 us=237000 MTU DYNAMIC mtu=1450, flags=2, 1624 -> 1450
Wed Oct 11 08:10:51 2017 us=237000 MANAGEMENT: >STATE:1507723851,RESOLVE,,,,,,
Wed Oct 11 08:10:51 2017 us=237000 GETADDRINFO flags=0x0101 ai_family=0 ai_socktype=1
Wed Oct 11 08:10:51 2017 us=263000 RESOLVE_REMOTE flags=0x0101 phase=1 rrs=0 sig=-1 status=0
Wed Oct 11 08:10:51 2017 us=263000 Data Channel MTU parms [ L:1624 D:1450 EF:124 EB:406 ET:0 EL:3 ]
Wed Oct 11 08:10:51 2017 us=263000 crypto_adjust_frame_parameters: Adjusting frame parameters for crypto by 56 bytes
Wed Oct 11 08:10:51 2017 us=263000 calc_options_string_link_mtu: link-mtu 1624 -> 1560
Wed Oct 11 08:10:51 2017 us=263000 crypto_adjust_frame_parameters: Adjusting frame parameters for crypto by 56 bytes
Wed Oct 11 08:10:51 2017 us=264000 calc_options_string_link_mtu: link-mtu 1624 -> 1560
Wed Oct 11 08:10:51 2017 us=264000 Local Options String (VER=V4): 'V4,dev-type tun,link-mtu 1560,tun-mtu 1500,proto TCPv4_CLIENT,comp-lzo,cipher AES-256-CBC,auth SHA1,keysize 256,key-method 2,tls-client'
Wed Oct 11 08:10:51 2017 us=264000 Expected Remote Options String (VER=V4): 'V4,dev-type tun,link-mtu 1560,tun-mtu 1500,proto TCPv4_SERVER,comp-lzo,cipher AES-256-CBC,auth SHA1,keysize 256,key-method 2,tls-server'
Wed Oct 11 08:10:51 2017 us=264000 TCP/UDP: Preserving recently used remote address: [AF_INET]208.58.39.46:1194
Wed Oct 11 08:10:51 2017 us=264000 Socket Buffers: R=[8192->8192] S=[8192->8192]
Wed Oct 11 08:10:51 2017 us=264000 Attempting to establish TCP connection with [AF_INET]208.58.39.46:1194 [nonblock]
Wed Oct 11 08:10:51 2017 us=264000 MANAGEMENT: >STATE:1507723851,TCP_CONNECT,,,,,,
Wed Oct 11 08:12:51 2017 us=282000 TCP: connect to [AF_INET]208.58.39.46:1194 failed: Connection timed out (WSAETIMEDOUT)
Wed Oct 11 08:12:51 2017 us=283000 PID packet_id_free
Wed Oct 11 08:12:51 2017 us=283000 PID packet_id_free
Wed Oct 11 08:12:51 2017 us=283000 PID packet_id_free
Wed Oct 11 08:12:51 2017 us=283000 PID packet_id_free
Wed Oct 11 08:12:51 2017 us=284000 PID packet_id_free
Wed Oct 11 08:12:51 2017 us=284000 PID packet_id_free
Wed Oct 11 08:12:51 2017 us=284000 PID packet_id_free
Wed Oct 11 08:12:51 2017 us=284000 PID packet_id_free
Wed Oct 11 08:12:51 2017 us=284000 PID packet_id_free
Wed Oct 11 08:12:51 2017 us=285000 SIGUSR1[connection failed(soft),init_instance] received, process restarting
Wed Oct 11 08:12:51 2017 us=285000 MANAGEMENT: >STATE:1507723971,RECONNECTING,init_instance,,,,,
Wed Oct 11 08:12:51 2017 us=285000 Restart pause, 5 second(s)
Wed Oct 11 08:12:56 2017 us=285000 Re-using SSL/TLS context
Wed Oct 11 08:12:56 2017 us=286000 LZO compression initializing
Wed Oct 11 08:12:56 2017 us=286000 PID packet_id_init seq_backtrack=64 time_backtrack=15
Wed Oct 11 08:12:56 2017 us=286000 PID packet_id_init seq_backtrack=64 time_backtrack=15
Wed Oct 11 08:12:56 2017 us=286000 PID packet_id_init seq_backtrack=64 time_backtrack=15
Wed Oct 11 08:12:56 2017 us=287000 PID packet_id_init seq_backtrack=64 time_backtrack=15
Wed Oct 11 08:12:56 2017 us=287000 Control Channel MTU parms [ L:1624 D:1210 EF:40 EB:0 ET:0 EL:3 ]
Wed Oct 11 08:12:56 2017 us=287000 MTU DYNAMIC mtu=1450, flags=2, 1624 -> 1450
Wed Oct 11 08:12:56 2017 us=288000 MANAGEMENT: >STATE:1507723976,RESOLVE,,,,,,
Wed Oct 11 08:12:56 2017 us=288000 GETADDRINFO flags=0x0101 ai_family=0 ai_socktype=1
Wed Oct 11 08:12:56 2017 us=290000 RESOLVE_REMOTE flags=0x0101 phase=1 rrs=0 sig=-1 status=0
Wed Oct 11 08:12:56 2017 us=290000 Data Channel MTU parms [ L:1624 D:1450 EF:124 EB:406 ET:0 EL:3 ]
Wed Oct 11 08:12:56 2017 us=290000 crypto_adjust_frame_parameters: Adjusting frame parameters for crypto by 56 bytes
Wed Oct 11 08:12:56 2017 us=291000 calc_options_string_link_mtu: link-mtu 1624 -> 1560
Wed Oct 11 08:12:56 2017 us=291000 crypto_adjust_frame_parameters: Adjusting frame parameters for crypto by 56 bytes
Wed Oct 11 08:12:56 2017 us=291000 calc_options_string_link_mtu: link-mtu 1624 -> 1560
Wed Oct 11 08:12:56 2017 us=291000 Local Options String (VER=V4): 'V4,dev-type tun,link-mtu 1560,tun-mtu 1500,proto TCPv4_CLIENT,comp-lzo,cipher AES-256-CBC,auth SHA1,keysize 256,key-method 2,tls-client'
Wed Oct 11 08:12:56 2017 us=292000 Expected Remote Options String (VER=V4): 'V4,dev-type tun,link-mtu 1560,tun-mtu 1500,proto TCPv4_SERVER,comp-lzo,cipher AES-256-CBC,auth SHA1,keysize 256,key-method 2,tls-server'
Wed Oct 11 08:12:56 2017 us=292000 TCP/UDP: Preserving recently used remote address: [AF_INET]208.58.39.46:1194
Wed Oct 11 08:12:56 2017 us=292000 Socket Buffers: R=[8192->8192] S=[8192->8192]
Wed Oct 11 08:12:56 2017 us=293000 Attempting to establish TCP connection with [AF_INET]208.58.39.46:1194 [nonblock]
Wed Oct 11 08:12:56 2017 us=293000 MANAGEMENT: >STATE:1507723976,TCP_CONNECT,,,,,,
Wed Oct 11 08:14:56 2017 us=302000 TCP: connect to [AF_INET]208.58.39.46:1194 failed: Connection timed out (WSAETIMEDOUT)
Wed Oct 11 08:14:56 2017 us=302000 PID packet_id_free
Wed Oct 11 08:14:56 2017 us=302000 PID packet_id_free
Wed Oct 11 08:14:56 2017 us=302000 PID packet_id_free
Wed Oct 11 08:14:56 2017 us=303000 PID packet_id_free
Wed Oct 11 08:14:56 2017 us=303000 PID packet_id_free
Wed Oct 11 08:14:56 2017 us=303000 PID packet_id_free
Wed Oct 11 08:14:56 2017 us=303000 PID packet_id_free
Wed Oct 11 08:14:56 2017 us=303000 PID packet_id_free
Wed Oct 11 08:14:56 2017 us=303000 PID packet_id_free
Wed Oct 11 08:14:56 2017 us=303000 SIGUSR1[connection failed(soft),init_instance] received, process restarting
Wed Oct 11 08:14:56 2017 us=303000 MANAGEMENT: >STATE:1507724096,RECONNECTING,init_instance,,,,,
Wed Oct 11 08:14:56 2017 us=303000 Restart pause, 5 second(s)
Wed Oct 11 08:15:01 2017 us=304000 Re-using SSL/TLS context
Wed Oct 11 08:15:01 2017 us=304000 LZO compression initializing
Wed Oct 11 08:15:01 2017 us=305000 PID packet_id_init seq_backtrack=64 time_backtrack=15
Wed Oct 11 08:15:01 2017 us=305000 PID packet_id_init seq_backtrack=64 time_backtrack=15
Wed Oct 11 08:15:01 2017 us=305000 PID packet_id_init seq_backtrack=64 time_backtrack=15
Wed Oct 11 08:15:01 2017 us=305000 PID packet_id_init seq_backtrack=64 time_backtrack=15
Wed Oct 11 08:15:01 2017 us=305000 Control Channel MTU parms [ L:1624 D:1210 EF:40 EB:0 ET:0 EL:3 ]
Wed Oct 11 08:15:01 2017 us=305000 MTU DYNAMIC mtu=1450, flags=2, 1624 -> 1450
Wed Oct 11 08:15:01 2017 us=306000 MANAGEMENT: >STATE:1507724101,RESOLVE,,,,,,
Wed Oct 11 08:15:01 2017 us=306000 GETADDRINFO flags=0x0101 ai_family=0 ai_socktype=1
Wed Oct 11 08:15:01 2017 us=307000 RESOLVE_REMOTE flags=0x0101 phase=1 rrs=0 sig=-1 status=0
Wed Oct 11 08:15:01 2017 us=307000 Data Channel MTU parms [ L:1624 D:1450 EF:124 EB:406 ET:0 EL:3 ]
Wed Oct 11 08:15:01 2017 us=307000 crypto_adjust_frame_parameters: Adjusting frame parameters for crypto by 56 bytes
Wed Oct 11 08:15:01 2017 us=308000 calc_options_string_link_mtu: link-mtu 1624 -> 1560
Wed Oct 11 08:15:01 2017 us=308000 crypto_adjust_frame_parameters: Adjusting frame parameters for crypto by 56 bytes
Wed Oct 11 08:15:01 2017 us=308000 calc_options_string_link_mtu: link-mtu 1624 -> 1560
Wed Oct 11 08:15:01 2017 us=308000 Local Options String (VER=V4): 'V4,dev-type tun,link-mtu 1560,tun-mtu 1500,proto TCPv4_CLIENT,comp-lzo,cipher AES-256-CBC,auth SHA1,keysize 256,key-method 2,tls-client'
Wed Oct 11 08:15:01 2017 us=308000 Expected Remote Options String (VER=V4): 'V4,dev-type tun,link-mtu 1560,tun-mtu 1500,proto TCPv4_SERVER,comp-lzo,cipher AES-256-CBC,auth SHA1,keysize 256,key-method 2,tls-server'
Wed Oct 11 08:15:01 2017 us=309000 TCP/UDP: Preserving recently used remote address: [AF_INET]208.58.39.46:1194
Wed Oct 11 08:15:01 2017 us=309000 Socket Buffers: R=[8192->8192] S=[8192->8192]
Wed Oct 11 08:15:01 2017 us=309000 Attempting to establish TCP connection with [AF_INET]208.58.39.46:1194 [nonblock]
Wed Oct 11 08:15:01 2017 us=309000 MANAGEMENT: >STATE:1507724101,TCP_CONNECT,,,,,,
Wed Oct 11 08:16:57 2017 us=314000 PID packet_id_free
Wed Oct 11 08:16:57 2017 us=315000 PID packet_id_free
Wed Oct 11 08:16:57 2017 us=315000 PID packet_id_free
Wed Oct 11 08:16:57 2017 us=316000 PID packet_id_free
Wed Oct 11 08:16:57 2017 us=316000 PID packet_id_free
Wed Oct 11 08:16:57 2017 us=316000 PID packet_id_free
Wed Oct 11 08:16:57 2017 us=317000 PID packet_id_free
Wed Oct 11 08:16:57 2017 us=317000 PID packet_id_free
Wed Oct 11 08:16:57 2017 us=317000 TCP/UDP: Closing socket
Wed Oct 11 08:16:57 2017 us=318000 PID packet_id_free
Wed Oct 11 08:16:57 2017 us=318000 SIGTERM[hard,init_instance] received, process exiting
Wed Oct 11 08:16:57 2017 us=318000 MANAGEMENT: >STATE:1507724217,EXITING,init_instance,,,,,
Wed Oct 11 08:16:57 2017 us=320000 PKCS#11: Terminating openssl
Wed Oct 11 08:16:57 2017 us=320000 PKCS#11: Removing providers
Wed Oct 11 08:16:57 2017 us=320000 PKCS#11: Releasing sessions
Wed Oct 11 08:16:57 2017 us=320000 PKCS#11: Terminating slotevent
Wed Oct 11 08:16:57 2017 us=320000 PKCS#11: Marking as uninitialized

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Establishes tcp connection but nothing else?

Post by TinCanTech » Wed Oct 11, 2017 5:48 pm

antleo wrote:
Wed Oct 11, 2017 12:31 pm
Wed Oct 11 08:12:56 2017 us=293000 Attempting to establish TCP connection with [AF_INET]208.58.39.46:1194 [nonblock]
Wed Oct 11 08:12:56 2017 us=293000 MANAGEMENT: >STATE:1507723976,TCP_CONNECT,,,,,,
Wed Oct 11 08:14:56 2017 us=302000 TCP: connect to [AF_INET]208.58.39.46:1194 failed: Connection timed out (WSAETIMEDOUT)
Please see:
HOWTO: Request Help !

Post Reply