I'm looking for a way to route all internet traffic (I use 80 , POP3, and SMTP ports) from my notebook in network 192.168.4.0/24 over public internet to office network 192.168.91.0/24 from where internet can reached safely.
Both networks contain Windows VISTA computer and are connected to internet.
I installed OpenVPN in server and in client based on simle sample in
http://www.openvpn.net/index.php/open-s ... howto.html
ping 10.8.0.1 in client returns request timed out.
How to fix ?
server config:
dev tun
ifconfig 10.8.0.1 10.8.0.2
secret key.txt
client config:
remote mysite.com
dev tun
ifconfig 10.8.0.2 10.8.0.1
secret key.txt
server log file:
Sat Feb 19 11:35:05 2011 us=759000 Current Parameter Settings:
Sat Feb 19 11:35:05 2011 us=759000 config = 'server.ovpn'
Sat Feb 19 11:35:05 2011 us=759000 mode = 0
Sat Feb 19 11:35:05 2011 us=759000 show_ciphers = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 show_digests = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 show_engines = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 genkey = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 key_pass_file = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 show_tls_ciphers = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 Connection profiles [default]:
Sat Feb 19 11:35:05 2011 us=759000 proto = udp
Sat Feb 19 11:35:05 2011 us=759000 local = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 local_port = 1194
Sat Feb 19 11:35:05 2011 us=759000 remote = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 remote_port = 1194
Sat Feb 19 11:35:05 2011 us=759000 remote_float = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 bind_defined = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 bind_local = ENABLED
Sat Feb 19 11:35:05 2011 us=759000 connect_retry_seconds = 5
Sat Feb 19 11:35:05 2011 us=759000 connect_timeout = 10
Sat Feb 19 11:35:05 2011 us=759000 connect_retry_max = 0
Sat Feb 19 11:35:05 2011 us=759000 socks_proxy_server = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 socks_proxy_port = 0
Sat Feb 19 11:35:05 2011 us=759000 socks_proxy_retry = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 Connection profiles END
Sat Feb 19 11:35:05 2011 us=759000 remote_random = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 ipchange = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 dev = 'tun'
Sat Feb 19 11:35:05 2011 us=759000 dev_type = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 dev_node = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 lladdr = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 topology = 1
Sat Feb 19 11:35:05 2011 us=759000 tun_ipv6 = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 ifconfig_local = '10.8.0.1'
Sat Feb 19 11:35:05 2011 us=759000 ifconfig_remote_netmask = '10.8.0.2'
Sat Feb 19 11:35:05 2011 us=759000 ifconfig_noexec = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 ifconfig_nowarn = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 shaper = 0
Sat Feb 19 11:35:05 2011 us=759000 tun_mtu = 1500
Sat Feb 19 11:35:05 2011 us=759000 tun_mtu_defined = ENABLED
Sat Feb 19 11:35:05 2011 us=759000 link_mtu = 1500
Sat Feb 19 11:35:05 2011 us=759000 link_mtu_defined = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 tun_mtu_extra = 0
Sat Feb 19 11:35:05 2011 us=759000 tun_mtu_extra_defined = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 fragment = 0
Sat Feb 19 11:35:05 2011 us=759000 mtu_discover_type = -1
Sat Feb 19 11:35:05 2011 us=759000 mtu_test = 0
Sat Feb 19 11:35:05 2011 us=759000 mlock = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 keepalive_ping = 0
Sat Feb 19 11:35:05 2011 us=759000 keepalive_timeout = 0
Sat Feb 19 11:35:05 2011 us=759000 inactivity_timeout = 0
Sat Feb 19 11:35:05 2011 us=759000 ping_send_timeout = 0
Sat Feb 19 11:35:05 2011 us=759000 ping_rec_timeout = 0
Sat Feb 19 11:35:05 2011 us=759000 ping_rec_timeout_action = 0
Sat Feb 19 11:35:05 2011 us=759000 ping_timer_remote = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 remap_sigusr1 = 0
Sat Feb 19 11:35:05 2011 us=759000 explicit_exit_notification = 0
Sat Feb 19 11:35:05 2011 us=759000 persist_tun = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 persist_local_ip = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 persist_remote_ip = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 persist_key = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 mssfix = 1450
Sat Feb 19 11:35:05 2011 us=759000 resolve_retry_seconds = 1000000000
Sat Feb 19 11:35:05 2011 us=759000 username = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 groupname = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 chroot_dir = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 cd_dir = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 writepid = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 up_script = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 down_script = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 down_pre = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 up_restart = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 up_delay = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 daemon = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 inetd = 0
Sat Feb 19 11:35:05 2011 us=759000 log = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 suppress_timestamps = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 nice = 0
Sat Feb 19 11:35:05 2011 us=759000 verbosity = 6
Sat Feb 19 11:35:05 2011 us=759000 mute = 0
Sat Feb 19 11:35:05 2011 us=759000 gremlin = 0
Sat Feb 19 11:35:05 2011 us=759000 status_file = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 status_file_version = 1
Sat Feb 19 11:35:05 2011 us=759000 status_file_update_freq = 60
Sat Feb 19 11:35:05 2011 us=759000 occ = ENABLED
Sat Feb 19 11:35:05 2011 us=759000 rcvbuf = 0
Sat Feb 19 11:35:05 2011 us=759000 sndbuf = 0
Sat Feb 19 11:35:05 2011 us=759000 sockflags = 0
Sat Feb 19 11:35:05 2011 us=759000 fast_io = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 lzo = 0
Sat Feb 19 11:35:05 2011 us=759000 route_script = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 route_default_gateway = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 route_default_metric = 0
Sat Feb 19 11:35:05 2011 us=759000 route_noexec = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 route_delay = 5
Sat Feb 19 11:35:05 2011 us=759000 route_delay_window = 30
Sat Feb 19 11:35:05 2011 us=759000 route_delay_defined = ENABLED
Sat Feb 19 11:35:05 2011 us=759000 route_nopull = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 route_gateway_via_dhcp = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 max_routes = 100
Sat Feb 19 11:35:05 2011 us=759000 allow_pull_fqdn = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 management_addr = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 management_port = 0
Sat Feb 19 11:35:05 2011 us=759000 management_user_pass = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 management_log_history_cache = 250
Sat Feb 19 11:35:05 2011 us=759000 management_echo_buffer_size = 100
Sat Feb 19 11:35:05 2011 us=759000 management_write_peer_info_file = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 management_client_user = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 management_client_group = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 management_flags = 0
Sat Feb 19 11:35:05 2011 us=759000 shared_secret_file = 'key.txt'
Sat Feb 19 11:35:05 2011 us=759000 key_direction = 0
Sat Feb 19 11:35:05 2011 us=759000 ciphername_defined = ENABLED
Sat Feb 19 11:35:05 2011 us=759000 ciphername = 'BF-CBC'
Sat Feb 19 11:35:05 2011 us=759000 authname_defined = ENABLED
Sat Feb 19 11:35:05 2011 us=759000 authname = 'SHA1'
Sat Feb 19 11:35:05 2011 us=759000 prng_hash = 'SHA1'
Sat Feb 19 11:35:05 2011 us=759000 prng_nonce_secret_len = 16
Sat Feb 19 11:35:05 2011 us=759000 keysize = 0
Sat Feb 19 11:35:05 2011 us=759000 engine = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 replay = ENABLED
Sat Feb 19 11:35:05 2011 us=759000 mute_replay_warnings = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 replay_window = 64
Sat Feb 19 11:35:05 2011 us=759000 replay_time = 15
Sat Feb 19 11:35:05 2011 us=759000 packet_id_file = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 use_iv = ENABLED
Sat Feb 19 11:35:05 2011 us=759000 test_crypto = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 tls_server = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 tls_client = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 key_method = 2
Sat Feb 19 11:35:05 2011 us=759000 ca_file = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 ca_path = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 dh_file = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 cert_file = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 priv_key_file = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 pkcs12_file = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 cryptoapi_cert = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 cipher_list = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 tls_verify = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 tls_remote = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 crl_file = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 ns_cert_type = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku[i] = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku[i] = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku[i] = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku[i] = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku[i] = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_ku[i] = 0
Sat Feb 19 11:35:05 2011 us=759000 remote_cert_eku = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 tls_timeout = 2
Sat Feb 19 11:35:05 2011 us=759000 renegotiate_bytes = 0
Sat Feb 19 11:35:05 2011 us=759000 renegotiate_packets = 0
Sat Feb 19 11:35:05 2011 us=759000 renegotiate_seconds = 3600
Sat Feb 19 11:35:05 2011 us=759000 handshake_window = 60
Sat Feb 19 11:35:05 2011 us=759000 transition_window = 3600
Sat Feb 19 11:35:05 2011 us=759000 single_session = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 push_peer_info = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 tls_exit = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 tls_auth_file = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_private_mode = 00000000
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_pin_cache_period = -1
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_id = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 pkcs11_id_management = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 server_network = 0.0.0.0
Sat Feb 19 11:35:05 2011 us=759000 server_netmask = 0.0.0.0
Sat Feb 19 11:35:05 2011 us=759000 server_bridge_ip = 0.0.0.0
Sat Feb 19 11:35:05 2011 us=759000 server_bridge_netmask = 0.0.0.0
Sat Feb 19 11:35:05 2011 us=759000 server_bridge_pool_start = 0.0.0.0
Sat Feb 19 11:35:05 2011 us=759000 server_bridge_pool_end = 0.0.0.0
Sat Feb 19 11:35:05 2011 us=759000 ifconfig_pool_defined = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 ifconfig_pool_start = 0.0.0.0
Sat Feb 19 11:35:05 2011 us=759000 ifconfig_pool_end = 0.0.0.0
Sat Feb 19 11:35:05 2011 us=759000 ifconfig_pool_netmask = 0.0.0.0
Sat Feb 19 11:35:05 2011 us=759000 ifconfig_pool_persist_filename = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 ifconfig_pool_persist_refresh_freq = 600
Sat Feb 19 11:35:05 2011 us=759000 n_bcast_buf = 256
Sat Feb 19 11:35:05 2011 us=759000 tcp_queue_limit = 64
Sat Feb 19 11:35:05 2011 us=759000 real_hash_size = 256
Sat Feb 19 11:35:05 2011 us=759000 virtual_hash_size = 256
Sat Feb 19 11:35:05 2011 us=759000 client_connect_script = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 learn_address_script = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 client_disconnect_script = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 client_config_dir = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 ccd_exclusive = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 tmp_dir = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 push_ifconfig_defined = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 push_ifconfig_local = 0.0.0.0
Sat Feb 19 11:35:05 2011 us=759000 push_ifconfig_remote_netmask = 0.0.0.0
Sat Feb 19 11:35:05 2011 us=759000 enable_c2c = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 duplicate_cn = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 cf_max = 0
Sat Feb 19 11:35:05 2011 us=759000 cf_per = 0
Sat Feb 19 11:35:05 2011 us=759000 max_clients = 1024
Sat Feb 19 11:35:05 2011 us=759000 max_routes_per_client = 256
Sat Feb 19 11:35:05 2011 us=759000 auth_user_pass_verify_script = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 auth_user_pass_verify_script_via_file = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 ssl_flags = 0
Sat Feb 19 11:35:05 2011 us=759000 client = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 pull = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 auth_user_pass_file = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 show_net_up = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 route_method = 0
Sat Feb 19 11:35:05 2011 us=759000 ip_win32_defined = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 ip_win32_type = 3
Sat Feb 19 11:35:05 2011 us=759000 dhcp_masq_offset = 0
Sat Feb 19 11:35:05 2011 us=759000 dhcp_lease_time = 31536000
Sat Feb 19 11:35:05 2011 us=759000 tap_sleep = 0
Sat Feb 19 11:35:05 2011 us=759000 dhcp_options = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 dhcp_renew = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 dhcp_pre_release = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 dhcp_release = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 domain = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 netbios_scope = '[UNDEF]'
Sat Feb 19 11:35:05 2011 us=759000 netbios_node_type = 0
Sat Feb 19 11:35:05 2011 us=759000 disable_nbt = DISABLED
Sat Feb 19 11:35:05 2011 us=759000 OpenVPN 2.1.4 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Nov 8 2010
Sat Feb 19 11:35:05 2011 us=759000 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port.
Sat Feb 19 11:35:05 2011 us=759000 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Feb 19 11:35:05 2011 us=775000 Static Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Feb 19 11:35:05 2011 us=775000 Static Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Feb 19 11:35:05 2011 us=775000 Static Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Feb 19 11:35:05 2011 us=775000 Static Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Feb 19 11:35:05 2011 us=775000 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Feb 19 11:35:05 2011 us=790000 TAP-WIN32 device [Local Area Connection 2] opened: \\.\Global\{2527203E-E687-4958-93BD-AB4698D859D0}.tap
Sat Feb 19 11:35:05 2011 us=790000 TAP-Win32 Driver Version 9.7
Sat Feb 19 11:35:05 2011 us=790000 TAP-Win32 MTU=1500
Sat Feb 19 11:35:05 2011 us=806000 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.8.0.1/255.255.255.252 on interface {2527203E-E687-4958-93BD-AB4698D859D0} [DHCP-serv: 10.8.0.2, lease-time: 31536000]
Sat Feb 19 11:35:05 2011 us=806000 NOTE: FlushIpNetTable failed on interface [89] {2527203E-E687-4958-93BD-AB4698D859D0} (status=1168) : Element not found.
Sat Feb 19 11:35:05 2011 us=837000 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:4 ET:0 EL:0 ]
Sat Feb 19 11:35:05 2011 us=853000 Local Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto UDPv4,ifconfig 10.8.0.2 10.8.0.1,cipher BF-CBC,auth SHA1,keysize 128,secret'
Sat Feb 19 11:35:05 2011 us=853000 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto UDPv4,ifconfig 10.8.0.1 10.8.0.2,cipher BF-CBC,auth SHA1,keysize 128,secret'
Sat Feb 19 11:35:05 2011 us=853000 Local Options hash (VER=V4): 'c41bf3b8'
Sat Feb 19 11:35:05 2011 us=853000 Expected Remote Options hash (VER=V4): 'd3880969'
Sat Feb 19 11:35:05 2011 us=853000 UDPv4 link local (bound): [undef]:1194
Sat Feb 19 11:35:05 2011 us=853000 UDPv4 link remote: [undef]
Sat Feb 19 11:37:15 2011 us=989000 UDPv4 READ [60] from 555.666.777.888:1194: DATA len=60
Sat Feb 19 11:37:15 2011 us=989000 Peer Connection Initiated with 555.666.777.888:1194
Sat Feb 19 11:37:15 2011 us=989000 UDPv4 WRITE [180] to 555.666.777.888:1194: DATA len=180
Sat Feb 19 11:37:22 2011 us=354000 TEST ROUTES: 0/0 succeeded len=-1 ret=1 a=0 u/d=up
Sat Feb 19 11:37:22 2011 us=354000 Initialization Sequence Completed
Sat Feb 19 11:37:29 2011 us=405000 UDPv4 READ [100] from 555.666.777.888:1194: DATA len=100
Sat Feb 19 11:37:29 2011 us=405000 TUN WRITE [60]
Sat Feb 19 11:37:34 2011 us=334000 UDPv4 READ [100] from 555.666.777.888:1194: DATA len=100
Sat Feb 19 11:37:34 2011 us=334000 TUN WRITE [60]
Sat Feb 19 11:37:39 2011 us=342000 UDPv4 READ [100] from 555.666.777.888:1194: DATA len=100
Sat Feb 19 11:37:39 2011 us=342000 TUN WRITE [60]
Sat Feb 19 11:37:44 2011 us=334000 UDPv4 READ [100] from 555.666.777.888:1194: DATA len=100
Sat Feb 19 11:37:44 2011 us=334000 TUN WRITE [60]
client log file:
Sat Feb 19 11:37:11 2011 us=85000 Current Parameter Settings:
Sat Feb 19 11:37:11 2011 us=85000 config = 'klient.ovpn'
Sat Feb 19 11:37:11 2011 us=85000 mode = 0
Sat Feb 19 11:37:11 2011 us=85000 show_ciphers = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 show_digests = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 show_engines = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 genkey = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 key_pass_file = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=85000 show_tls_ciphers = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 Connection profiles [default]:
Sat Feb 19 11:37:11 2011 us=85000 proto = udp
Sat Feb 19 11:37:11 2011 us=85000 local = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=85000 local_port = 1194
Sat Feb 19 11:37:11 2011 us=85000 remote = 'mysite.com'
Sat Feb 19 11:37:11 2011 us=85000 remote_port = 1194
Sat Feb 19 11:37:11 2011 us=85000 remote_float = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 bind_defined = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 bind_local = ENABLED
Sat Feb 19 11:37:11 2011 us=85000 connect_retry_seconds = 5
Sat Feb 19 11:37:11 2011 us=85000 connect_timeout = 10
Sat Feb 19 11:37:11 2011 us=85000 connect_retry_max = 0
Sat Feb 19 11:37:11 2011 us=85000 socks_proxy_server = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=85000 socks_proxy_port = 0
Sat Feb 19 11:37:11 2011 us=85000 socks_proxy_retry = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 Connection profiles END
Sat Feb 19 11:37:11 2011 us=85000 remote_random = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 ipchange = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=85000 dev = 'tun'
Sat Feb 19 11:37:11 2011 us=85000 dev_type = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=85000 dev_node = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=85000 lladdr = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=85000 topology = 1
Sat Feb 19 11:37:11 2011 us=85000 tun_ipv6 = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 ifconfig_local = '10.8.0.2'
Sat Feb 19 11:37:11 2011 us=85000 ifconfig_remote_netmask = '10.8.0.1'
Sat Feb 19 11:37:11 2011 us=85000 ifconfig_noexec = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 ifconfig_nowarn = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 shaper = 0
Sat Feb 19 11:37:11 2011 us=85000 tun_mtu = 1500
Sat Feb 19 11:37:11 2011 us=85000 tun_mtu_defined = ENABLED
Sat Feb 19 11:37:11 2011 us=85000 link_mtu = 1500
Sat Feb 19 11:37:11 2011 us=85000 link_mtu_defined = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 tun_mtu_extra = 0
Sat Feb 19 11:37:11 2011 us=85000 tun_mtu_extra_defined = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 fragment = 0
Sat Feb 19 11:37:11 2011 us=85000 mtu_discover_type = -1
Sat Feb 19 11:37:11 2011 us=85000 mtu_test = 0
Sat Feb 19 11:37:11 2011 us=85000 mlock = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 keepalive_ping = 0
Sat Feb 19 11:37:11 2011 us=85000 keepalive_timeout = 0
Sat Feb 19 11:37:11 2011 us=85000 inactivity_timeout = 0
Sat Feb 19 11:37:11 2011 us=85000 ping_send_timeout = 0
Sat Feb 19 11:37:11 2011 us=85000 ping_rec_timeout = 0
Sat Feb 19 11:37:11 2011 us=85000 ping_rec_timeout_action = 0
Sat Feb 19 11:37:11 2011 us=85000 ping_timer_remote = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 remap_sigusr1 = 0
Sat Feb 19 11:37:11 2011 us=85000 explicit_exit_notification = 0
Sat Feb 19 11:37:11 2011 us=85000 persist_tun = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 persist_local_ip = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 persist_remote_ip = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 persist_key = DISABLED
Sat Feb 19 11:37:11 2011 us=85000 mssfix = 1450
Sat Feb 19 11:37:11 2011 us=85000 resolve_retry_seconds = 1000000000
Sat Feb 19 11:37:11 2011 us=85000 username = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=85000 groupname = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=85000 chroot_dir = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=85000 cd_dir = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=85000 writepid = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=85000 up_script = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=319000 down_script = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=319000 down_pre = DISABLED
Sat Feb 19 11:37:11 2011 us=319000 up_restart = DISABLED
Sat Feb 19 11:37:11 2011 us=319000 up_delay = DISABLED
Sat Feb 19 11:37:11 2011 us=319000 daemon = DISABLED
Sat Feb 19 11:37:11 2011 us=319000 inetd = 0
Sat Feb 19 11:37:11 2011 us=319000 log = DISABLED
Sat Feb 19 11:37:11 2011 us=319000 suppress_timestamps = DISABLED
Sat Feb 19 11:37:11 2011 us=319000 nice = 0
Sat Feb 19 11:37:11 2011 us=319000 verbosity = 6
Sat Feb 19 11:37:11 2011 us=319000 mute = 0
Sat Feb 19 11:37:11 2011 us=319000 gremlin = 0
Sat Feb 19 11:37:11 2011 us=319000 status_file = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=319000 status_file_version = 1
Sat Feb 19 11:37:11 2011 us=319000 status_file_update_freq = 60
Sat Feb 19 11:37:11 2011 us=319000 occ = ENABLED
Sat Feb 19 11:37:11 2011 us=319000 rcvbuf = 0
Sat Feb 19 11:37:11 2011 us=319000 sndbuf = 0
Sat Feb 19 11:37:11 2011 us=319000 sockflags = 0
Sat Feb 19 11:37:11 2011 us=335000 fast_io = DISABLED
Sat Feb 19 11:37:11 2011 us=335000 lzo = 0
Sat Feb 19 11:37:11 2011 us=335000 route_script = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=335000 route_default_gateway = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=335000 route_default_metric = 0
Sat Feb 19 11:37:11 2011 us=335000 route_noexec = DISABLED
Sat Feb 19 11:37:11 2011 us=335000 route_delay = 5
Sat Feb 19 11:37:11 2011 us=335000 route_delay_window = 30
Sat Feb 19 11:37:11 2011 us=335000 route_delay_defined = ENABLED
Sat Feb 19 11:37:11 2011 us=335000 route_nopull = DISABLED
Sat Feb 19 11:37:11 2011 us=335000 route_gateway_via_dhcp = DISABLED
Sat Feb 19 11:37:11 2011 us=335000 max_routes = 100
Sat Feb 19 11:37:11 2011 us=335000 allow_pull_fqdn = DISABLED
Sat Feb 19 11:37:11 2011 us=335000 management_addr = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=335000 management_port = 0
Sat Feb 19 11:37:11 2011 us=335000 management_user_pass = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=350000 management_log_history_cache = 250
Sat Feb 19 11:37:11 2011 us=350000 management_echo_buffer_size = 100
Sat Feb 19 11:37:11 2011 us=350000 management_write_peer_info_file = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=350000 management_client_user = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=350000 management_client_group = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=350000 management_flags = 0
Sat Feb 19 11:37:11 2011 us=350000 shared_secret_file = 'key.txt'
Sat Feb 19 11:37:11 2011 us=350000 key_direction = 0
Sat Feb 19 11:37:11 2011 us=350000 ciphername_defined = ENABLED
Sat Feb 19 11:37:11 2011 us=350000 ciphername = 'BF-CBC'
Sat Feb 19 11:37:11 2011 us=350000 authname_defined = ENABLED
Sat Feb 19 11:37:11 2011 us=350000 authname = 'SHA1'
Sat Feb 19 11:37:11 2011 us=350000 prng_hash = 'SHA1'
Sat Feb 19 11:37:11 2011 us=350000 prng_nonce_secret_len = 16
Sat Feb 19 11:37:11 2011 us=350000 keysize = 0
Sat Feb 19 11:37:11 2011 us=350000 engine = DISABLED
Sat Feb 19 11:37:11 2011 us=350000 replay = ENABLED
Sat Feb 19 11:37:11 2011 us=350000 mute_replay_warnings = DISABLED
Sat Feb 19 11:37:11 2011 us=350000 replay_window = 64
Sat Feb 19 11:37:11 2011 us=350000 replay_time = 15
Sat Feb 19 11:37:11 2011 us=350000 packet_id_file = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=350000 use_iv = ENABLED
Sat Feb 19 11:37:11 2011 us=350000 test_crypto = DISABLED
Sat Feb 19 11:37:11 2011 us=350000 tls_server = DISABLED
Sat Feb 19 11:37:11 2011 us=350000 tls_client = DISABLED
Sat Feb 19 11:37:11 2011 us=350000 key_method = 2
Sat Feb 19 11:37:11 2011 us=350000 ca_file = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=350000 ca_path = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=350000 dh_file = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=350000 cert_file = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=350000 priv_key_file = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=350000 pkcs12_file = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=366000 cryptoapi_cert = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=366000 cipher_list = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=366000 tls_verify = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=366000 tls_remote = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=366000 crl_file = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=366000 ns_cert_type = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_ku[i] = 0
Sat Feb 19 11:37:11 2011 us=366000 remote_cert_eku = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=366000 tls_timeout = 2
Sat Feb 19 11:37:11 2011 us=366000 renegotiate_bytes = 0
Sat Feb 19 11:37:11 2011 us=366000 renegotiate_packets = 0
Sat Feb 19 11:37:11 2011 us=366000 renegotiate_seconds = 3600
Sat Feb 19 11:37:11 2011 us=366000 handshake_window = 60
Sat Feb 19 11:37:11 2011 us=366000 transition_window = 3600
Sat Feb 19 11:37:11 2011 us=366000 single_session = DISABLED
Sat Feb 19 11:37:11 2011 us=366000 push_peer_info = DISABLED
Sat Feb 19 11:37:11 2011 us=366000 tls_exit = DISABLED
Sat Feb 19 11:37:11 2011 us=366000 tls_auth_file = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_protected_authentication = DISABLED
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=382000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_private_mode = 00000000
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=397000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 pkcs11_cert_private = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 pkcs11_pin_cache_period = -1
Sat Feb 19 11:37:11 2011 us=413000 pkcs11_id = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=413000 pkcs11_id_management = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 server_network = 0.0.0.0
Sat Feb 19 11:37:11 2011 us=413000 server_netmask = 0.0.0.0
Sat Feb 19 11:37:11 2011 us=413000 server_bridge_ip = 0.0.0.0
Sat Feb 19 11:37:11 2011 us=413000 server_bridge_netmask = 0.0.0.0
Sat Feb 19 11:37:11 2011 us=413000 server_bridge_pool_start = 0.0.0.0
Sat Feb 19 11:37:11 2011 us=413000 server_bridge_pool_end = 0.0.0.0
Sat Feb 19 11:37:11 2011 us=413000 ifconfig_pool_defined = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 ifconfig_pool_start = 0.0.0.0
Sat Feb 19 11:37:11 2011 us=413000 ifconfig_pool_end = 0.0.0.0
Sat Feb 19 11:37:11 2011 us=413000 ifconfig_pool_netmask = 0.0.0.0
Sat Feb 19 11:37:11 2011 us=413000 ifconfig_pool_persist_filename = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=413000 ifconfig_pool_persist_refresh_freq = 600
Sat Feb 19 11:37:11 2011 us=413000 n_bcast_buf = 256
Sat Feb 19 11:37:11 2011 us=413000 tcp_queue_limit = 64
Sat Feb 19 11:37:11 2011 us=413000 real_hash_size = 256
Sat Feb 19 11:37:11 2011 us=413000 virtual_hash_size = 256
Sat Feb 19 11:37:11 2011 us=413000 client_connect_script = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=413000 learn_address_script = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=413000 client_disconnect_script = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=413000 client_config_dir = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=413000 ccd_exclusive = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 tmp_dir = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=413000 push_ifconfig_defined = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 push_ifconfig_local = 0.0.0.0
Sat Feb 19 11:37:11 2011 us=413000 push_ifconfig_remote_netmask = 0.0.0.0
Sat Feb 19 11:37:11 2011 us=413000 enable_c2c = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 duplicate_cn = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 cf_max = 0
Sat Feb 19 11:37:11 2011 us=413000 cf_per = 0
Sat Feb 19 11:37:11 2011 us=413000 max_clients = 1024
Sat Feb 19 11:37:11 2011 us=413000 max_routes_per_client = 256
Sat Feb 19 11:37:11 2011 us=413000 auth_user_pass_verify_script = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=413000 auth_user_pass_verify_script_via_file = DISABLED
Sat Feb 19 11:37:11 2011 us=413000 ssl_flags = 0
Sat Feb 19 11:37:11 2011 us=444000 client = DISABLED
Sat Feb 19 11:37:11 2011 us=444000 pull = DISABLED
Sat Feb 19 11:37:11 2011 us=444000 auth_user_pass_file = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=444000 show_net_up = DISABLED
Sat Feb 19 11:37:11 2011 us=444000 route_method = 0
Sat Feb 19 11:37:11 2011 us=444000 ip_win32_defined = DISABLED
Sat Feb 19 11:37:11 2011 us=444000 ip_win32_type = 3
Sat Feb 19 11:37:11 2011 us=444000 dhcp_masq_offset = 0
Sat Feb 19 11:37:11 2011 us=444000 dhcp_lease_time = 31536000
Sat Feb 19 11:37:11 2011 us=444000 tap_sleep = 0
Sat Feb 19 11:37:11 2011 us=444000 dhcp_options = DISABLED
Sat Feb 19 11:37:11 2011 us=444000 dhcp_renew = DISABLED
Sat Feb 19 11:37:11 2011 us=444000 dhcp_pre_release = DISABLED
Sat Feb 19 11:37:11 2011 us=444000 dhcp_release = DISABLED
Sat Feb 19 11:37:11 2011 us=444000 domain = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=444000 netbios_scope = '[UNDEF]'
Sat Feb 19 11:37:11 2011 us=444000 netbios_node_type = 0
Sat Feb 19 11:37:11 2011 us=444000 disable_nbt = DISABLED
Sat Feb 19 11:37:11 2011 us=444000 OpenVPN 2.1.4 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Nov 8 2010
Sat Feb 19 11:37:11 2011 us=444000 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port.
Sat Feb 19 11:37:11 2011 us=444000 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Feb 19 11:37:11 2011 us=444000 Static Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Feb 19 11:37:11 2011 us=444000 Static Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Feb 19 11:37:11 2011 us=444000 Static Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Feb 19 11:37:11 2011 us=444000 Static Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Feb 19 11:37:11 2011 us=444000 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Feb 19 11:37:11 2011 us=475000 TAP-WIN32 device [Kohalik võrguühendus] opened: \\.\Global\{84D51519-A156-43D8-A3E4-0C91F9ED318B}.tap
Sat Feb 19 11:37:11 2011 us=475000 TAP-Win32 Driver Version 9.7
Sat Feb 19 11:37:11 2011 us=475000 TAP-Win32 MTU=1500
Sat Feb 19 11:37:11 2011 us=475000 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.8.0.2/255.255.255.252 on interface {84D51519-A156-43D8-A3E4-0C91F9ED318B} [DHCP-serv: 10.8.0.1, lease-time: 31536000]
Sat Feb 19 11:37:11 2011 us=475000 Successful ARP Flush on interface [35] {84D51519-A156-43D8-A3E4-0C91F9ED318B}
Sat Feb 19 11:37:11 2011 us=491000 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:4 ET:0 EL:0 ]
Sat Feb 19 11:37:11 2011 us=491000 Local Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto UDPv4,ifconfig 10.8.0.1 10.8.0.2,cipher BF-CBC,auth SHA1,keysize 128,secret'
Sat Feb 19 11:37:11 2011 us=491000 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto UDPv4,ifconfig 10.8.0.2 10.8.0.1,cipher BF-CBC,auth SHA1,keysize 128,secret'
Sat Feb 19 11:37:11 2011 us=491000 Local Options hash (VER=V4): 'd3880969'
Sat Feb 19 11:37:11 2011 us=491000 Expected Remote Options hash (VER=V4): 'c41bf3b8'
Sat Feb 19 11:37:11 2011 us=491000 UDPv4 link local (bound): [undef]:1194
Sat Feb 19 11:37:11 2011 us=491000 UDPv4 link remote: 111.222.333.444:1194
Sat Feb 19 11:37:21 2011 us=974000 UDPv4 WRITE [60] to 111.222.333.444:1194: DATA len=60
Sat Feb 19 11:37:21 2011 us=990000 UDPv4 READ [180] from 111.222.333.444:1194: DATA len=180
Sat Feb 19 11:37:21 2011 us=990000 Peer Connection Initiated with 111.222.333.444:1194
Sat Feb 19 11:37:28 2011 us=58000 TEST ROUTES: 0/0 succeeded len=-1 ret=1 a=0 u/d=up
Sat Feb 19 11:37:28 2011 us=58000 Initialization Sequence Completed
Sat Feb 19 11:37:35 2011 us=390000 TUN READ [60]
Sat Feb 19 11:37:35 2011 us=390000 UDPv4 WRITE [100] to 111.222.333.444:1194: DATA len=100
Sat Feb 19 11:37:40 2011 us=320000 TUN READ [60]
Sat Feb 19 11:37:40 2011 us=320000 UDPv4 WRITE [100] to 111.222.333.444:1194: DATA len=100
Sat Feb 19 11:37:45 2011 us=327000 TUN READ [60]
Sat Feb 19 11:37:45 2011 us=327000 UDPv4 WRITE [100] to 111.222.333.444:1194: DATA len=100
Sat Feb 19 11:37:50 2011 us=319000 TUN READ [60]
Sat Feb 19 11:37:50 2011 us=319000 UDPv4 WRITE [100] to 111.222.333.444:1194: DATA len=100
cannot ping server
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: cannot ping server
the client and server logs look OK, the configs look OK; my bet is that the tap-win32 adapters are firewalled on either end. Check the firewalling on the adapters and try again.
-
- OpenVpn Newbie
- Posts: 9
- Joined: Sat Feb 19, 2011 9:16 am
Re: cannot ping server
Thank you, it is working now.
My goal is to route internet access (http and smtp ports) from my notebook through openvpn through public internet to work network from where internet can accesses safely.
Should I use bridged configuraton or can this mode also used for this ?
Andrus.
My goal is to route internet access (http and smtp ports) from my notebook through openvpn through public internet to work network from where internet can accesses safely.
Should I use bridged configuraton or can this mode also used for this ?
Andrus.
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: cannot ping server
'tun' mode is fine for almost all applications, so yes, this should work.