Client Cannot See or Ping Computers on LAN. Server Cannot Ping Client.

Need help configuring your VPN? Just post here and you'll get that help.

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
mpfrench
OpenVpn Newbie
Posts: 13
Joined: Mon Feb 20, 2012 3:13 pm

Client Cannot See or Ping Computers on LAN. Server Cannot Ping Client.

Post by mpfrench » Thu Mar 02, 2017 3:03 am

Running OpenVPN version 2.4.0 (64 bit) on Windows 7 Ultimate (64 bit).

I'm trying to make the dev TUN implementation of OpenVPN act as though it were plugged into an Ethernet port on my LAN. I would like to "see" all of the LAN computers, printers, and other shares from the OpenVPN client which may physically located anywhere in the world. I would also like to force all data, except for perhaps DNS quires, to flow through the tunnel.

I had OpenVPN working for years performing these functions using a bridged connection in Windows 7. However, in January 2017, Windows quit working with a bridge. See Bug #828. Consequently, I have been trying to make the dev TUN version have the same capabilities as the dev TAP (bridged) version of OpenVPN. As yet I have not been successful and would appreciate some help.

My VPN configuration below works to a degree. The client can successfully browse the Internet using the server's WAN IP address. The client can ping the server on both its VPN IP address (10.8.0.1) and its LAN address (192.168.113.3). It can also ping the router (192.168.113.1). However, the client cannot ping anything else on the LAN. Additionally, the server cannot ping the client (10.8.0.2) although it can ping its own IP addresses (10.8.0.1, 192.168.113.3). The server can ping any other computer on the LAN.

The OpenVPN server was set to enable IP forwarding per https://answers.microsoft.com/en-us/win ... 6ffc850f3f

The LAN router (192.168.113.1) was set to forward 10.8.0.0 netmask 255.255.255.0 to the OpenVPN server at 192.168.113.3.


Server OpenVPN Configuration:
server
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key # KEEP SECRET
dh dh2048.pem
topology subnet
server 10.8.0.0 255.255.255.0
push "route 192.168.113.0 255.255.255.0"
push "redirect-gateway block-local"
push "dhcp-option DNS 192.168.113.1" #Home router DNS
push "dhcp-option DNS 8.8.4.4" #Google-public-DNS
client-to-client
keepalive 10 120
auth SHA256
cipher AES-256-CBC
tls-version-min 1.2
tls-crypt tc.key #tls-crypt replaced tls-auth in openvpn 2.4.
compress lz4-v2
push "compress lz4-v2"
persist-key
persist-tun
status openvpn-status.log
verb 4
explicit-exit-notify 1
Server Log:

Code: Select all

