Not stable connection with Windows IPEnableRouter

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
mazurep
OpenVpn Newbie
Posts: 8
Joined: Wed Feb 06, 2019 8:07 pm

Not stable connection with Windows IPEnableRouter

Post by mazurep » Wed Feb 06, 2019 9:19 pm

Hi
I installed OpenVPN server on Windows machine (tested server installation on Windows 7 and Windows 2012R2 two different internet connections with the same issue).
Till IPEnableRouter in Windows registry is 0 connection to VPN server is stable. When I enable IPEnableRouter in registry connection becomes unstable as below.
Reply from 10.135.136.1: bytes=32 time=73ms TTL=128
Reply from 10.135.136.1: bytes=32 time=66ms TTL=128
Reply from 10.135.136.1: bytes=32 time=75ms TTL=128
Request timed out.
Reply from 10.135.136.1: bytes=32 time=3300ms TTL=128
Reply from 10.135.136.1: bytes=32 time=64ms TTL=128
Reply from 10.135.136.1: bytes=32 time=67ms TTL=128
Request timed out.
Reply from 10.135.136.1: bytes=32 time=3816ms TTL=128
Reply from 10.135.136.1: bytes=32 time=70ms TTL=128
Reply from 10.135.136.1: bytes=32 time=104ms TTL=128
Request timed out.
Reply from 10.135.136.1: bytes=32 time=3309ms TTL=128
Reply from 10.135.136.1: bytes=32 time=65ms TTL=128
Reply from 10.135.136.1: bytes=32 time=59ms TTL=128

Already tried decrease MTU on both ends, use mssfix, disable Windows firewall, enable compression, change cipher with no changes.
Below server config

port 1194
proto udp
dev tun
ca "C:\\OpenVPN\\config\\ca.crt"
cert "C:\\OpenVPN\\config\\server.crt"
key "C:\\OpenVPN\\config\\server.key"
dh "C:\\OpenVPN\\config\\dh2048.pem"
server 10.135.136.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 192.168.1.0 255.255.255.0"
duplicate-cn
keepalive 10 120
tls-auth ta.key 0
cipher AES-256-GCM
comp-lzo
persist-key
persist-tun
verb 3
mssfix 1450

and client

client
dev tun
proto udp
remote xx.xx.xx.xx 1194
nobind
persist-key
persist-tun
mute-replay-warnings
ca ca.crt
cert pawelpc2.crt
key pawelpc2.key
remote-cert-tls server
tls-auth ta.key 1
cipher AES-256-GCM
comp-lzo
verb 7
tls-client
mssfix 1450

OpenVPN Windows package version 2.4.6
Any chance to take a look what I’m doing wrong ?
Thanks a lot
Pawel

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

Re: Not stable connection with Windows IPEnableRouter

Post by TinCanTech » Thu Feb 07, 2019 2:17 am

Did you enable Windows router or not ?

mazurep
OpenVpn Newbie
Posts: 8
Joined: Wed Feb 06, 2019 8:07 pm

Re: Not stable connection with Windows IPEnableRouter

Post by mazurep » Thu Feb 07, 2019 7:03 pm

Yes, as mentioned by setting IPEnableRouter to 1 and started Routing and RAS services. Every time when router is enabled issue occurs. When router is disabled i have no problem with it but of course no access to routed networks...

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

Re: Not stable connection with Windows IPEnableRouter

Post by TinCanTech » Thu Feb 07, 2019 10:32 pm

Re: Not stable connection with Windows IPEnableRouter

Windows IPEnableRouter has no effect on the stability of openvpn.

viewtopic.php?f=30&t=22603

mazurep
OpenVpn Newbie
Posts: 8
Joined: Wed Feb 06, 2019 8:07 pm

Re: Not stable connection with Windows IPEnableRouter

Post by mazurep » Fri Feb 08, 2019 6:46 am

Unfortunately in my case it has. When I change proto from udp to tcp connection is stable. With udp no chance for stable connection, it is stable with disabled Windows router. I tested it on different internet connections, server and client site. Thank you for your help.

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

Re: Not stable connection with Windows IPEnableRouter

Post by TinCanTech » Fri Feb 08, 2019 11:27 am

Please read my last post .. we cannot help without the details requested.

mazurep
OpenVpn Newbie
Posts: 8
Joined: Wed Feb 06, 2019 8:07 pm

Re: Not stable connection with Windows IPEnableRouter

Post by mazurep » Fri Feb 08, 2019 7:37 pm

Hi, below server and client logs.

Code: Select all

### modorator edit: Please use formatting tools