Wed Mar 01 19:32:07 2017 us=290039 Current Parameter Settings:
Wed Mar 01 19:32:07 2017 us=290039   config = 'server_TUN.ovpn'
Wed Mar 01 19:32:07 2017 us=290039   mode = 1
Wed Mar 01 19:32:07 2017 us=290039   show_ciphers = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   show_digests = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   show_engines = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   genkey = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   key_pass_file = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   show_tls_ciphers = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   connect_retry_max = 0
Wed Mar 01 19:32:07 2017 us=290039 Connection profiles [0]:
Wed Mar 01 19:32:07 2017 us=290039   proto = udp
Wed Mar 01 19:32:07 2017 us=290039   local = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   local_port = '1194'
Wed Mar 01 19:32:07 2017 us=290039   remote = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   remote_port = '1194'
Wed Mar 01 19:32:07 2017 us=290039   remote_float = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   bind_defined = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   bind_local = ENABLED
Wed Mar 01 19:32:07 2017 us=290039   bind_ipv6_only = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   connect_retry_seconds = 5
Wed Mar 01 19:32:07 2017 us=290039   connect_timeout = 120
Wed Mar 01 19:32:07 2017 us=290039   socks_proxy_server = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   socks_proxy_port = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   tun_mtu = 1500
Wed Mar 01 19:32:07 2017 us=290039   tun_mtu_defined = ENABLED
Wed Mar 01 19:32:07 2017 us=290039   link_mtu = 1500
Wed Mar 01 19:32:07 2017 us=290039   link_mtu_defined = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   tun_mtu_extra = 0
Wed Mar 01 19:32:07 2017 us=290039   tun_mtu_extra_defined = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   mtu_discover_type = -1
Wed Mar 01 19:32:07 2017 us=290039   fragment = 0
Wed Mar 01 19:32:07 2017 us=290039   mssfix = 1450
Wed Mar 01 19:32:07 2017 us=290039   explicit_exit_notification = 1
Wed Mar 01 19:32:07 2017 us=290039 Connection profiles END
Wed Mar 01 19:32:07 2017 us=290039   remote_random = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   ipchange = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   dev = 'tun'
Wed Mar 01 19:32:07 2017 us=290039   dev_type = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   dev_node = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   lladdr = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   topology = 3
Wed Mar 01 19:32:07 2017 us=290039   ifconfig_local = '10.8.0.1'
Wed Mar 01 19:32:07 2017 us=290039   ifconfig_remote_netmask = '255.255.255.0'
Wed Mar 01 19:32:07 2017 us=290039   ifconfig_noexec = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   ifconfig_nowarn = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   ifconfig_ipv6_local = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   ifconfig_ipv6_netbits = 0
Wed Mar 01 19:32:07 2017 us=290039   ifconfig_ipv6_remote = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   shaper = 0
Wed Mar 01 19:32:07 2017 us=290039   mtu_test = 0
Wed Mar 01 19:32:07 2017 us=290039   mlock = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   keepalive_ping = 10
Wed Mar 01 19:32:07 2017 us=290039   keepalive_timeout = 120
Wed Mar 01 19:32:07 2017 us=290039   inactivity_timeout = 0
Wed Mar 01 19:32:07 2017 us=290039   ping_send_timeout = 10
Wed Mar 01 19:32:07 2017 us=290039   ping_rec_timeout = 240
Wed Mar 01 19:32:07 2017 us=290039   ping_rec_timeout_action = 2
Wed Mar 01 19:32:07 2017 us=290039   ping_timer_remote = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   remap_sigusr1 = 0
Wed Mar 01 19:32:07 2017 us=290039   persist_tun = ENABLED
Wed Mar 01 19:32:07 2017 us=290039   persist_local_ip = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   persist_remote_ip = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   persist_key = ENABLED
Wed Mar 01 19:32:07 2017 us=290039   passtos = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   resolve_retry_seconds = 1000000000
Wed Mar 01 19:32:07 2017 us=290039   resolve_in_advance = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   username = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   groupname = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   chroot_dir = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   cd_dir = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   writepid = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   up_script = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   down_script = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   down_pre = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   up_restart = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   up_delay = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   daemon = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   inetd = 0
Wed Mar 01 19:32:07 2017 us=290039   log = ENABLED
Wed Mar 01 19:32:07 2017 us=290039   suppress_timestamps = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   machine_readable_output = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   nice = 0
Wed Mar 01 19:32:07 2017 us=290039   verbosity = 4
Wed Mar 01 19:32:07 2017 us=290039   mute = 0
Wed Mar 01 19:32:07 2017 us=290039   gremlin = 0
Wed Mar 01 19:32:07 2017 us=290039   status_file = 'openvpn-status.log'
Wed Mar 01 19:32:07 2017 us=290039   status_file_version = 1
Wed Mar 01 19:32:07 2017 us=290039   status_file_update_freq = 60
Wed Mar 01 19:32:07 2017 us=290039   occ = ENABLED
Wed Mar 01 19:32:07 2017 us=290039   rcvbuf = 0
Wed Mar 01 19:32:07 2017 us=290039   sndbuf = 0
Wed Mar 01 19:32:07 2017 us=290039   sockflags = 0
Wed Mar 01 19:32:07 2017 us=290039   fast_io = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   comp.alg = 11
Wed Mar 01 19:32:07 2017 us=290039   comp.flags = 0
Wed Mar 01 19:32:07 2017 us=290039   route_script = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   route_default_gateway = '10.8.0.2'
Wed Mar 01 19:32:07 2017 us=290039   route_default_metric = 0
Wed Mar 01 19:32:07 2017 us=290039   route_noexec = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   route_delay = 0
Wed Mar 01 19:32:07 2017 us=290039   route_delay_window = 30
Wed Mar 01 19:32:07 2017 us=290039   route_delay_defined = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   route_nopull = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   route_gateway_via_dhcp = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   allow_pull_fqdn = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   management_addr = '127.0.0.1'
Wed Mar 01 19:32:07 2017 us=290039   management_port = '25340'
Wed Mar 01 19:32:07 2017 us=290039   management_user_pass = 'stdin'
Wed Mar 01 19:32:07 2017 us=290039   management_log_history_cache = 250
Wed Mar 01 19:32:07 2017 us=290039   management_echo_buffer_size = 100
Wed Mar 01 19:32:07 2017 us=290039   management_write_peer_info_file = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   management_client_user = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   management_client_group = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   management_flags = 6
Wed Mar 01 19:32:07 2017 us=290039   shared_secret_file = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   key_direction = 0
Wed Mar 01 19:32:07 2017 us=290039   ciphername = 'AES-256-CBC'
Wed Mar 01 19:32:07 2017 us=290039   ncp_enabled = ENABLED
Wed Mar 01 19:32:07 2017 us=290039   ncp_ciphers = 'AES-256-GCM:AES-128-GCM'
Wed Mar 01 19:32:07 2017 us=290039   authname = 'SHA256'
Wed Mar 01 19:32:07 2017 us=290039   prng_hash = 'SHA1'
Wed Mar 01 19:32:07 2017 us=290039   prng_nonce_secret_len = 16
Wed Mar 01 19:32:07 2017 us=290039   keysize = 0
Wed Mar 01 19:32:07 2017 us=290039   engine = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   replay = ENABLED
Wed Mar 01 19:32:07 2017 us=290039   mute_replay_warnings = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   replay_window = 64
Wed Mar 01 19:32:07 2017 us=290039   replay_time = 15
Wed Mar 01 19:32:07 2017 us=290039   packet_id_file = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   use_iv = ENABLED
Wed Mar 01 19:32:07 2017 us=290039   test_crypto = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   tls_server = ENABLED
Wed Mar 01 19:32:07 2017 us=290039   tls_client = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   key_method = 2
Wed Mar 01 19:32:07 2017 us=290039   ca_file = 'ca.crt'
Wed Mar 01 19:32:07 2017 us=290039   ca_path = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   dh_file = 'dh2048.pem'
Wed Mar 01 19:32:07 2017 us=290039   cert_file = 'server.crt'
Wed Mar 01 19:32:07 2017 us=290039   extra_certs_file = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   priv_key_file = 'server.key'
Wed Mar 01 19:32:07 2017 us=290039   pkcs12_file = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   cryptoapi_cert = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   cipher_list = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   tls_verify = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   tls_export_cert = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   verify_x509_type = 0
Wed Mar 01 19:32:07 2017 us=290039   verify_x509_name = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   crl_file = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   ns_cert_type = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_ku[i] = 0
Wed Mar 01 19:32:07 2017 us=290039   remote_cert_eku = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   ssl_flags = 192
Wed Mar 01 19:32:07 2017 us=290039   tls_timeout = 2
Wed Mar 01 19:32:07 2017 us=290039   renegotiate_bytes = -1
Wed Mar 01 19:32:07 2017 us=290039   renegotiate_packets = 0
Wed Mar 01 19:32:07 2017 us=290039   renegotiate_seconds = 3600
Wed Mar 01 19:32:07 2017 us=290039   handshake_window = 60
Wed Mar 01 19:32:07 2017 us=290039   transition_window = 3600
Wed Mar 01 19:32:07 2017 us=290039   single_session = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   push_peer_info = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   tls_exit = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   tls_auth_file = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=290039   tls_crypt_file = 'tc.key'
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_protected_authentication = DISABLED
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=290039   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_private_mode = 00000000
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_cert_private = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_pin_cache_period = -1
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_id = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=305664   pkcs11_id_management = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   server_network = 10.8.0.0
Wed Mar 01 19:32:07 2017 us=305664   server_netmask = 255.255.255.0
Wed Mar 01 19:32:07 2017 us=305664   server_network_ipv6 = ::
Wed Mar 01 19:32:07 2017 us=305664   server_netbits_ipv6 = 0
Wed Mar 01 19:32:07 2017 us=305664   server_bridge_ip = 0.0.0.0
Wed Mar 01 19:32:07 2017 us=305664   server_bridge_netmask = 0.0.0.0
Wed Mar 01 19:32:07 2017 us=305664   server_bridge_pool_start = 0.0.0.0
Wed Mar 01 19:32:07 2017 us=305664   server_bridge_pool_end = 0.0.0.0
Wed Mar 01 19:32:07 2017 us=305664   push_entry = 'route 192.168.113.0  255.255.255.0'
Wed Mar 01 19:32:07 2017 us=305664   push_entry = 'redirect-gateway block-local'
Wed Mar 01 19:32:07 2017 us=305664   push_entry = 'dhcp-option DNS 192.168.113.1'
Wed Mar 01 19:32:07 2017 us=305664   push_entry = 'dhcp-option DNS 8.8.4.4'
Wed Mar 01 19:32:07 2017 us=305664   push_entry = 'compress lz4-v2'
Wed Mar 01 19:32:07 2017 us=305664   push_entry = 'route-gateway 10.8.0.1'
Wed Mar 01 19:32:07 2017 us=305664   push_entry = 'topology subnet'
Wed Mar 01 19:32:07 2017 us=305664   push_entry = 'ping 10'
Wed Mar 01 19:32:07 2017 us=305664   push_entry = 'ping-restart 120'
Wed Mar 01 19:32:07 2017 us=305664   ifconfig_pool_defined = ENABLED
Wed Mar 01 19:32:07 2017 us=305664   ifconfig_pool_start = 10.8.0.2
Wed Mar 01 19:32:07 2017 us=305664   ifconfig_pool_end = 10.8.0.253
Wed Mar 01 19:32:07 2017 us=305664   ifconfig_pool_netmask = 255.255.255.0
Wed Mar 01 19:32:07 2017 us=305664   ifconfig_pool_persist_filename = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=305664   ifconfig_pool_persist_refresh_freq = 600
Wed Mar 01 19:32:07 2017 us=305664   ifconfig_ipv6_pool_defined = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   ifconfig_ipv6_pool_base = ::
Wed Mar 01 19:32:07 2017 us=305664   ifconfig_ipv6_pool_netbits = 0
Wed Mar 01 19:32:07 2017 us=305664   n_bcast_buf = 256
Wed Mar 01 19:32:07 2017 us=305664   tcp_queue_limit = 64
Wed Mar 01 19:32:07 2017 us=305664   real_hash_size = 256
Wed Mar 01 19:32:07 2017 us=305664   virtual_hash_size = 256
Wed Mar 01 19:32:07 2017 us=305664   client_connect_script = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=305664   learn_address_script = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=305664   client_disconnect_script = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=305664   client_config_dir = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=305664   ccd_exclusive = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   tmp_dir = 'C:\Users\mfrench\AppData\Local\Temp\'
Wed Mar 01 19:32:07 2017 us=305664   push_ifconfig_defined = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   push_ifconfig_local = 0.0.0.0
Wed Mar 01 19:32:07 2017 us=305664   push_ifconfig_remote_netmask = 0.0.0.0
Wed Mar 01 19:32:07 2017 us=305664   push_ifconfig_ipv6_defined = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   push_ifconfig_ipv6_local = ::/0
Wed Mar 01 19:32:07 2017 us=305664   push_ifconfig_ipv6_remote = ::
Wed Mar 01 19:32:07 2017 us=305664   enable_c2c = ENABLED
Wed Mar 01 19:32:07 2017 us=305664   duplicate_cn = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   cf_max = 0
Wed Mar 01 19:32:07 2017 us=305664   cf_per = 0
Wed Mar 01 19:32:07 2017 us=305664   max_clients = 1024
Wed Mar 01 19:32:07 2017 us=305664   max_routes_per_client = 256
Wed Mar 01 19:32:07 2017 us=305664   auth_user_pass_verify_script = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=305664   auth_user_pass_verify_script_via_file = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   auth_token_generate = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   auth_token_lifetime = 0
Wed Mar 01 19:32:07 2017 us=305664   client = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   pull = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   auth_user_pass_file = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=305664   show_net_up = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   route_method = 0
Wed Mar 01 19:32:07 2017 us=305664   block_outside_dns = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   ip_win32_defined = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   ip_win32_type = 3
Wed Mar 01 19:32:07 2017 us=305664   dhcp_masq_offset = 0
Wed Mar 01 19:32:07 2017 us=305664   dhcp_lease_time = 31536000
Wed Mar 01 19:32:07 2017 us=305664   tap_sleep = 10
Wed Mar 01 19:32:07 2017 us=305664   dhcp_options = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   dhcp_renew = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   dhcp_pre_release = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   dhcp_release = DISABLED
Wed Mar 01 19:32:07 2017 us=305664   domain = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=305664   netbios_scope = '[UNDEF]'
Wed Mar 01 19:32:07 2017 us=305664   netbios_node_type = 0
Wed Mar 01 19:32:07 2017 us=305664   disable_nbt = DISABLED
Wed Mar 01 19:32:07 2017 us=305664 OpenVPN 2.4.0 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Jan 31 2017
Wed Mar 01 19:32:07 2017 us=305664 Windows version 6.1 (Windows 7) 64bit
Wed Mar 01 19:32:07 2017 us=305664 library versions: OpenSSL 1.0.2k  26 Jan 2017, LZO 2.09
Enter Management Password:
Wed Mar 01 19:32:07 2017 us=305664 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:25340
Wed Mar 01 19:32:07 2017 us=305664 Need hold release from management interface, waiting...
Wed Mar 01 19:32:07 2017 us=758789 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:25340
Wed Mar 01 19:32:07 2017 us=868164 MANAGEMENT: CMD 'state on'
Wed Mar 01 19:32:07 2017 us=868164 MANAGEMENT: CMD 'log all on'
Wed Mar 01 19:32:08 2017 us=8789 MANAGEMENT: CMD 'hold off'
Wed Mar 01 19:32:08 2017 us=8789 MANAGEMENT: CMD 'hold release'
Wed Mar 01 19:32:08 2017 us=180664 Diffie-Hellman initialized with 2048 bit key
Wed Mar 01 19:32:08 2017 us=196289 Outgoing Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
Wed Mar 01 19:32:08 2017 us=196289 Outgoing Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
Wed Mar 01 19:32:08 2017 us=211914 Incoming Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
Wed Mar 01 19:32:08 2017 us=211914 Incoming Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
Wed Mar 01 19:32:08 2017 us=211914 TLS-Auth MTU parms [ L:1622 D:1156 EF:94 EB:0 ET:0 EL:3 ]
Wed Mar 01 19:32:08 2017 us=211914 interactive service msg_channel=0
Wed Mar 01 19:32:08 2017 us=211914 open_tun
Wed Mar 01 19:32:08 2017 us=227539 TAP-WIN32 device [TAP-1] opened: \\.\Global\{AECFFD17-9AA8-4558-ADDF-FA51F890DB11}.tap
Wed Mar 01 19:32:08 2017 us=227539 TAP-Windows Driver Version 9.21 
Wed Mar 01 19:32:08 2017 us=227539 TAP-Windows MTU=1500
Wed Mar 01 19:32:08 2017 us=243164 Set TAP-Windows TUN subnet mode network/local/netmask = 10.8.0.0/10.8.0.1/255.255.255.0 [SUCCEEDED]
Wed Mar 01 19:32:08 2017 us=243164 Notified TAP-Windows driver to set a DHCP IP/netmask of 10.8.0.1/255.255.255.0 on interface {AECFFD17-9AA8-4558-ADDF-FA51F890DB11} [DHCP-serv: 10.8.0.254, lease-time: 31536000]
Wed Mar 01 19:32:08 2017 us=243164 Sleeping for 10 seconds...
Wed Mar 01 19:32:18 2017 us=243164 Successful ARP Flush on interface [16] {AECFFD17-9AA8-4558-ADDF-FA51F890DB11}
Wed Mar 01 19:32:18 2017 us=243164 do_ifconfig, tt->did_ifconfig_ipv6_setup=0
Wed Mar 01 19:32:18 2017 us=243164 MANAGEMENT: >STATE:1488418338,ASSIGN_IP,,10.8.0.1,,,,
Wed Mar 01 19:32:18 2017 us=243164 Data Channel MTU parms [ L:1622 D:1450 EF:122 EB:406 ET:0 EL:3 ]
Wed Mar 01 19:32:18 2017 us=243164 Could not determine IPv4/IPv6 protocol. Using AF_INET6
Wed Mar 01 19:32:18 2017 us=258789 Socket Buffers: R=[8192->8192] S=[8192->8192]
Wed Mar 01 19:32:18 2017 us=258789 setsockopt(IPV6_V6ONLY=0)
Wed Mar 01 19:32:18 2017 us=258789 UDPv6 link local (bound): [AF_INET6][undef]:1194
Wed Mar 01 19:32:18 2017 us=258789 UDPv6 link remote: [AF_UNSPEC]
Wed Mar 01 19:32:18 2017 us=258789 MULTI: multi_init called, r=256 v=256
Wed Mar 01 19:32:18 2017 us=258789 IFCONFIG POOL: base=10.8.0.2 size=252, ipv6=0
Wed Mar 01 19:32:18 2017 us=258789 Initialization Sequence Completed
Wed Mar 01 19:32:18 2017 us=258789 MANAGEMENT: >STATE:1488418338,CONNECTED,SUCCESS,10.8.0.1,,,::ffff:0:0,1194
Wed Mar 01 19:32:26 2017 us=758789 MULTI: multi_create_instance called
Wed Mar 01 19:32:26 2017 us=758789 73.106.78.136 Re-using SSL/TLS context
Wed Mar 01 19:32:26 2017 us=758789 73.106.78.136 LZ4v2 compression initializing
Wed Mar 01 19:32:26 2017 us=758789 73.106.78.136 Control Channel MTU parms [ L:1622 D:1156 EF:94 EB:0 ET:0 EL:3 ]
Wed Mar 01 19:32:26 2017 us=758789 73.106.78.136 Data Channel MTU parms [ L:1622 D:1450 EF:122 EB:406 ET:0 EL:3 ]
Wed Mar 01 19:32:26 2017 us=758789 73.106.78.136 Local Options String (VER=V4): 'V4,dev-type tun,link-mtu 1570,tun-mtu 1500,proto UDPv4,comp-lzo,cipher AES-256-CBC,auth SHA256,keysize 256,key-method 2,tls-server'
Wed Mar 01 19:32:26 2017 us=758789 73.106.78.136 Expected Remote Options String (VER=V4): 'V4,dev-type tun,link-mtu 1570,tun-mtu 1500,proto UDPv4,comp-lzo,cipher AES-256-CBC,auth SHA256,keysize 256,key-method 2,tls-client'
Wed Mar 01 19:32:26 2017 us=758789 73.106.78.136 TLS: Initial packet from [AF_INET6]::ffff:73.106.78.136:44547, sid=da4d6fa2 152f018c
Wed Mar 01 19:32:26 2017 us=883789 73.106.78.136 VERIFY OK: depth=1, C=US, ST=AL, L=Hampton_Cove, O=xxxxxx.com, CN=MPF1, emailAddress=Mike@xxxxxx.com
Wed Mar 01 19:32:26 2017 us=883789 73.106.78.136 VERIFY OK: depth=0, C=US, ST=AL, O=xxxxxx.com, CN=client1, emailAddress=Mike@xxxxxx.com
Wed Mar 01 19:32:26 2017 us=915039 73.106.78.136 peer info: IV_VER=2.4.0
Wed Mar 01 19:32:26 2017 us=915039 73.106.78.136 peer info: IV_PLAT=win
Wed Mar 01 19:32:26 2017 us=915039 73.106.78.136 peer info: IV_PROTO=2
Wed Mar 01 19:32:26 2017 us=915039 73.106.78.136 peer info: IV_NCP=2
Wed Mar 01 19:32:26 2017 us=915039 73.106.78.136 peer info: IV_LZ4=1
Wed Mar 01 19:32:26 2017 us=915039 73.106.78.136 peer info: IV_LZ4v2=1
Wed Mar 01 19:32:26 2017 us=915039 73.106.78.136 peer info: IV_LZO=1
Wed Mar 01 19:32:26 2017 us=930664 73.106.78.136 peer info: IV_COMP_STUB=1
Wed Mar 01 19:32:26 2017 us=930664 73.106.78.136 peer info: IV_COMP_STUBv2=1
Wed Mar 01 19:32:26 2017 us=930664 73.106.78.136 peer info: IV_TCPNL=1
Wed Mar 01 19:32:26 2017 us=930664 73.106.78.136 peer info: IV_GUI_VER=OpenVPN_GUI_11
Wed Mar 01 19:32:26 2017 us=930664 73.106.78.136 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1570', remote='link-mtu 1569'
Wed Mar 01 19:32:26 2017 us=930664 73.106.78.136 WARNING: 'comp-lzo' is present in local config but missing in remote config, local='comp-lzo'
Wed Mar 01 19:32:26 2017 us=961914 73.106.78.136 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA
Wed Mar 01 19:32:26 2017 us=961914 73.106.78.136 [client1] Peer Connection Initiated with [AF_INET6]::ffff:73.106.78.136:44547
Wed Mar 01 19:32:26 2017 us=961914 client1/73.106.78.136 MULTI_sva: pool returned IPv4=10.8.0.2, IPv6=(Not enabled)
Wed Mar 01 19:32:26 2017 us=961914 client1/73.106.78.136 MULTI: Learn: 10.8.0.2 -> client1/73.106.78.136
Wed Mar 01 19:32:26 2017 us=961914 client1/73.106.78.136 MULTI: primary virtual IP for client1/73.106.78.136: 10.8.0.2
Wed Mar 01 19:32:28 2017 us=55664 client1/73.106.78.136 PUSH: Received control message: 'PUSH_REQUEST'
Wed Mar 01 19:32:28 2017 us=55664 client1/73.106.78.136 SENT CONTROL [client1]: 'PUSH_REPLY,route 192.168.113.0  255.255.255.0,redirect-gateway block-local,dhcp-option DNS 192.168.113.1,dhcp-option DNS 8.8.4.4,compress lz4-v2,route-gateway 10.8.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.8.0.2 255.255.255.0,peer-id 0,cipher AES-256-GCM' (status=1)
Wed Mar 01 19:32:28 2017 us=55664 client1/73.106.78.136 Data Channel MTU parms [ L:1550 D:1450 EF:50 EB:406 ET:0 EL:3 ]
Wed Mar 01 19:32:28 2017 us=55664 client1/73.106.78.136 Data Channel Encrypt: Cipher 'AES-256-GCM' initialized with 256 bit key
Wed Mar 01 19:32:28 2017 us=55664 client1/73.106.78.136 Data Channel Decrypt: Cipher 'AES-256-GCM' initialized with 256 bit key
Wed Mar 01 19:32:28 2017 us=180664 client1/73.106.78.136 MULTI: bad source address from client [::], packet dropped
Diagnostics run on the OpenVPN server:
[OpenVPN server was running on a Win7 computer with LAN IP address
192.168.113.3. The dialog below was gathered on the server]