Fri Feb 08 20:06:26 2019 us=840868 Current Parameter Settings:
Fri Feb 08 20:06:26 2019 us=840868   config = 'server.ovpn'
Fri Feb 08 20:06:26 2019 us=840868   mode = 1
Fri Feb 08 20:06:26 2019 us=840868   show_ciphers = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   show_digests = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   show_engines = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   genkey = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   key_pass_file = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   show_tls_ciphers = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   connect_retry_max = 0
Fri Feb 08 20:06:26 2019 us=840868 Connection profiles [0]:
Fri Feb 08 20:06:26 2019 us=840868   proto = udp
Fri Feb 08 20:06:26 2019 us=840868   local = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   local_port = '1194'
Fri Feb 08 20:06:26 2019 us=840868   remote = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   remote_port = '1194'
Fri Feb 08 20:06:26 2019 us=840868   remote_float = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   bind_defined = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   bind_local = ENABLED
Fri Feb 08 20:06:26 2019 us=840868   bind_ipv6_only = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   connect_retry_seconds = 5
Fri Feb 08 20:06:26 2019 us=840868   connect_timeout = 120
Fri Feb 08 20:06:26 2019 us=840868   socks_proxy_server = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   socks_proxy_port = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   tun_mtu = 1500
Fri Feb 08 20:06:26 2019 us=840868   tun_mtu_defined = ENABLED
Fri Feb 08 20:06:26 2019 us=840868   link_mtu = 1500
Fri Feb 08 20:06:26 2019 us=840868   link_mtu_defined = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   tun_mtu_extra = 0
Fri Feb 08 20:06:26 2019 us=840868   tun_mtu_extra_defined = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   mtu_discover_type = -1
Fri Feb 08 20:06:26 2019 us=840868   fragment = 0
Fri Feb 08 20:06:26 2019 us=840868   mssfix = 1450
Fri Feb 08 20:06:26 2019 us=840868   explicit_exit_notification = 0
Fri Feb 08 20:06:26 2019 us=840868 Connection profiles END
Fri Feb 08 20:06:26 2019 us=840868   remote_random = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   ipchange = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   dev = 'tun'
Fri Feb 08 20:06:26 2019 us=840868   dev_type = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   dev_node = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   lladdr = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   topology = 1
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_local = '10.135.136.1'
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_remote_netmask = '10.135.136.2'
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_noexec = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_nowarn = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_ipv6_local = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_ipv6_netbits = 0
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_ipv6_remote = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   shaper = 0
Fri Feb 08 20:06:26 2019 us=840868   mtu_test = 0
Fri Feb 08 20:06:26 2019 us=840868   mlock = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   keepalive_ping = 10
Fri Feb 08 20:06:26 2019 us=840868   keepalive_timeout = 120
Fri Feb 08 20:06:26 2019 us=840868   inactivity_timeout = 0
Fri Feb 08 20:06:26 2019 us=840868   ping_send_timeout = 10
Fri Feb 08 20:06:26 2019 us=840868   ping_rec_timeout = 240
Fri Feb 08 20:06:26 2019 us=840868   ping_rec_timeout_action = 2
Fri Feb 08 20:06:26 2019 us=840868   ping_timer_remote = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   remap_sigusr1 = 0
Fri Feb 08 20:06:26 2019 us=840868   persist_tun = ENABLED
Fri Feb 08 20:06:26 2019 us=840868   persist_local_ip = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   persist_remote_ip = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   persist_key = ENABLED
Fri Feb 08 20:06:26 2019 us=840868   passtos = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   resolve_retry_seconds = 1000000000
Fri Feb 08 20:06:26 2019 us=840868   resolve_in_advance = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   username = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   groupname = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   chroot_dir = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   cd_dir = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   writepid = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   up_script = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   down_script = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   down_pre = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   up_restart = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   up_delay = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   daemon = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   inetd = 0
Fri Feb 08 20:06:26 2019 us=840868   log = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   suppress_timestamps = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   machine_readable_output = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   nice = 0
Fri Feb 08 20:06:26 2019 us=840868   verbosity = 4
Fri Feb 08 20:06:26 2019 us=840868   mute = 0
Fri Feb 08 20:06:26 2019 us=840868   gremlin = 0
Fri Feb 08 20:06:26 2019 us=840868   status_file = 'openvpn-status.log'
Fri Feb 08 20:06:26 2019 us=840868   status_file_version = 1
Fri Feb 08 20:06:26 2019 us=840868   status_file_update_freq = 60
Fri Feb 08 20:06:26 2019 us=840868   occ = ENABLED
Fri Feb 08 20:06:26 2019 us=840868   rcvbuf = 0
Fri Feb 08 20:06:26 2019 us=840868   sndbuf = 0
Fri Feb 08 20:06:26 2019 us=840868   sockflags = 0
Fri Feb 08 20:06:26 2019 us=840868   fast_io = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   comp.alg = 2
Fri Feb 08 20:06:26 2019 us=840868   comp.flags = 1
Fri Feb 08 20:06:26 2019 us=840868   route_script = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   route_default_gateway = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   route_default_metric = 0
Fri Feb 08 20:06:26 2019 us=840868   route_noexec = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   route_delay = 0
Fri Feb 08 20:06:26 2019 us=840868   route_delay_window = 30
Fri Feb 08 20:06:26 2019 us=840868   route_delay_defined = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   route_nopull = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   route_gateway_via_dhcp = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   allow_pull_fqdn = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   route 10.135.136.0/255.255.255.0/default (not set)/default (not set)
Fri Feb 08 20:06:26 2019 us=840868   management_addr = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   management_port = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   management_user_pass = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   management_log_history_cache = 250
Fri Feb 08 20:06:26 2019 us=840868   management_echo_buffer_size = 100
Fri Feb 08 20:06:26 2019 us=840868   management_write_peer_info_file = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   management_client_user = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   management_client_group = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   management_flags = 0
Fri Feb 08 20:06:26 2019 us=840868   shared_secret_file = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   key_direction = 0
Fri Feb 08 20:06:26 2019 us=840868   ciphername = 'AES-256-GCM'
Fri Feb 08 20:06:26 2019 us=840868   ncp_enabled = ENABLED
Fri Feb 08 20:06:26 2019 us=840868   ncp_ciphers = 'AES-256-GCM:AES-128-GCM'
Fri Feb 08 20:06:26 2019 us=840868   authname = 'SHA1'
Fri Feb 08 20:06:26 2019 us=840868   prng_hash = 'SHA1'
Fri Feb 08 20:06:26 2019 us=840868   prng_nonce_secret_len = 16
Fri Feb 08 20:06:26 2019 us=840868   keysize = 0
Fri Feb 08 20:06:26 2019 us=840868   engine = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   replay = ENABLED
Fri Feb 08 20:06:26 2019 us=840868   mute_replay_warnings = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   replay_window = 64
Fri Feb 08 20:06:26 2019 us=840868   replay_time = 15
Fri Feb 08 20:06:26 2019 us=840868   packet_id_file = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   use_iv = ENABLED
Fri Feb 08 20:06:26 2019 us=840868   test_crypto = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   tls_server = ENABLED
Fri Feb 08 20:06:26 2019 us=840868   tls_client = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   key_method = 2
Fri Feb 08 20:06:26 2019 us=840868   ca_file = 'C:\OpenVPN\config\ca.crt'
Fri Feb 08 20:06:26 2019 us=840868   ca_path = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   dh_file = 'C:\OpenVPN\config\dh2048.pem'
Fri Feb 08 20:06:26 2019 us=840868   cert_file = 'C:\OpenVPN\config\server.crt'
Fri Feb 08 20:06:26 2019 us=840868   extra_certs_file = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   priv_key_file = 'C:\OpenVPN\config\server.key'
Fri Feb 08 20:06:26 2019 us=840868   pkcs12_file = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   cryptoapi_cert = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   cipher_list = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   tls_cert_profile = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   tls_verify = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   tls_export_cert = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   verify_x509_type = 0
Fri Feb 08 20:06:26 2019 us=840868   verify_x509_name = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   crl_file = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   ns_cert_type = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_ku[i] = 0
Fri Feb 08 20:06:26 2019 us=840868   remote_cert_eku = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   ssl_flags = 0
Fri Feb 08 20:06:26 2019 us=840868   tls_timeout = 2
Fri Feb 08 20:06:26 2019 us=840868   renegotiate_bytes = -1
Fri Feb 08 20:06:26 2019 us=840868   renegotiate_packets = 0
Fri Feb 08 20:06:26 2019 us=840868   renegotiate_seconds = 3600
Fri Feb 08 20:06:26 2019 us=840868   handshake_window = 60
Fri Feb 08 20:06:26 2019 us=840868   transition_window = 3600
Fri Feb 08 20:06:26 2019 us=840868   single_session = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   push_peer_info = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   tls_exit = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   tls_auth_file = 'ta.key'
Fri Feb 08 20:06:26 2019 us=840868   tls_crypt_file = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_pin_cache_period = -1
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_id = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   pkcs11_id_management = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   server_network = 10.135.136.0
Fri Feb 08 20:06:26 2019 us=840868   server_netmask = 255.255.255.0
Fri Feb 08 20:06:26 2019 us=840868   server_network_ipv6 = ::
Fri Feb 08 20:06:26 2019 us=840868   server_netbits_ipv6 = 0
Fri Feb 08 20:06:26 2019 us=840868   server_bridge_ip = 0.0.0.0
Fri Feb 08 20:06:26 2019 us=840868   server_bridge_netmask = 0.0.0.0
Fri Feb 08 20:06:26 2019 us=840868   server_bridge_pool_start = 0.0.0.0
Fri Feb 08 20:06:26 2019 us=840868   server_bridge_pool_end = 0.0.0.0
Fri Feb 08 20:06:26 2019 us=840868   push_entry = 'route 192.168.1.0 255.255.255.0'
Fri Feb 08 20:06:26 2019 us=840868   push_entry = 'route 10.135.136.1'
Fri Feb 08 20:06:26 2019 us=840868   push_entry = 'topology net30'
Fri Feb 08 20:06:26 2019 us=840868   push_entry = 'ping 10'
Fri Feb 08 20:06:26 2019 us=840868   push_entry = 'ping-restart 120'
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_pool_defined = ENABLED
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_pool_start = 10.135.136.4
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_pool_end = 10.135.136.251
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_pool_netmask = 0.0.0.0
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_pool_persist_filename = 'ipp.txt'
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_pool_persist_refresh_freq = 600
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_ipv6_pool_defined = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_ipv6_pool_base = ::
Fri Feb 08 20:06:26 2019 us=840868   ifconfig_ipv6_pool_netbits = 0
Fri Feb 08 20:06:26 2019 us=840868   n_bcast_buf = 256
Fri Feb 08 20:06:26 2019 us=840868   tcp_queue_limit = 64
Fri Feb 08 20:06:26 2019 us=840868   real_hash_size = 256
Fri Feb 08 20:06:26 2019 us=840868   virtual_hash_size = 256
Fri Feb 08 20:06:26 2019 us=840868   client_connect_script = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   learn_address_script = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   client_disconnect_script = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   client_config_dir = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   ccd_exclusive = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   tmp_dir = 'C:\Windows\TEMP\'
Fri Feb 08 20:06:26 2019 us=840868   push_ifconfig_defined = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   push_ifconfig_local = 0.0.0.0
Fri Feb 08 20:06:26 2019 us=840868   push_ifconfig_remote_netmask = 0.0.0.0
Fri Feb 08 20:06:26 2019 us=840868   push_ifconfig_ipv6_defined = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   push_ifconfig_ipv6_local = ::/0
Fri Feb 08 20:06:26 2019 us=840868   push_ifconfig_ipv6_remote = ::
Fri Feb 08 20:06:26 2019 us=840868   enable_c2c = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   duplicate_cn = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   cf_max = 0
Fri Feb 08 20:06:26 2019 us=840868   cf_per = 0
Fri Feb 08 20:06:26 2019 us=840868   max_clients = 1024
Fri Feb 08 20:06:26 2019 us=840868   max_routes_per_client = 256
Fri Feb 08 20:06:26 2019 us=840868   auth_user_pass_verify_script = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   auth_user_pass_verify_script_via_file = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   auth_token_generate = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   auth_token_lifetime = 0
Fri Feb 08 20:06:26 2019 us=840868   client = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   pull = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   auth_user_pass_file = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   show_net_up = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   route_method = 0
Fri Feb 08 20:06:26 2019 us=840868   block_outside_dns = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   ip_win32_defined = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   ip_win32_type = 3
Fri Feb 08 20:06:26 2019 us=840868   dhcp_masq_offset = 0
Fri Feb 08 20:06:26 2019 us=840868   dhcp_lease_time = 31536000
Fri Feb 08 20:06:26 2019 us=840868   tap_sleep = 10
Fri Feb 08 20:06:26 2019 us=840868   dhcp_options = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   dhcp_renew = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   dhcp_pre_release = DISABLED
Fri Feb 08 20:06:26 2019 us=840868   domain = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   netbios_scope = '[UNDEF]'
Fri Feb 08 20:06:26 2019 us=840868   netbios_node_type = 0
Fri Feb 08 20:06:26 2019 us=840868   disable_nbt = DISABLED
Fri Feb 08 20:06:26 2019 us=840868 OpenVPN 2.4.6 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Apr 26 2018
Fri Feb 08 20:06:26 2019 us=840868 Windows version 6.2 (Windows 8 or greater) 64bit
Fri Feb 08 20:06:26 2019 us=840868 library versions: OpenSSL 1.1.0h  27 Mar 2018, LZO 2.10
Fri Feb 08 20:06:26 2019 us=856499 NOTE: your local LAN uses the extremely common subnet address 192.168.0.x or 192.168.1.x.  Be aware that this might create routing conflicts if you connect to the VPN server from public locations such as internet cafes that use the same subnet.
Fri Feb 08 20:06:26 2019 us=856499 Diffie-Hellman initialized with 2048 bit key
Fri Feb 08 20:06:26 2019 us=856499 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Feb 08 20:06:26 2019 us=856499 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Feb 08 20:06:26 2019 us=856499 TLS-Auth MTU parms [ L:1622 D:1184 EF:66 EB:0 ET:0 EL:3 ]
Fri Feb 08 20:06:26 2019 us=856499 interactive service msg_channel=0
Fri Feb 08 20:06:26 2019 us=856499 ROUTE_GATEWAY 192.168.1.2/255.255.255.0 I=12 HWADDR=00:0c:29:b6:80:11
Fri Feb 08 20:06:26 2019 us=856499 open_tun
Fri Feb 08 20:06:26 2019 us=856499 TAP-WIN32 device [Ethernet] opened: \\.\Global\{115BACD2-A775-41B2-A90D-081801388BF1}.tap
Fri Feb 08 20:06:26 2019 us=856499 TAP-Windows Driver Version 9.21 
Fri Feb 08 20:06:26 2019 us=856499 TAP-Windows MTU=1500
Fri Feb 08 20:06:26 2019 us=856499 Notified TAP-Windows driver to set a DHCP IP/netmask of 10.135.136.1/255.255.255.252 on interface {115BACD2-A775-41B2-A90D-081801388BF1} [DHCP-serv: 10.135.136.2, lease-time: 31536000]
Fri Feb 08 20:06:26 2019 us=856499 Sleeping for 10 seconds...
Fri Feb 08 20:06:36 2019 us=872120 Successful ARP Flush on interface [14] {115BACD2-A775-41B2-A90D-081801388BF1}
Fri Feb 08 20:06:36 2019 us=872120 do_ifconfig, tt->did_ifconfig_ipv6_setup=0
Fri Feb 08 20:06:36 2019 us=872120 C:\Windows\system32\route.exe ADD 10.135.136.0 MASK 255.255.255.0 10.135.136.2
Fri Feb 08 20:06:36 2019 us=872120 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=20 and dwForwardType=4
Fri Feb 08 20:06:36 2019 us=872120 Route addition via IPAPI succeeded [adaptive]
Fri Feb 08 20:06:36 2019 us=872120 Data Channel MTU parms [ L:1622 D:1450 EF:122 EB:406 ET:0 EL:3 ]
Fri Feb 08 20:06:36 2019 us=872120 Could not determine IPv4/IPv6 protocol. Using AF_INET6
Fri Feb 08 20:06:36 2019 us=872120 Socket Buffers: R=[65536->65536] S=[65536->65536]
Fri Feb 08 20:06:36 2019 us=872120 setsockopt(IPV6_V6ONLY=0)
Fri Feb 08 20:06:36 2019 us=872120 UDPv6 link local (bound): [AF_INET6][undef]:1194
Fri Feb 08 20:06:36 2019 us=872120 UDPv6 link remote: [AF_UNSPEC]
Fri Feb 08 20:06:36 2019 us=872120 MULTI: multi_init called, r=256 v=256
Fri Feb 08 20:06:36 2019 us=872120 IFCONFIG POOL: base=10.135.136.4 size=62, ipv6=0
Fri Feb 08 20:06:36 2019 us=872120 ifconfig_pool_read(), in='pawelpc2,10.135.136.4', TODO: IPv6
Fri Feb 08 20:06:36 2019 us=872120 succeeded -> ifconfig_pool_set()
Fri Feb 08 20:06:36 2019 us=872120 IFCONFIG POOL LIST
Fri Feb 08 20:06:36 2019 us=872120 pawelpc2,10.135.136.4
Fri Feb 08 20:06:36 2019 us=872120 Initialization Sequence Completed
Fri Feb 08 20:06:51 2019 us=184678 MULTI: multi_create_instance called
Fri Feb 08 20:06:51 2019 us=184678 client_ip Re-using SSL/TLS context
Fri Feb 08 20:06:51 2019 us=184678 client_ip LZO compression initializing
Fri Feb 08 20:06:51 2019 us=184678 client_ip Control Channel MTU parms [ L:1622 D:1184 EF:66 EB:0 ET:0 EL:3 ]
Fri Feb 08 20:06:51 2019 us=184678 client_ip Data Channel MTU parms [ L:1622 D:1450 EF:122 EB:406 ET:0 EL:3 ]
Fri Feb 08 20:06:51 2019 us=184678 client_ip Local Options String (VER=V4): 'V4,dev-type tun,link-mtu 1550,tun-mtu 1500,proto UDPv4,comp-lzo,keydir 0,cipher AES-256-GCM,auth [null-digest],keysize 256,tls-auth,key-method 2,tls-server'
Fri Feb 08 20:06:51 2019 us=184678 client_ip Expected Remote Options String (VER=V4): 'V4,dev-type tun,link-mtu 1550,tun-mtu 1500,proto UDPv4,comp-lzo,keydir 1,cipher AES-256-GCM,auth [null-digest],keysize 256,tls-auth,key-method 2,tls-client'
Fri Feb 08 20:06:51 2019 us=184678 client_ip TLS: Initial packet from [AF_INET6]::ffff:client_ip:53896, sid=22a9a9c2 1a16f91f
Fri Feb 08 20:06:51 2019 us=497185 client_ip VERIFY OK: depth=1, C=PL, ST=WLKP, L=CITY, O=company, OU=ZDALNY, CN=serwer.company.local, name=server, emailAddress=mail@host.domain
Fri Feb 08 20:06:51 2019 us=497185 client_ip VERIFY OK: depth=0, C=PL, ST=WLKP, L=CITY, O=company, OU=ZDALNY, CN=pawelpc2, name=pawelpc2, emailAddress=mail@host.domain
Fri Feb 08 20:06:51 2019 us=575298 client_ip peer info: IV_VER=2.4.6
Fri Feb 08 20:06:51 2019 us=575298 client_ip peer info: IV_PLAT=win
Fri Feb 08 20:06:51 2019 us=575298 client_ip peer info: IV_PROTO=2
Fri Feb 08 20:06:51 2019 us=575298 client_ip peer info: IV_NCP=2
Fri Feb 08 20:06:51 2019 us=575298 client_ip peer info: IV_LZ4=1
Fri Feb 08 20:06:51 2019 us=575298 client_ip peer info: IV_LZ4v2=1
Fri Feb 08 20:06:51 2019 us=575298 client_ip peer info: IV_LZO=1
Fri Feb 08 20:06:51 2019 us=575298 client_ip peer info: IV_COMP_STUB=1
Fri Feb 08 20:06:51 2019 us=575298 client_ip peer info: IV_COMP_STUBv2=1
Fri Feb 08 20:06:51 2019 us=575298 client_ip peer info: IV_TCPNL=1
Fri Feb 08 20:06:51 2019 us=575298 client_ip peer info: IV_GUI_VER=OpenVPN_GUI_11
Fri Feb 08 20:06:51 2019 us=653427 client_ip Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, 4096 bit RSA
Fri Feb 08 20:06:51 2019 us=653427 client_ip [pawelpc2] Peer Connection Initiated with [AF_INET6]::ffff:client_ip:53896
Fri Feb 08 20:06:51 2019 us=653427 pawelpc2/client_ip MULTI_sva: pool returned IPv4=10.135.136.6, IPv6=(Not enabled)
Fri Feb 08 20:06:51 2019 us=653427 pawelpc2/client_ip MULTI: Learn: 10.135.136.6 -> pawelpc2/client_ip
Fri Feb 08 20:06:51 2019 us=653427 pawelpc2/client_ip MULTI: primary virtual IP for pawelpc2/client_ip: 10.135.136.6
Fri Feb 08 20:06:52 2019 us=684685 pawelpc2/client_ip PUSH: Received control message: 'PUSH_REQUEST'
Fri Feb 08 20:06:52 2019 us=684685 pawelpc2/client_ip SENT CONTROL [pawelpc2]: 'PUSH_REPLY,route 192.168.1.0 255.255.255.0,route 10.135.136.1,topology net30,ping 10,ping-restart 120,ifconfig 10.135.136.6 10.135.136.5,peer-id 0,cipher AES-256-GCM' (status=1)
Fri Feb 08 20:06:52 2019 us=684685 pawelpc2/client_ip Data Channel MTU parms [ L:1550 D:1450 EF:50 EB:406 ET:0 EL:3 ]
Fri Feb 08 20:06:52 2019 us=684685 pawelpc2/client_ip Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Fri Feb 08 20:06:52 2019 us=684685 pawelpc2/client_ip Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Fri Feb 08 20:13:47 2019 us=248152 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=248152 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=248152 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=263775 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=263775 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=263775 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=279404 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=279404 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=279404 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=279404 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=295035 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=295035 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=295035 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=310649 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=326276 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=326276 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=326276 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=326276 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=341886 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=341886 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=341886 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=357516 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=357516 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=373150 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=373150 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=388779 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=388779 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=388779 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=388779 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=404392 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=404392 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=404392 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=420002 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=420002 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=435661 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=435661 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=451277 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=451277 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=451277 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=466896 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=466896 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=466896 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=482519 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=482519 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=482519 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=482519 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:52 2019 us=248171 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:56 2019 us=560690 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:14:06 2019 us=982570 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:14:15 2019 us=170075 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:14:25 2019 us=435757 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:14:35 2019 us=545165 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:14:45 2019 us=951407 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:14:52 2019 us=357686 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:15:02 2019 us=451466 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:15:12 2019 us=842114 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:15:23 2019 us=92107 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:15:33 2019 us=342122 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:15:43 2019 us=420281 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:15:52 2019 us=373430 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:16:02 2019 us=826570 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:16:12 2019 us=310990 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:16:22 2019 us=529761 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:16:32 2019 us=904789 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:16:42 2019 us=248566 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:16:52 2019 us=373565 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:17:03 2019 us=92385 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:17:13 2019 us=545496 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:17:23 2019 us=733020 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:17:33 2019 us=795557 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:17:43 2019 us=811204 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:17:47 2019 us=951851 pawelpc2/client_ip [pawelpc2] Inactivity timeout (--ping-restart), restarting
Fri Feb 08 20:17:47 2019 us=951851 pawelpc2/client_ip SIGUSR1[soft,ping-restart] received, client-instance restarting
client

Code: Select all

Fri Feb 08 20:06:43 2019 us=548447 Current Parameter Settings:
Fri Feb 08 20:06:43 2019 us=548447   config = 'client.ovpn'
Fri Feb 08 20:06:43 2019 us=548447   mode = 0
Fri Feb 08 20:06:43 2019 us=548447   show_ciphers = DISABLED
Fri Feb 08 20:06:43 2019 us=548447   show_digests = DISABLED
Fri Feb 08 20:06:43 2019 us=548447   show_engines = DISABLED
Fri Feb 08 20:06:43 2019 us=548447   genkey = DISABLED
Fri Feb 08 20:06:43 2019 us=548447   key_pass_file = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=548447   show_tls_ciphers = DISABLED
Fri Feb 08 20:06:43 2019 us=548447   connect_retry_max = 0
Fri Feb 08 20:06:43 2019 us=548447 Connection profiles [0]:
Fri Feb 08 20:06:43 2019 us=548447   proto = udp
Fri Feb 08 20:06:43 2019 us=548447   local = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=548447   local_port = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=548447   remote = 'server_ip'
Fri Feb 08 20:06:43 2019 us=564047   remote_port = '1194'
Fri Feb 08 20:06:43 2019 us=564047   remote_float = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   bind_defined = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   bind_local = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   bind_ipv6_only = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   connect_retry_seconds = 5
Fri Feb 08 20:06:43 2019 us=564047   connect_timeout = 120
Fri Feb 08 20:06:43 2019 us=564047   socks_proxy_server = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   socks_proxy_port = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   tun_mtu = 1500
Fri Feb 08 20:06:43 2019 us=564047   tun_mtu_defined = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   link_mtu = 1500
Fri Feb 08 20:06:43 2019 us=564047   link_mtu_defined = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   tun_mtu_extra = 0
Fri Feb 08 20:06:43 2019 us=564047   tun_mtu_extra_defined = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   mtu_discover_type = -1
Fri Feb 08 20:06:43 2019 us=564047   fragment = 0
Fri Feb 08 20:06:43 2019 us=564047   mssfix = 1450
Fri Feb 08 20:06:43 2019 us=564047   explicit_exit_notification = 0
Fri Feb 08 20:06:43 2019 us=564047 Connection profiles END
Fri Feb 08 20:06:43 2019 us=564047   remote_random = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   ipchange = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   dev = 'tun'
Fri Feb 08 20:06:43 2019 us=564047   dev_type = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   dev_node = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   lladdr = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   topology = 1
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_local = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_remote_netmask = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_noexec = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_nowarn = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_ipv6_local = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_ipv6_netbits = 0
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_ipv6_remote = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   shaper = 0
Fri Feb 08 20:06:43 2019 us=564047   mtu_test = 0
Fri Feb 08 20:06:43 2019 us=564047   mlock = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   keepalive_ping = 0
Fri Feb 08 20:06:43 2019 us=564047   keepalive_timeout = 0
Fri Feb 08 20:06:43 2019 us=564047   inactivity_timeout = 0
Fri Feb 08 20:06:43 2019 us=564047   ping_send_timeout = 0
Fri Feb 08 20:06:43 2019 us=564047   ping_rec_timeout = 0
Fri Feb 08 20:06:43 2019 us=564047   ping_rec_timeout_action = 0
Fri Feb 08 20:06:43 2019 us=564047   ping_timer_remote = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   remap_sigusr1 = 0
Fri Feb 08 20:06:43 2019 us=564047   persist_tun = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   persist_local_ip = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   persist_remote_ip = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   persist_key = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   passtos = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   resolve_retry_seconds = 1000000000
Fri Feb 08 20:06:43 2019 us=564047   resolve_in_advance = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   username = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   groupname = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   chroot_dir = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   cd_dir = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   writepid = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   up_script = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   down_script = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   down_pre = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   up_restart = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   up_delay = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   daemon = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   inetd = 0
Fri Feb 08 20:06:43 2019 us=564047   log = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   suppress_timestamps = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   machine_readable_output = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   nice = 0
Fri Feb 08 20:06:43 2019 us=564047   verbosity = 4
Fri Feb 08 20:06:43 2019 us=564047   mute = 0
Fri Feb 08 20:06:43 2019 us=564047   gremlin = 0
Fri Feb 08 20:06:43 2019 us=564047   status_file = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   status_file_version = 1
Fri Feb 08 20:06:43 2019 us=564047   status_file_update_freq = 60
Fri Feb 08 20:06:43 2019 us=564047   occ = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   rcvbuf = 0
Fri Feb 08 20:06:43 2019 us=564047   sndbuf = 0
Fri Feb 08 20:06:43 2019 us=564047   sockflags = 0
Fri Feb 08 20:06:43 2019 us=564047   fast_io = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   comp.alg = 2
Fri Feb 08 20:06:43 2019 us=564047   comp.flags = 1
Fri Feb 08 20:06:43 2019 us=564047   route_script = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   route_default_gateway = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   route_default_metric = 0
Fri Feb 08 20:06:43 2019 us=564047   route_noexec = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   route_delay = 5
Fri Feb 08 20:06:43 2019 us=564047   route_delay_window = 30
Fri Feb 08 20:06:43 2019 us=564047   route_delay_defined = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   route_nopull = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   route_gateway_via_dhcp = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   allow_pull_fqdn = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   Pull filters:
Fri Feb 08 20:06:43 2019 us=564047     ignore "ifconfig-ipv6 "
Fri Feb 08 20:06:43 2019 us=564047     ignore "route-ipv6 "
Fri Feb 08 20:06:43 2019 us=564047   management_addr = '127.0.0.1'
Fri Feb 08 20:06:43 2019 us=564047   management_port = '25344'
Fri Feb 08 20:06:43 2019 us=564047   management_user_pass = 'stdin'
Fri Feb 08 20:06:43 2019 us=564047   management_log_history_cache = 250
Fri Feb 08 20:06:43 2019 us=564047   management_echo_buffer_size = 100
Fri Feb 08 20:06:43 2019 us=564047   management_write_peer_info_file = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   management_client_user = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   management_client_group = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   management_flags = 6
Fri Feb 08 20:06:43 2019 us=564047   shared_secret_file = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   key_direction = 1
Fri Feb 08 20:06:43 2019 us=564047   ciphername = 'AES-256-GCM'
Fri Feb 08 20:06:43 2019 us=564047   ncp_enabled = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   ncp_ciphers = 'AES-256-GCM:AES-128-GCM'
Fri Feb 08 20:06:43 2019 us=564047   authname = 'SHA1'
Fri Feb 08 20:06:43 2019 us=564047   prng_hash = 'SHA1'
Fri Feb 08 20:06:43 2019 us=564047   prng_nonce_secret_len = 16
Fri Feb 08 20:06:43 2019 us=564047   keysize = 0
Fri Feb 08 20:06:43 2019 us=564047   engine = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   replay = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   mute_replay_warnings = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   replay_window = 64
Fri Feb 08 20:06:43 2019 us=564047   replay_time = 15
Fri Feb 08 20:06:43 2019 us=564047   packet_id_file = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   use_iv = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   test_crypto = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   tls_server = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   tls_client = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   key_method = 2
Fri Feb 08 20:06:43 2019 us=564047   ca_file = 'ca.crt'
Fri Feb 08 20:06:43 2019 us=564047   ca_path = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   dh_file = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   cert_file = 'pawelpc2.crt'
Fri Feb 08 20:06:43 2019 us=564047   extra_certs_file = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   priv_key_file = 'pawelpc2.key'
Fri Feb 08 20:06:43 2019 us=564047   pkcs12_file = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   cryptoapi_cert = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   cipher_list = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   tls_cert_profile = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   tls_verify = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   tls_export_cert = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   verify_x509_type = 0
Fri Feb 08 20:06:43 2019 us=564047   verify_x509_name = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   crl_file = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   ns_cert_type = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 65535
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_ku[i] = 0
Fri Feb 08 20:06:43 2019 us=564047   remote_cert_eku = 'TLS Web Server Authentication'
Fri Feb 08 20:06:43 2019 us=564047   ssl_flags = 0
Fri Feb 08 20:06:43 2019 us=564047   tls_timeout = 2
Fri Feb 08 20:06:43 2019 us=564047   renegotiate_bytes = -1
Fri Feb 08 20:06:43 2019 us=564047   renegotiate_packets = 0
Fri Feb 08 20:06:43 2019 us=564047   renegotiate_seconds = 3600
Fri Feb 08 20:06:43 2019 us=564047   handshake_window = 60
Fri Feb 08 20:06:43 2019 us=564047   transition_window = 3600
Fri Feb 08 20:06:43 2019 us=564047   single_session = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   push_peer_info = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   tls_exit = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   tls_auth_file = 'ta.key'
Fri Feb 08 20:06:43 2019 us=564047   tls_crypt_file = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_protected_authentication = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_private_mode = 00000000
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_cert_private = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_pin_cache_period = -1
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_id = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   pkcs11_id_management = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   server_network = 0.0.0.0
Fri Feb 08 20:06:43 2019 us=564047   server_netmask = 0.0.0.0
Fri Feb 08 20:06:43 2019 us=564047   server_network_ipv6 = ::
Fri Feb 08 20:06:43 2019 us=564047   server_netbits_ipv6 = 0
Fri Feb 08 20:06:43 2019 us=564047   server_bridge_ip = 0.0.0.0
Fri Feb 08 20:06:43 2019 us=564047   server_bridge_netmask = 0.0.0.0
Fri Feb 08 20:06:43 2019 us=564047   server_bridge_pool_start = 0.0.0.0
Fri Feb 08 20:06:43 2019 us=564047   server_bridge_pool_end = 0.0.0.0
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_pool_defined = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_pool_start = 0.0.0.0
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_pool_end = 0.0.0.0
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_pool_netmask = 0.0.0.0
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_pool_persist_filename = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_pool_persist_refresh_freq = 600
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_ipv6_pool_defined = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_ipv6_pool_base = ::
Fri Feb 08 20:06:43 2019 us=564047   ifconfig_ipv6_pool_netbits = 0
Fri Feb 08 20:06:43 2019 us=564047   n_bcast_buf = 256
Fri Feb 08 20:06:43 2019 us=564047   tcp_queue_limit = 64
Fri Feb 08 20:06:43 2019 us=564047   real_hash_size = 256
Fri Feb 08 20:06:43 2019 us=564047   virtual_hash_size = 256
Fri Feb 08 20:06:43 2019 us=564047   client_connect_script = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   learn_address_script = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   client_disconnect_script = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   client_config_dir = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   ccd_exclusive = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   tmp_dir = 'C:\Temp\'
Fri Feb 08 20:06:43 2019 us=564047   push_ifconfig_defined = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   push_ifconfig_local = 0.0.0.0
Fri Feb 08 20:06:43 2019 us=564047   push_ifconfig_remote_netmask = 0.0.0.0
Fri Feb 08 20:06:43 2019 us=564047   push_ifconfig_ipv6_defined = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   push_ifconfig_ipv6_local = ::/0
Fri Feb 08 20:06:43 2019 us=564047   push_ifconfig_ipv6_remote = ::
Fri Feb 08 20:06:43 2019 us=564047   enable_c2c = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   duplicate_cn = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   cf_max = 0
Fri Feb 08 20:06:43 2019 us=564047   cf_per = 0
Fri Feb 08 20:06:43 2019 us=564047   max_clients = 1024
Fri Feb 08 20:06:43 2019 us=564047   max_routes_per_client = 256
Fri Feb 08 20:06:43 2019 us=564047   auth_user_pass_verify_script = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   auth_user_pass_verify_script_via_file = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   auth_token_generate = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   auth_token_lifetime = 0
Fri Feb 08 20:06:43 2019 us=564047   client = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   pull = ENABLED
Fri Feb 08 20:06:43 2019 us=564047   auth_user_pass_file = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   show_net_up = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   route_method = 0
Fri Feb 08 20:06:43 2019 us=564047   block_outside_dns = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   ip_win32_defined = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   ip_win32_type = 3
Fri Feb 08 20:06:43 2019 us=564047   dhcp_masq_offset = 0
Fri Feb 08 20:06:43 2019 us=564047   dhcp_lease_time = 31536000
Fri Feb 08 20:06:43 2019 us=564047   tap_sleep = 0
Fri Feb 08 20:06:43 2019 us=564047   dhcp_options = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   dhcp_renew = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   dhcp_pre_release = DISABLED
Fri Feb 08 20:06:43 2019 us=564047   domain = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   netbios_scope = '[UNDEF]'
Fri Feb 08 20:06:43 2019 us=564047   netbios_node_type = 0
Fri Feb 08 20:06:43 2019 us=564047   disable_nbt = DISABLED
Fri Feb 08 20:06:43 2019 us=564047 OpenVPN 2.4.6 i686-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Apr 26 2018
Fri Feb 08 20:06:43 2019 us=564047 Windows version 6.1 (Windows 7) 32bit
Fri Feb 08 20:06:43 2019 us=564047 library versions: OpenSSL 1.1.0h  27 Mar 2018, LZO 2.10
Enter Management Password:
Fri Feb 08 20:06:43 2019 us=564047 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:25344
Fri Feb 08 20:06:43 2019 us=564047 Need hold release from management interface, waiting...
Fri Feb 08 20:06:44 2019 us=848 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:25344
Fri Feb 08 20:06:44 2019 us=110048 MANAGEMENT: CMD 'state on'
Fri Feb 08 20:06:44 2019 us=110048 MANAGEMENT: CMD 'log all on'
Fri Feb 08 20:06:44 2019 us=234848 MANAGEMENT: CMD 'echo all on'
Fri Feb 08 20:06:44 2019 us=234848 MANAGEMENT: CMD 'bytecount 5'
Fri Feb 08 20:06:44 2019 us=234848 MANAGEMENT: CMD 'hold off'
Fri Feb 08 20:06:44 2019 us=234848 MANAGEMENT: CMD 'hold release'
Fri Feb 08 20:06:48 2019 us=103655 MANAGEMENT: CMD 'password [...]'
Fri Feb 08 20:06:48 2019 us=103655 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Fri Feb 08 20:06:48 2019 us=119255 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Feb 08 20:06:48 2019 us=119255 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Fri Feb 08 20:06:48 2019 us=119255 LZO compression initializing
Fri Feb 08 20:06:48 2019 us=119255 Control Channel MTU parms [ L:1622 D:1184 EF:66 EB:0 ET:0 EL:3 ]
Fri Feb 08 20:06:48 2019 us=119255 Data Channel MTU parms [ L:1622 D:1450 EF:122 EB:406 ET:0 EL:3 ]
Fri Feb 08 20:06:48 2019 us=119255 Local Options String (VER=V4): 'V4,dev-type tun,link-mtu 1550,tun-mtu 1500,proto UDPv4,comp-lzo,keydir 1,cipher AES-256-GCM,auth [null-digest],keysize 256,tls-auth,key-method 2,tls-client'
Fri Feb 08 20:06:48 2019 us=119255 Expected Remote Options String (VER=V4): 'V4,dev-type tun,link-mtu 1550,tun-mtu 1500,proto UDPv4,comp-lzo,keydir 0,cipher AES-256-GCM,auth [null-digest],keysize 256,tls-auth,key-method 2,tls-server'
Fri Feb 08 20:06:48 2019 us=119255 TCP/UDP: Preserving recently used remote address: [AF_INET]server_ip:1194
Fri Feb 08 20:06:48 2019 us=119255 Socket Buffers: R=[8192->8192] S=[8192->8192]
Fri Feb 08 20:06:48 2019 us=119255 UDP link local: (not bound)
Fri Feb 08 20:06:48 2019 us=119255 UDP link remote: [AF_INET]server_ip:1194
Fri Feb 08 20:06:48 2019 us=119255 MANAGEMENT: >STATE:1549652808,WAIT,,,,,,
Fri Feb 08 20:06:48 2019 us=181655 MANAGEMENT: >STATE:1549652808,AUTH,,,,,,
Fri Feb 08 20:06:48 2019 us=181655 TLS: Initial packet from [AF_INET]server_ip:1194, sid=3fde2fb3 bf3da364
Fri Feb 08 20:06:48 2019 us=322055 VERIFY OK: depth=1, C=PL, ST=STATE, L=CITY, O=company, OU=ZDALNY, CN=serwer.company.local, name=server, emailAddress=mail@host.domain
Fri Feb 08 20:06:48 2019 us=322055 VERIFY KU OK
Fri Feb 08 20:06:48 2019 us=322055 Validating certificate extended key usage
Fri Feb 08 20:06:48 2019 us=322055 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Fri Feb 08 20:06:48 2019 us=322055 VERIFY EKU OK
Fri Feb 08 20:06:48 2019 us=322055 VERIFY OK: depth=0, C=PL, ST=STATE, L=CITY, O=company, OU=ZDALNY, CN=serwer.company.local, name=server, emailAddress=mail@host.domain
Fri Feb 08 20:06:48 2019 us=587256 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, 4096 bit RSA
Fri Feb 08 20:06:48 2019 us=587256 [serwer.company.local] Peer Connection Initiated with [AF_INET]server_ip:1194
Fri Feb 08 20:06:49 2019 us=616857 MANAGEMENT: >STATE:1549652809,GET_CONFIG,,,,,,
Fri Feb 08 20:06:49 2019 us=616857 SENT CONTROL [serwer.company.local]: 'PUSH_REQUEST' (status=1)
Fri Feb 08 20:06:49 2019 us=679258 PUSH: Received control message: 'PUSH_REPLY,route 192.168.1.0 255.255.255.0,route 10.135.136.1,topology net30,ping 10,ping-restart 120,ifconfig 10.135.136.6 10.135.136.5,peer-id 0,cipher AES-256-GCM'
Fri Feb 08 20:06:49 2019 us=679258 OPTIONS IMPORT: timers and/or timeouts modified
Fri Feb 08 20:06:49 2019 us=679258 OPTIONS IMPORT: --ifconfig/up options modified
Fri Feb 08 20:06:49 2019 us=679258 OPTIONS IMPORT: route options modified
Fri Feb 08 20:06:49 2019 us=679258 OPTIONS IMPORT: peer-id set
Fri Feb 08 20:06:49 2019 us=679258 OPTIONS IMPORT: adjusting link_mtu to 1625
Fri Feb 08 20:06:49 2019 us=679258 OPTIONS IMPORT: data channel crypto options modified
Fri Feb 08 20:06:49 2019 us=679258 Data Channel MTU parms [ L:1553 D:1450 EF:53 EB:406 ET:0 EL:3 ]
Fri Feb 08 20:06:49 2019 us=679258 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Fri Feb 08 20:06:49 2019 us=679258 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Fri Feb 08 20:06:49 2019 us=679258 interactive service msg_channel=0
Fri Feb 08 20:06:49 2019 us=694858 ROUTE_GATEWAY 192.168.3.1/255.255.255.0 I=12 HWADDR=70:1a:04:d7:bb:09
Fri Feb 08 20:06:49 2019 us=694858 open_tun
Fri Feb 08 20:06:49 2019 us=694858 TAP-WIN32 device [Połączenie lokalne 2] opened: \\.\Global\{451084B9-57B3-4E59-9D1B-412637DE04C9}.tap
Fri Feb 08 20:06:49 2019 us=694858 TAP-Windows Driver Version 9.21 
Fri Feb 08 20:06:49 2019 us=694858 TAP-Windows MTU=1500
Fri Feb 08 20:06:49 2019 us=694858 Notified TAP-Windows driver to set a DHCP IP/netmask of 10.135.136.6/255.255.255.252 on interface {451084B9-57B3-4E59-9D1B-412637DE04C9} [DHCP-serv: 10.135.136.5, lease-time: 31536000]
Fri Feb 08 20:06:49 2019 us=694858 Successful ARP Flush on interface [68] {451084B9-57B3-4E59-9D1B-412637DE04C9}
Fri Feb 08 20:06:49 2019 us=710458 do_ifconfig, tt->did_ifconfig_ipv6_setup=0
Fri Feb 08 20:06:49 2019 us=710458 MANAGEMENT: >STATE:1549652809,ASSIGN_IP,,10.135.136.6,,,,
Fri Feb 08 20:06:54 2019 us=733666 TEST ROUTES: 2/2 succeeded len=2 ret=1 a=0 u/d=up
Fri Feb 08 20:06:54 2019 us=733666 MANAGEMENT: >STATE:1549652814,ADD_ROUTES,,,,,,
Fri Feb 08 20:06:54 2019 us=733666 C:\Windows\system32\route.exe ADD 192.168.1.0 MASK 255.255.255.0 10.135.136.5
Fri Feb 08 20:06:54 2019 us=733666 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=20 and dwForwardType=4
Fri Feb 08 20:06:54 2019 us=733666 Route addition via IPAPI succeeded [adaptive]
Fri Feb 08 20:06:54 2019 us=733666 C:\Windows\system32\route.exe ADD 10.135.136.1 MASK 255.255.255.255 10.135.136.5
Fri Feb 08 20:06:54 2019 us=733666 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=20 and dwForwardType=4
Fri Feb 08 20:06:54 2019 us=733666 Route addition via IPAPI succeeded [adaptive]
Fri Feb 08 20:06:54 2019 us=733666 Initialization Sequence Completed
Fri Feb 08 20:06:54 2019 us=733666 MANAGEMENT: >STATE:1549652814,CONNECTED,SUCCESS,10.135.136.6,server_ip,1194,,
Fri Feb 08 20:13:41 2019 us=381581 TCP/UDP: Closing socket
Fri Feb 08 20:13:41 2019 us=381581 C:\Windows\system32\route.exe DELETE 192.168.1.0 MASK 255.255.255.0 10.135.136.5
Fri Feb 08 20:13:41 2019 us=381581 Route deletion via IPAPI succeeded [adaptive]
Fri Feb 08 20:13:41 2019 us=397181 C:\Windows\system32\route.exe DELETE 10.135.136.1 MASK 255.255.255.255 10.135.136.5
Fri Feb 08 20:13:41 2019 us=397181 Route deletion via IPAPI succeeded [adaptive]
Fri Feb 08 20:13:41 2019 us=397181 Closing TUN/TAP interface
Fri Feb 08 20:13:41 2019 us=553181 TAP: DHCP address released
Fri Feb 08 20:13:41 2019 us=553181 SIGTERM[hard,] received, process exiting
Fri Feb 08 20:13:41 2019 us=553181 MANAGEMENT: >STATE:1549653221,EXITING,SIGTERM,,,,,

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