Code: Select all

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Windows\system32>ping 10.8.0.1

Pinging 10.8.0.1 with 32 bytes of data:
Reply from 10.8.0.1: bytes=32 time<1ms TTL=128
Reply from 10.8.0.1: bytes=32 time<1ms TTL=128
Reply from 10.8.0.1: bytes=32 time<1ms TTL=128
Reply from 10.8.0.1: bytes=32 time<1ms TTL=128

Ping statistics for 10.8.0.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Windows\system32>ping 10.8.0.2

Pinging 10.8.0.2 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 10.8.0.2:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Windows\system32>ping 192.168.113.1

Pinging 192.168.113.1 with 32 bytes of data:
Reply from 192.168.113.1: bytes=32 time<1ms TTL=64
Reply from 192.168.113.1: bytes=32 time<1ms TTL=64
Reply from 192.168.113.1: bytes=32 time<1ms TTL=64
Reply from 192.168.113.1: bytes=32 time<1ms TTL=64

Ping statistics for 192.168.113.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Windows\system32>ping 192.168.113.2

Pinging 192.168.113.2 with 32 bytes of data:
Reply from 192.168.113.2: bytes=32 time<1ms TTL=128
Reply from 192.168.113.2: bytes=32 time<1ms TTL=128
Reply from 192.168.113.2: bytes=32 time<1ms TTL=128
Reply from 192.168.113.2: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.113.2:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Windows\system32>ping 192.168.113.3