Re: Not stable connection with Windows IPEnableRouter

Post by TinCanTech » Sat Feb 09, 2019 12:35 am

According to your logs your client closed the connection:
mazurep wrote:
Fri Feb 08, 2019 7:37 pm

Code: Select all

Fri Feb 08 20:06:52 2019 us=684685 pawelpc2/client_ip PUSH: Received control message: 'PUSH_REQUEST'
Fri Feb 08 20:06:52 2019 us=684685 pawelpc2/client_ip SENT CONTROL [pawelpc2]: 'PUSH_REPLY,route 192.168.1.0 255.255.255.0,route 10.135.136.1,topology net30,ping 10,ping-restart 120,ifconfig 10.135.136.6 10.135.136.5,peer-id 0,cipher AES-256-GCM' (status=1)
Fri Feb 08 20:06:52 2019 us=684685 pawelpc2/client_ip Data Channel MTU parms [ L:1550 D:1450 EF:50 EB:406 ET:0 EL:3 ]
Fri Feb 08 20:06:52 2019 us=684685 pawelpc2/client_ip Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Fri Feb 08 20:06:52 2019 us=684685 pawelpc2/client_ip Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Fri Feb 08 20:13:47 2019 us=248152 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=248152 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=248152 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=263775 read UDPv6: Unknown error (code=10054)
Fri Feb 08 20:13:47 2019 us=263775 read UDPv6: Unknown error (code=10054)

Code: Select all

Fri Feb 08 20:06:54 2019 us=733666 Initialization Sequence Completed
Fri Feb 08 20:06:54 2019 us=733666 MANAGEMENT: >STATE:1549652814,CONNECTED,SUCCESS,10.135.136.6,server_ip,1194,,
Fri Feb 08 20:13:41 2019 us=381581 TCP/UDP: Closing socket
Fri Feb 08 20:13:41 2019 us=381581 C:\Windows\system32\route.exe DELETE 192.168.1.0 MASK 255.255.255.0 10.135.136.5
Fri Feb 08 20:13:41 2019 us=381581 Route deletion via IPAPI succeeded [adaptive]
Fri Feb 08 20:13:41 2019 us=397181 C:\Windows\system32\route.exe DELETE 10.135.136.1 MASK 255.255.255.255 10.135.136.5
Fri Feb 08 20:13:41 2019 us=397181 Route deletion via IPAPI succeeded [adaptive]
Fri Feb 08 20:13:41 2019 us=397181 Closing TUN/TAP interface
Fri Feb 08 20:13:41 2019 us=553181 TAP: DHCP address released
Fri Feb 08 20:13:41 2019 us=553181 SIGTERM[hard,] received, process exiting
Fri Feb 08 20:13:41 2019 us=553181 MANAGEMENT: >STATE:1549653221,EXITING,SIGTERM,,,,,
Your client exited normally ..