Pinging 192.168.113.3 with 32 bytes of data:
Reply from 192.168.113.3: bytes=32 time<1ms TTL=128
Reply from 192.168.113.3: bytes=32 time<1ms TTL=128
Reply from 192.168.113.3: bytes=32 time<1ms TTL=128
Reply from 192.168.113.3: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.113.3:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Windows\system32>route print
===========================================================================
Interface List
 16...00 ff ae cf fd 17 ......TAP-Windows Adapter V9
 10...00 13 d4 9e 44 26 ......NVIDIA nForce 10/100/1000 Mbps Ethernet
  1...........................Software Loopback Interface 1
 11...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
 13...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
 15...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3
===========================================================================

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0    192.168.113.1    192.168.113.3    266
         10.8.0.0    255.255.255.0         On-link          10.8.0.1    276
         10.8.0.1  255.255.255.255         On-link          10.8.0.1    276
       10.8.0.255  255.255.255.255         On-link          10.8.0.1    276
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    306
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    306
  127.255.255.255  255.255.255.255         On-link         127.0.0.1    306
    192.168.113.0    255.255.255.0         On-link     192.168.113.3    266
    192.168.113.3  255.255.255.255         On-link     192.168.113.3    266
  192.168.113.255  255.255.255.255         On-link     192.168.113.3    266
        224.0.0.0        240.0.0.0         On-link         127.0.0.1    306
        224.0.0.0        240.0.0.0         On-link     192.168.113.3    266
        224.0.0.0        240.0.0.0         On-link          10.8.0.1    276
  255.255.255.255  255.255.255.255         On-link         127.0.0.1    306
  255.255.255.255  255.255.255.255         On-link     192.168.113.3    266
  255.255.255.255  255.255.255.255         On-link          10.8.0.1    276
===========================================================================
Persistent Routes:
  Network Address          Netmask  Gateway Address  Metric
          0.0.0.0          0.0.0.0    192.168.113.1  Default
===========================================================================

IPv6 Route Table
===========================================================================
Active Routes:
 If Metric Network Destination      Gateway
  1    306 ::1/128                  On-link
 10    266 fe80::/64                On-link
 16    276 fe80::/64                On-link
 10    266 fe80::8962:d1a7:a1b6:380/128
                                    On-link
 16    276 fe80::fc59:1699:991d:a448/128
                                    On-link
  1    306 ff00::/8                 On-link
 10    266 ff00::/8                 On-link
 16    276 ff00::/8                 On-link
===========================================================================
Persistent Routes:
  None

C:\Windows\system32>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : ASUS-A8N-SLI
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : Yes
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter TAP-1:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : TAP-Windows Adapter V9
   Physical Address. . . . . . . . . : 00-FF-AE-CF-FD-17
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::fc59:1699:991d:a448%16(Preferred)
   IPv4 Address. . . . . . . . . . . : 10.8.0.1(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : Wednesday, March 01, 2017 3:37:57 PM
   Lease Expires . . . . . . . . . . : Thursday, March 01, 2018 3:37:56 PM
   Default Gateway . . . . . . . . . :
   DHCP Server . . . . . . . . . . . : 10.8.0.254
   DHCPv6 IAID . . . . . . . . . . . : 402718638
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1C-7A-DB-E3-00-13-D4-9E-44-26

   DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
                                       fec0:0:0:ffff::2%1
                                       fec0:0:0:ffff::3%1
   NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : NVIDIA nForce 10/100/1000 Mbps Ethernet
   Physical Address. . . . . . . . . : 00-13-D4-9E-44-26
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::8962:d1a7:a1b6:380%10(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.113.3(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.113.1
   DHCPv6 IAID . . . . . . . . . . . : 234886100
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1C-7A-DB-E3-00-13-D4-9E-44-26

   DNS Servers . . . . . . . . . . . : 192.168.113.1
                                       8.8.8.8
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Local Area Connection* 11:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{AECFFD17-9AA8-4558-ADDF-FA51F890DB11}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{883424FD-66BD-499C-9856-E19BF25C37C6}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #3
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

C:\Windows\system32>
The client configuration and diagnostic information will be placed in the next post due to a forum size limitation of 60K characters per post.

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

Re: Client Cannot See or Ping Computers on LAN. Server Cannot Ping Client.

Post by TinCanTech » Sun Mar 19, 2017 6:24 pm

mpfrench wrote:I had OpenVPN working for years performing these functions using a bridged connection in Windows 7. However, in January 2017, Windows quit working with a bridge. See Bug #828.
You should pursue that trac ..
mpfrench wrote:Consequently, I have been trying to make the dev TUN version have the same capabilities as the dev TAP (bridged) version of OpenVP
Windows networking will not work as you expect (if at all) over a --dev tun VPN. Much of windows networking relies on the --dev tap functionality. (I do not provide support for windows networking on this forum)

I am posting this for completeness, even though it appears you have read it:
HOWTO: Expanding the scope of the VPN to include additional machines

mpfrench
OpenVpn Newbie
Posts: 13
Joined: Mon Feb 20, 2012 3:13 pm

Re: Client Cannot See or Ping Computers on LAN. Server Cannot Ping Client.

Post by mpfrench » Mon Mar 20, 2017 1:41 am

TCT, thanks for your reply. I didn't think that it was possible to do Windows networking using the dev tun, but gave it my best shot anyway.

I'll forgo posting the client side diagnostics that I mentioned in my first post.

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

Re: Client Cannot See or Ping Computers on LAN. Server Cannot Ping Client.

Post by TinCanTech » Mon Mar 20, 2017 2:56 am

TinCanTech wrote:
mpfrench wrote:I had OpenVPN working for years performing these functions using a bridged connection in Windows 7. However, in January 2017, Windows quit working with a bridge. See Bug #828.
You should pursue that trac ..
At least to ascertain the root cause ..

Post Reply