mazurep
OpenVpn Newbie
Posts: 8
Joined: Wed Feb 06, 2019 8:07 pm

Re: Not stable connection with Windows IPEnableRouter

Post by mazurep » Sat Feb 09, 2019 7:00 am

Yes, because I closed this connection. I have problem with stable transmission, as you can see in first post the are random timeouts and long response times. During the tests i have also opened RDP connection to VPN server. At least once twice a minute connection is freezing and bringing up. As already described when I change proto to tcp or disable router functionality on the server issue disappears...

mazurep
OpenVpn Newbie
Posts: 8
Joined: Wed Feb 06, 2019 8:07 pm

Re: Not stable connection with Windows IPEnableRouter

Post by mazurep » Sat Feb 09, 2019 9:09 am

Below responses with tcp proto and Windows router enabled.

Reply from 10.135.136.1: bytes=32 time=68ms TTL=128
Reply from 10.135.136.1: bytes=32 time=76ms TTL=128
Reply from 10.135.136.1: bytes=32 time=139ms TTL=128
Reply from 10.135.136.1: bytes=32 time=113ms TTL=128
Reply from 10.135.136.1: bytes=32 time=2978ms TTL=128
Reply from 10.135.136.1: bytes=32 time=105ms TTL=128
Reply from 10.135.136.1: bytes=32 time=180ms TTL=128
Reply from 10.135.136.1: bytes=32 time=76ms TTL=128
Reply from 10.135.136.1: bytes=32 time=75ms TTL=128
Reply from 10.135.136.1: bytes=32 time=163ms TTL=128
Reply from 10.135.136.1: bytes=32 time=86ms TTL=128

For me looks like issue still persist because long (3000ms) responses but tcp protocol is able to sort out timeouts...

Now responses with udp proto and Windows router disabled.

Reply from 10.135.136.1: bytes=32 time=70ms TTL=128
Reply from 10.135.136.1: bytes=32 time=71ms TTL=128
Reply from 10.135.136.1: bytes=32 time=73ms TTL=128
Reply from 10.135.136.1: bytes=32 time=72ms TTL=128
Reply from 10.135.136.1: bytes=32 time=76ms TTL=128
Reply from 10.135.136.1: bytes=32 time=77ms TTL=128
Reply from 10.135.136.1: bytes=32 time=57ms TTL=128
Request timed out.
Reply from 10.135.136.1: bytes=32 time=60ms TTL=128
Reply from 10.135.136.1: bytes=32 time=64ms TTL=128
Reply from 10.135.136.1: bytes=32 time=72ms TTL=128
Reply from 10.135.136.1: bytes=32 time=73ms TTL=128
Reply from 10.135.136.1: bytes=32 time=65ms TTL=128
Reply from 10.135.136.1: bytes=32 time=68ms TTL=128

Two timeouts in 700 sent. Even when there is timeout next one response time is standard for this connection, not 3000ms...

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

Re: Not stable connection with Windows IPEnableRouter

Post by TinCanTech » Sat Feb 09, 2019 3:46 pm

The problem is not caused by openvpn it is a local problem with your network.

It could be either client or server end but it sounds more likely to be the server end.
It could also be the internet connection between the two ..

You will have to do some network diagnostics to find out where the problem is.

The problem does not appear to be MTU related, it feels more like a piece of equipment is failing.

If all else fails you can contact me privately: tincanteksup <at> gmail.

mazurep
OpenVpn Newbie
Posts: 8
Joined: Wed Feb 06, 2019 8:07 pm

Re: Not stable connection with Windows IPEnableRouter

Post by mazurep » Sat Feb 09, 2019 9:48 pm

Thanks, I did the tests with two different environments different servers,clients, internet connections, with the same issue... Just created Wireshark dump and during these "Request timed out." response is coming back from VPN server. Message is "Destination unreachable (Host unreachable)" because i'm getting echo from VPN server it means for me in some cases RRAS layer is not able to communicate with TAP interface... I'm using non English Windowses maybe this is source of issue...

mazurep
OpenVpn Newbie
Posts: 8
Joined: Wed Feb 06, 2019 8:07 pm

Re: Not stable connection with Windows IPEnableRouter

Post by mazurep » Sun Feb 10, 2019 6:51 am

I'm sorry my fault. I missed that "Destination unreachable" messages are because sending packages to LAN IPs with no route to VPN network. Please ignore this information.

Keeper80
OpenVpn Newbie
Posts: 1
Joined: Wed Jun 05, 2019 6:02 am

Re: Not stable connection with Windows IPEnableRouter

Post by Keeper80 » Fri Jun 07, 2019 6:58 am

mazurep wrote:
Sun Feb 10, 2019 6:51 am
I'm sorry my fault. I missed that "Destination unreachable" messages are because sending packages to LAN IPs with no route to VPN network. Please ignore this information.
Hi.
I have the same problem as you. Have you solved your problem?

Post Reply