working openvpn-connection: BUT NOT ABLE TO SET UP ROUTING

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
hanzie
OpenVpn Newbie
Posts: 16
Joined: Mon Feb 20, 2012 10:54 pm

working openvpn-connection: BUT NOT ABLE TO SET UP ROUTING

Post by hanzie » Sun Feb 26, 2012 12:55 pm

Hello,

On my ubuntu 10.04 computer i have running openvpn as server.
Both computers run openvpn 2.2.2

I have set up a openvpn-connection with my win7-client.

The connection is ok, and i can ping my server.

Now I wanna route my web traffic through the vpn-tunnel so my ip-adres on the internet becomes a local ip

So i added to my server.config file:
push "redirect-gateway local def1 bypass-dhcp"

I added "local" because both computers are on the same local network!

Also I added:
push "dhcp-option DNS 208.67.222.222"
push "dhcp-option DNS 208.67.220.220
But when i add these 3 lines to my server.conf file i'm not able to connect to the web anymore from my client computer. No web-page shows up?

I disabled both the firewalls on both computers
I did:
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o ra0 -j MASQUERADE
What do i have to change?

Here are my files:

Client-config
client
dev tun
proto udp
remote aa.bb.ccc.dd 2011
resolv-retry infinite
nobind
persist-key
persist-tun
ca "C:\\Program Files (x86)\\OpenVPN\\keys\\ca.crt"
cert "C:\\Program Files (x86)\\OpenVPN\\keys\\hanzie.crt"
key "C:\\Program Files (x86)\\OpenVPN\\keys\\hanzie.key"
ns-cert-type server
comp-lzo
verb 5
Server-config:
local 192.168.1.107
port 2011
proto udp
dev tun
ca keys/ca.crt
cert keys/server.crt
key keys/server.key # This file should be kept secret
dh keys/dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
#If your VPN setup is over a wireless network, where all clients and the server are on the same wireless subnet, add the #local flag:
push "redirect-gateway local def1 bypass-dhcp"
push "dhcp-option DNS 208.67.222.222"
push "dhcp-option DNS 208.67.220.220"
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
log openvpn.log
verb 5
Log-file server:
Sun Feb 26 11:21:11 2012 us=368244 Current Parameter Settings:
Sun Feb 26 11:21:11 2012 us=368615 config = 'server.conf'
Sun Feb 26 11:21:11 2012 us=368734 mode = 1
Sun Feb 26 11:21:11 2012 us=368822 persist_config = DISABLED
Sun Feb 26 11:21:11 2012 us=368902 persist_mode = 1
Sun Feb 26 11:21:11 2012 us=368980 show_ciphers = DISABLED
Sun Feb 26 11:21:11 2012 us=369058 show_digests = DISABLED
Sun Feb 26 11:21:11 2012 us=369135 show_engines = DISABLED
Sun Feb 26 11:21:11 2012 us=369212 genkey = DISABLED
Sun Feb 26 11:21:11 2012 us=369292 key_pass_file = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=369371 show_tls_ciphers = DISABLED
Sun Feb 26 11:21:11 2012 us=369449 Connection profiles [default]:
Sun Feb 26 11:21:11 2012 us=369528 proto = udp
Sun Feb 26 11:21:11 2012 us=369652 local = '192.168.1.107'
Sun Feb 26 11:21:11 2012 us=369754 local_port = 2011
Sun Feb 26 11:21:11 2012 us=369854 remote = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=369958 remote_port = 2011
Sun Feb 26 11:21:11 2012 us=370045 remote_float = DISABLED
Sun Feb 26 11:21:11 2012 us=370144 bind_defined = DISABLED
Sun Feb 26 11:21:11 2012 us=370250 bind_local = ENABLED
Sun Feb 26 11:21:11 2012 us=370359 connect_retry_seconds = 5
Sun Feb 26 11:21:11 2012 us=370469 connect_timeout = 10
Sun Feb 26 11:21:11 2012 us=370577 connect_retry_max = 0
Sun Feb 26 11:21:11 2012 us=370686 socks_proxy_server = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=370795 socks_proxy_port = 0
Sun Feb 26 11:21:11 2012 us=370890 socks_proxy_retry = DISABLED
Sun Feb 26 11:21:11 2012 us=370982 Connection profiles END
Sun Feb 26 11:21:11 2012 us=371069 remote_random = DISABLED
Sun Feb 26 11:21:11 2012 us=371148 ipchange = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=371225 dev = 'tun'
Sun Feb 26 11:21:11 2012 us=371302 dev_type = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=371380 dev_node = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=371457 lladdr = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=371535 topology = 1
Sun Feb 26 11:21:11 2012 us=371612 tun_ipv6 = DISABLED
Sun Feb 26 11:21:11 2012 us=371738 ifconfig_local = '10.8.0.1'
Sun Feb 26 11:21:11 2012 us=371817 ifconfig_remote_netmask = '10.8.0.2'
Sun Feb 26 11:21:11 2012 us=371895 ifconfig_noexec = DISABLED
Sun Feb 26 11:21:11 2012 us=371972 ifconfig_nowarn = DISABLED
Sun Feb 26 11:21:11 2012 us=372050 shaper = 0
Sun Feb 26 11:21:11 2012 us=372128 tun_mtu = 1500
Sun Feb 26 11:21:11 2012 us=372205 tun_mtu_defined = ENABLED
Sun Feb 26 11:21:11 2012 us=372282 link_mtu = 1500
Sun Feb 26 11:21:11 2012 us=372360 link_mtu_defined = DISABLED
Sun Feb 26 11:21:11 2012 us=372437 tun_mtu_extra = 0
Sun Feb 26 11:21:11 2012 us=372515 tun_mtu_extra_defined = DISABLED
Sun Feb 26 11:21:11 2012 us=372592 fragment = 0
Sun Feb 26 11:21:11 2012 us=372692 mtu_discover_type = -1
Sun Feb 26 11:21:11 2012 us=372780 mtu_test = 0
Sun Feb 26 11:21:11 2012 us=372857 mlock = DISABLED
Sun Feb 26 11:21:11 2012 us=372936 keepalive_ping = 10
Sun Feb 26 11:21:11 2012 us=373014 keepalive_timeout = 120
Sun Feb 26 11:21:11 2012 us=373091 inactivity_timeout = 0
Sun Feb 26 11:21:11 2012 us=373169 ping_send_timeout = 10
Sun Feb 26 11:21:11 2012 us=373247 ping_rec_timeout = 240
Sun Feb 26 11:21:11 2012 us=373325 ping_rec_timeout_action = 2
Sun Feb 26 11:21:11 2012 us=373402 ping_timer_remote = DISABLED
Sun Feb 26 11:21:11 2012 us=373480 remap_sigusr1 = 0
Sun Feb 26 11:21:11 2012 us=373558 explicit_exit_notification = 0
Sun Feb 26 11:21:11 2012 us=373635 persist_tun = ENABLED
Sun Feb 26 11:21:11 2012 us=373712 persist_local_ip = DISABLED
Sun Feb 26 11:21:11 2012 us=373790 persist_remote_ip = DISABLED
Sun Feb 26 11:21:11 2012 us=373867 persist_key = ENABLED
Sun Feb 26 11:21:11 2012 us=373945 mssfix = 1450
Sun Feb 26 11:21:11 2012 us=374021 passtos = DISABLED
Sun Feb 26 11:21:11 2012 us=374100 resolve_retry_seconds = 1000000000
Sun Feb 26 11:21:11 2012 us=374178 username = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=374255 groupname = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=374332 chroot_dir = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=374449 cd_dir = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=374528 writepid = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=374606 up_script = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=374684 down_script = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=374761 down_pre = DISABLED
Sun Feb 26 11:21:11 2012 us=374839 up_restart = DISABLED
Sun Feb 26 11:21:11 2012 us=374946 up_delay = DISABLED
Sun Feb 26 11:21:11 2012 us=375053 daemon = DISABLED
Sun Feb 26 11:21:11 2012 us=375162 inetd = 0
Sun Feb 26 11:21:11 2012 us=375267 log = ENABLED
Sun Feb 26 11:21:11 2012 us=375349 suppress_timestamps = DISABLED
Sun Feb 26 11:21:11 2012 us=375428 nice = 0
Sun Feb 26 11:21:11 2012 us=375507 verbosity = 5
Sun Feb 26 11:21:11 2012 us=375585 mute = 0
Sun Feb 26 11:21:11 2012 us=375744 gremlin = 0
Sun Feb 26 11:21:11 2012 us=375832 status_file = 'openvpn-status.log'
Sun Feb 26 11:21:11 2012 us=375911 status_file_version = 1
Sun Feb 26 11:21:11 2012 us=375990 status_file_update_freq = 60
Sun Feb 26 11:21:11 2012 us=376067 occ = ENABLED
Sun Feb 26 11:21:11 2012 us=376145 rcvbuf = 65536
Sun Feb 26 11:21:11 2012 us=376223 sndbuf = 65536
Sun Feb 26 11:21:11 2012 us=376302 sockflags = 0
Sun Feb 26 11:21:11 2012 us=376378 fast_io = DISABLED
Sun Feb 26 11:21:11 2012 us=376457 lzo = 7
Sun Feb 26 11:21:11 2012 us=376534 route_script = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=376612 route_default_gateway = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=376720 route_default_metric = 0
Sun Feb 26 11:21:11 2012 us=376814 route_noexec = DISABLED
Sun Feb 26 11:21:11 2012 us=376894 route_delay = 0
Sun Feb 26 11:21:11 2012 us=376972 route_delay_window = 30
Sun Feb 26 11:21:11 2012 us=377050 route_delay_defined = DISABLED
Sun Feb 26 11:21:11 2012 us=377129 route_nopull = DISABLED
Sun Feb 26 11:21:11 2012 us=377207 route_gateway_via_dhcp = DISABLED
Sun Feb 26 11:21:11 2012 us=377287 max_routes = 100
Sun Feb 26 11:21:11 2012 us=377365 allow_pull_fqdn = DISABLED
Sun Feb 26 11:21:11 2012 us=377447 route 10.8.0.0/255.255.255.0/nil/nil
Sun Feb 26 11:21:11 2012 us=377527 management_addr = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=377607 management_port = 0
Sun Feb 26 11:21:11 2012 us=377685 management_user_pass = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=377784 management_log_history_cache = 250
Sun Feb 26 11:21:11 2012 us=377867 management_echo_buffer_size = 100
Sun Feb 26 11:21:11 2012 us=377946 management_write_peer_info_file = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=378026 management_client_user = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=378104 management_client_group = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=378184 management_flags = 0
Sun Feb 26 11:21:11 2012 us=378262 shared_secret_file = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=378342 key_direction = 0
Sun Feb 26 11:21:11 2012 us=378421 ciphername_defined = ENABLED
Sun Feb 26 11:21:11 2012 us=378499 ciphername = 'BF-CBC'
Sun Feb 26 11:21:11 2012 us=378578 authname_defined = ENABLED
Sun Feb 26 11:21:11 2012 us=378656 authname = 'SHA1'
Sun Feb 26 11:21:11 2012 us=378734 prng_hash = 'SHA1'
Sun Feb 26 11:21:11 2012 us=378813 prng_nonce_secret_len = 16
Sun Feb 26 11:21:11 2012 us=378892 keysize = 0
Sun Feb 26 11:21:11 2012 us=378971 engine = DISABLED
Sun Feb 26 11:21:11 2012 us=379075 replay = ENABLED
Sun Feb 26 11:21:11 2012 us=379187 mute_replay_warnings = DISABLED
Sun Feb 26 11:21:11 2012 us=379296 replay_window = 64
Sun Feb 26 11:21:11 2012 us=379406 replay_time = 15
Sun Feb 26 11:21:11 2012 us=379520 packet_id_file = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=379630 use_iv = ENABLED
Sun Feb 26 11:21:11 2012 us=379810 test_crypto = DISABLED
Sun Feb 26 11:21:11 2012 us=379922 tls_server = ENABLED
Sun Feb 26 11:21:11 2012 us=380032 tls_client = DISABLED
Sun Feb 26 11:21:11 2012 us=380144 key_method = 2
Sun Feb 26 11:21:11 2012 us=380256 ca_file = 'keys/ca.crt'
Sun Feb 26 11:21:11 2012 us=380369 ca_path = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=380481 dh_file = 'keys/dh1024.pem'
Sun Feb 26 11:21:11 2012 us=380593 cert_file = 'keys/server.crt'
Sun Feb 26 11:21:11 2012 us=380783 priv_key_file = 'keys/server.key'
Sun Feb 26 11:21:11 2012 us=380901 pkcs12_file = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=380998 cipher_list = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=381078 tls_verify = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=381157 tls_export_cert = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=381236 tls_remote = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=381315 crl_file = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=381395 ns_cert_type = 0
Sun Feb 26 11:21:11 2012 us=381475 remote_cert_ku = 0
Sun Feb 26 11:21:11 2012 us=381554 remote_cert_ku = 0
Sun Feb 26 11:21:11 2012 us=381632 remote_cert_ku = 0
Sun Feb 26 11:21:11 2012 us=381710 remote_cert_ku = 0
Sun Feb 26 11:21:11 2012 us=381788 remote_cert_ku = 0
Sun Feb 26 11:21:11 2012 us=381866 remote_cert_ku = 0
Sun Feb 26 11:21:11 2012 us=381944 remote_cert_ku = 0
Sun Feb 26 11:21:11 2012 us=382021 remote_cert_ku = 0
Sun Feb 26 11:21:11 2012 us=382099 remote_cert_ku = 0
Sun Feb 26 11:21:11 2012 us=382177 remote_cert_ku = 0
Sun Feb 26 11:21:11 2012 us=382255 remote_cert_ku[i] = 0
Sun Feb 26 11:21:11 2012 us=382334 remote_cert_ku[i] = 0
Sun Feb 26 11:21:11 2012 us=382413 remote_cert_ku[i] = 0
Sun Feb 26 11:21:11 2012 us=382491 remote_cert_ku[i] = 0
Sun Feb 26 11:21:11 2012 us=382570 remote_cert_ku[i] = 0
Sun Feb 26 11:21:11 2012 us=382648 remote_cert_ku[i] = 0
Sun Feb 26 11:21:11 2012 us=382727 remote_cert_eku = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=382805 tls_timeout = 2
Sun Feb 26 11:21:11 2012 us=382884 renegotiate_bytes = 0
Sun Feb 26 11:21:11 2012 us=382962 renegotiate_packets = 0
Sun Feb 26 11:21:11 2012 us=383041 renegotiate_seconds = 3600
Sun Feb 26 11:21:11 2012 us=383119 handshake_window = 60
Sun Feb 26 11:21:11 2012 us=383198 transition_window = 3600
Sun Feb 26 11:21:11 2012 us=383275 single_session = DISABLED
Sun Feb 26 11:21:11 2012 us=383352 push_peer_info = DISABLED
Sun Feb 26 11:21:11 2012 us=383430 tls_exit = DISABLED
Sun Feb 26 11:21:11 2012 us=383507 tls_auth_file = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=383586 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=383701 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=383789 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=383869 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=383948 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=384026 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=384105 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=384183 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=384262 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=384340 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=384419 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=384497 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=384577 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=384671 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=384765 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=384845 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:21:11 2012 us=384933 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=385013 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=385094 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=385174 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=385255 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=385335 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=385414 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=385495 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=385574 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=385654 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=385768 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=385850 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=385932 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=386012 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=386093 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=386174 pkcs11_private_mode = 00000000
Sun Feb 26 11:21:11 2012 us=386252 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=386331 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=386410 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=386488 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=386566 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=386644 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=386723 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=386802 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=386880 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=386959 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=387037 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=387115 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=387194 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=387273 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=387352 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=387431 pkcs11_cert_private = DISABLED
Sun Feb 26 11:21:11 2012 us=387510 pkcs11_pin_cache_period = -1
Sun Feb 26 11:21:11 2012 us=387588 pkcs11_id = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=387755 pkcs11_id_management = DISABLED
Sun Feb 26 11:21:11 2012 us=387853 server_network = 10.8.0.0
Sun Feb 26 11:21:11 2012 us=387939 server_netmask = 255.255.255.0
Sun Feb 26 11:21:11 2012 us=388024 server_bridge_ip = 0.0.0.0
Sun Feb 26 11:21:11 2012 us=388087 server_bridge_netmask = 0.0.0.0
Sun Feb 26 11:21:11 2012 us=388130 server_bridge_pool_start = 0.0.0.0
Sun Feb 26 11:21:11 2012 us=388173 server_bridge_pool_end = 0.0.0.0
Sun Feb 26 11:21:11 2012 us=388214 push_entry = 'redirect-gateway local def1 bypass-dhcp'
Sun Feb 26 11:21:11 2012 us=388255 push_entry = 'dhcp-option DNS 208.67.222.222'
Sun Feb 26 11:21:11 2012 us=388295 push_entry = 'dhcp-option DNS 208.67.220.220'
Sun Feb 26 11:21:11 2012 us=388336 push_entry = 'route 10.8.0.1'
Sun Feb 26 11:21:11 2012 us=388376 push_entry = 'topology net30'
Sun Feb 26 11:21:11 2012 us=388416 push_entry = 'ping 10'
Sun Feb 26 11:21:11 2012 us=388455 push_entry = 'ping-restart 120'
Sun Feb 26 11:21:11 2012 us=388495 ifconfig_pool_defined = ENABLED
Sun Feb 26 11:21:11 2012 us=388538 ifconfig_pool_start = 10.8.0.4
Sun Feb 26 11:21:11 2012 us=388581 ifconfig_pool_end = 10.8.0.251
Sun Feb 26 11:21:11 2012 us=388624 ifconfig_pool_netmask = 0.0.0.0
Sun Feb 26 11:21:11 2012 us=388679 ifconfig_pool_persist_filename = 'ipp.txt'
Sun Feb 26 11:21:11 2012 us=388731 ifconfig_pool_persist_refresh_freq = 600
Sun Feb 26 11:21:11 2012 us=388772 n_bcast_buf = 256
Sun Feb 26 11:21:11 2012 us=388813 tcp_queue_limit = 64
Sun Feb 26 11:21:11 2012 us=388852 real_hash_size = 256
Sun Feb 26 11:21:11 2012 us=388892 virtual_hash_size = 256
Sun Feb 26 11:21:11 2012 us=388932 client_connect_script = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=388972 learn_address_script = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=389012 client_disconnect_script = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=389052 client_config_dir = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=389092 ccd_exclusive = DISABLED
Sun Feb 26 11:21:11 2012 us=389131 tmp_dir = '/tmp'
Sun Feb 26 11:21:11 2012 us=389171 push_ifconfig_defined = DISABLED
Sun Feb 26 11:21:11 2012 us=389214 push_ifconfig_local = 0.0.0.0
Sun Feb 26 11:21:11 2012 us=389257 push_ifconfig_remote_netmask = 0.0.0.0
Sun Feb 26 11:21:11 2012 us=389297 enable_c2c = DISABLED
Sun Feb 26 11:21:11 2012 us=389337 duplicate_cn = DISABLED
Sun Feb 26 11:21:11 2012 us=389376 cf_max = 0
Sun Feb 26 11:21:11 2012 us=389416 cf_per = 0
Sun Feb 26 11:21:11 2012 us=389473 max_clients = 1024
Sun Feb 26 11:21:11 2012 us=389514 max_routes_per_client = 256
Sun Feb 26 11:21:11 2012 us=389554 auth_user_pass_verify_script = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=389594 auth_user_pass_verify_script_via_file = DISABLED
Sun Feb 26 11:21:11 2012 us=389634 ssl_flags = 0
Sun Feb 26 11:21:11 2012 us=389674 port_share_host = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=389714 port_share_port = 0
Sun Feb 26 11:21:11 2012 us=389753 client = DISABLED
Sun Feb 26 11:21:11 2012 us=389793 pull = DISABLED
Sun Feb 26 11:21:11 2012 us=389832 auth_user_pass_file = '[UNDEF]'
Sun Feb 26 11:21:11 2012 us=389885 OpenVPN 2.2.2 i486-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [eurephia] built on Dec 15 2011
Sun Feb 26 11:21:11 2012 us=390408 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.
Sun Feb 26 11:21:11 2012 us=390475 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sun Feb 26 11:21:11 2012 us=416812 Diffie-Hellman initialized with 1024 bit key
Sun Feb 26 11:21:11 2012 us=420960 TLS-Auth MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Sun Feb 26 11:21:11 2012 us=421095 Socket Buffers: R=[112640->131072] S=[112640->131072]
Sun Feb 26 11:21:11 2012 us=421502 ROUTE default_gateway=192.168.1.1
Sun Feb 26 11:21:11 2012 us=431365 TUN/TAP device tun0 opened
Sun Feb 26 11:21:11 2012 us=431548 TUN/TAP TX queue length set to 100
Sun Feb 26 11:21:11 2012 us=431787 /sbin/ifconfig tun0 10.8.0.1 pointopoint 10.8.0.2 mtu 1500
Sun Feb 26 11:21:11 2012 us=441853 /sbin/route add -net 10.8.0.0 netmask 255.255.255.0 gw 10.8.0.2
Sun Feb 26 11:21:11 2012 us=449017 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Sun Feb 26 11:21:11 2012 us=449154 UDPv4 link local (bound): 192.168.1.107:2011
Sun Feb 26 11:21:11 2012 us=449198 UDPv4 link remote: [undef]
Sun Feb 26 11:21:11 2012 us=449257 MULTI: multi_init called, r=256 v=256
Sun Feb 26 11:21:11 2012 us=449377 IFCONFIG POOL: base=10.8.0.4 size=62
Sun Feb 26 11:21:11 2012 us=450218 IFCONFIG POOL LIST
Sun Feb 26 11:21:11 2012 us=450321 hanzie,10.8.0.4
Sun Feb 26 11:21:11 2012 us=450439 Initialization Sequence Completed
Sun Feb 26 11:24:13 2012 us=101529 MULTI: multi_create_instance called
Sun Feb 26 11:24:13 2012 us=101811 aa.bb.ccc.dd:51415 Re-using SSL/TLS context
Sun Feb 26 11:24:13 2012 us=101983 aa.bb.ccc.dd:51415 LZO compression initialized
Sun Feb 26 11:24:13 2012 us=102531 aa.bb.ccc.dd:51415 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Sun Feb 26 11:24:13 2012 us=102643 aa.bb.ccc.dd:51415 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Sun Feb 26 11:24:13 2012 us=102866 aa.bb.ccc.dd:51415 Local Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
Sun Feb 26 11:24:13 2012 us=102948 aa.bb.ccc.dd:51415 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
Sun Feb 26 11:24:13 2012 us=103100 aa.bb.ccc.dd:51415 Local Options hash (VER=V4): '530fdded'
Sun Feb 26 11:24:13 2012 us=103233 aa.bb.ccc.dd:51415 Expected Remote Options hash (VER=V4): '41690919'
RSun Feb 26 11:24:13 2012 us=103550 aa.bb.ccc.dd:51415 TLS: Initial packet from aa.bb.ccc.dd:51415, sid=41f904a0 3a17d669
WRRWRWRWWWWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRRRRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRSun Feb 26 11:24:24 2012 us=808989 aa.bb.ccc.dd:51415 VERIFY OK: depth=1, /C=NL/ST=LB/L=Hegelsom/O=nvt/CN=ivonnevpn/emailAddress=h.v.neerven@home.nl
Sun Feb 26 11:24:24 2012 us=810707 aa.bb.ccc.dd:51415 VERIFY OK: depth=0, /C=NL/ST=LB/L=Hegelsom/O=nvt/CN=hanzie/emailAddress=h.v.neerven@home.nl
WRWRWRWWWWRWRWRWRWRWRWRWRWRRRRWRWRWRSun Feb 26 11:24:28 2012 us=209101 aa.bb.ccc.dd:51415 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sun Feb 26 11:24:28 2012 us=209285 aa.bb.ccc.dd:51415 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Feb 26 11:24:28 2012 us=209527 aa.bb.ccc.dd:51415 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sun Feb 26 11:24:28 2012 us=209623 aa.bb.ccc.dd:51415 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
WWWRRRSun Feb 26 11:24:29 2012 us=108628 aa.bb.ccc.dd:51415 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sun Feb 26 11:24:29 2012 us=108806 aa.bb.ccc.dd:51415 [hanzie] Peer Connection Initiated with aa.bb.ccc.dd:51415
Sun Feb 26 11:24:29 2012 us=109172 hanzie/aa.bb.ccc.dd:51415 MULTI: Learn: 10.8.0.6 -> hanzie/aa.bb.ccc.dd:51415
Sun Feb 26 11:24:29 2012 us=109272 hanzie/aa.bb.ccc.dd:51415 MULTI: primary virtual IP for hanzie/aa.bb.ccc.dd:51415: 10.8.0.6
RSun Feb 26 11:24:31 2012 us=209684 hanzie/aa.bb.ccc.dd:51415 PUSH: Received control message: 'PUSH_REQUEST'
Sun Feb 26 11:24:31 2012 us=209939 hanzie/aa.bb.ccc.dd:51415 SENT CONTROL [hanzie]: 'PUSH_REPLY,redirect-gateway local def1 bypass-dhcp,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.8.0.1,topology net30,ping 10,ping-restart 120,ifconfig 10.8.0.6 10.8.0.5' (status=1)
WWWWRRRWWWWWWWWWWWWWWWWWWWWWWWSun Feb 26 11:28:31 2012 us=660290 hanzie/aa.bb.ccc.dd:51415 [hanzie] Inactivity timeout (--ping-restart), restarting
Sun Feb 26 11:28:31 2012 us=660471 hanzie/aa.bb.ccc.dd:51415 SIGUSR1[soft,ping-restart] received, client-instance restarting
Sun Feb 26 11:30:27 2012 us=71693 MULTI: multi_create_instance called
Sun Feb 26 11:30:27 2012 us=71982 aa.bb.ccc.dd:30212 Re-using SSL/TLS context
Sun Feb 26 11:30:27 2012 us=72113 aa.bb.ccc.dd:30212 LZO compression initialized
Sun Feb 26 11:30:27 2012 us=72456 aa.bb.ccc.dd:30212 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Sun Feb 26 11:30:27 2012 us=72561 aa.bb.ccc.dd:30212 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Sun Feb 26 11:30:27 2012 us=72804 aa.bb.ccc.dd:30212 Local Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
Sun Feb 26 11:30:27 2012 us=72891 aa.bb.ccc.dd:30212 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
Sun Feb 26 11:30:27 2012 us=73019 aa.bb.ccc.dd:30212 Local Options hash (VER=V4): '530fdded'
Sun Feb 26 11:30:27 2012 us=73140 aa.bb.ccc.dd:30212 Expected Remote Options hash (VER=V4): '41690919'
RSun Feb 26 11:30:27 2012 us=73344 aa.bb.ccc.dd:30212 TLS: Initial packet from aa.bb.ccc.dd:30212, sid=cca15880 9756090f
WRRWRWRWWWWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRRRRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRSun Feb 26 11:30:35 2012 us=472862 aa.bb.ccc.dd:30212 VERIFY OK: depth=1, /C=NL/ST=LB/L=Hegelsom/O=nvt/CN=ivonnevpn/emailAddress=h.v.neerven@home.nl
Sun Feb 26 11:30:35 2012 us=474425 aa.bb.ccc.dd:30212 VERIFY OK: depth=0, /C=NL/ST=LB/L=Hegelsom/O=nvt/CN=hanzie/emailAddress=h.v.neerven@home.nl
WRWRWRWWWWRWRWRWRWRWRWRWRWRRRRWRWRWRSun Feb 26 11:30:39 2012 us=73683 aa.bb.ccc.dd:30212 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sun Feb 26 11:30:39 2012 us=74753 aa.bb.ccc.dd:30212 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Feb 26 11:30:39 2012 us=75033 aa.bb.ccc.dd:30212 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sun Feb 26 11:30:39 2012 us=75133 aa.bb.ccc.dd:30212 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
WWWRRRSun Feb 26 11:30:39 2012 us=970754 aa.bb.ccc.dd:30212 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sun Feb 26 11:30:39 2012 us=970933 aa.bb.ccc.dd:30212 [hanzie] Peer Connection Initiated with aa.bb.ccc.dd:30212
Sun Feb 26 11:30:39 2012 us=971290 hanzie/aa.bb.ccc.dd:30212 MULTI: Learn: 10.8.0.6 -> hanzie/aa.bb.ccc.dd:30212
Sun Feb 26 11:30:39 2012 us=971442 hanzie/aa.bb.ccc.dd:30212 MULTI: primary virtual IP for hanzie/aa.bb.ccc.dd:30212: 10.8.0.6
RSun Feb 26 11:30:42 2012 us=70819 hanzie/aa.bb.ccc.dd:30212 PUSH: Received control message: 'PUSH_REQUEST'
Sun Feb 26 11:30:42 2012 us=71073 hanzie/aa.bb.ccc.dd:30212 SENT CONTROL [hanzie]: 'PUSH_REPLY,redirect-gateway local def1 bypass-dhcp,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.8.0.1,topology net30,ping 10,ping-restart 120,ifconfig 10.8.0.6 10.8.0.5' (status=1)
WWWWRRRWSun Feb 26 11:30:52 2012 us=980552 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
Sun Feb 26 11:30:57 2012 us=180777 MULTI: multi_create_instance called
Sun Feb 26 11:30:57 2012 us=181037 aa.bb.ccc.dd:30221 Re-using SSL/TLS context
Sun Feb 26 11:30:57 2012 us=181175 aa.bb.ccc.dd:30221 LZO compression initialized
Sun Feb 26 11:30:57 2012 us=181620 aa.bb.ccc.dd:30221 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Sun Feb 26 11:30:57 2012 us=181726 aa.bb.ccc.dd:30221 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Sun Feb 26 11:30:57 2012 us=181921 aa.bb.ccc.dd:30221 Local Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
Sun Feb 26 11:30:57 2012 us=181999 aa.bb.ccc.dd:30221 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
Sun Feb 26 11:30:57 2012 us=182122 aa.bb.ccc.dd:30221 Local Options hash (VER=V4): '530fdded'
Sun Feb 26 11:30:57 2012 us=182238 aa.bb.ccc.dd:30221 Expected Remote Options hash (VER=V4): '41690919'
RSun Feb 26 11:30:57 2012 us=182450 aa.bb.ccc.dd:30221 TLS: Initial packet from aa.bb.ccc.dd:30221, sid=309d3291 fb222013
WRRWRWRWWWWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRRRWSun Feb 26 11:31:02 2012 us=680241 read UDPv4 [ECONNREFUSED]: Connection refused (code=111)
RWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRSun Feb 26 11:31:05 2012 us=881848 aa.bb.ccc.dd:30221 VERIFY OK: depth=1, /C=NL/ST=LB/L=Hegelsom/O=nvt/CN=ivonnevpn/emailAddress=h.v.neerven@home.nl
Sun Feb 26 11:31:05 2012 us=883368 aa.bb.ccc.dd:30221 VERIFY OK: depth=0, /C=NL/ST=LB/L=Hegelsom/O=nvt/CN=hanzie/emailAddress=h.v.neerven@home.nl
WRWRWRWWWWRWRWRWRWRWRWRWRWRRRRWRWRWRSun Feb 26 11:31:09 2012 us=180795 aa.bb.ccc.dd:30221 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sun Feb 26 11:31:09 2012 us=180928 aa.bb.ccc.dd:30221 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Feb 26 11:31:09 2012 us=181172 aa.bb.ccc.dd:30221 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sun Feb 26 11:31:09 2012 us=181269 aa.bb.ccc.dd:30221 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
WWWRRRSun Feb 26 11:31:10 2012 us=79823 aa.bb.ccc.dd:30221 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sun Feb 26 11:31:10 2012 us=80003 aa.bb.ccc.dd:30221 [hanzie] Peer Connection Initiated with aa.bb.ccc.dd:30221
Sun Feb 26 11:31:10 2012 us=80826 MULTI: new connection by client 'hanzie' will cause previous active sessions by this client to be dropped. Remember to use the --duplicate-cn option if you want multiple clients using the same certificate or username to concurrently connect.
Sun Feb 26 11:31:10 2012 us=81126 MULTI: Learn: 10.8.0.6 -> hanzie/aa.bb.ccc.dd:30221
Sun Feb 26 11:31:10 2012 us=81228 MULTI: primary virtual IP for hanzie/aa.bb.ccc.dd:30221: 10.8.0.6
RSun Feb 26 11:31:11 2012 us=979997 hanzie/aa.bb.ccc.dd:30221 PUSH: Received control message: 'PUSH_REQUEST'
Sun Feb 26 11:31:11 2012 us=980253 hanzie/aa.bb.ccc.dd:30221 SENT CONTROL [hanzie]: 'PUSH_REPLY,redirect-gateway local def1 bypass-dhcp,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.8.0.1,topology net30,ping 10,ping-restart 120,ifconfig 10.8.0.6 10.8.0.5' (status=1)
WWWWRRRWWWWWWWWWWWWWWWWWWWWWWWSun Feb 26 11:35:12 2012 us=563077 hanzie/aa.bb.ccc.dd:30221 [hanzie] Inactivity timeout (--ping-restart), restarting
Sun Feb 26 11:35:12 2012 us=563296 hanzie/aa.bb.ccc.dd:30221 SIGUSR1[soft,ping-restart] received, client-instance restarting


Client-log:

WRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWWWWRWRWRWRWRWRWRWRWRWRWRWRWRWWRWRWRWRRWRRRRWRWRWRWRWRWRWRWRWRWRWRWWWWRRRRWRWRWWRRWRWRWSun Feb 26 11:30:56 2012 us=658000 Current Parameter Settings:
Sun Feb 26 11:30:56 2012 us=658000 config = 'hanzie.ovpn'
Sun Feb 26 11:30:56 2012 us=658000 mode = 0
Sun Feb 26 11:30:56 2012 us=658000 show_ciphers = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 show_digests = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 show_engines = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 genkey = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 key_pass_file = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 show_tls_ciphers = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 Connection profiles [default]:
Sun Feb 26 11:30:56 2012 us=658000 proto = udp
Sun Feb 26 11:30:56 2012 us=658000 local = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 local_port = 0
Sun Feb 26 11:30:56 2012 us=658000 remote = 'aa.bb.ccc.dd'
Sun Feb 26 11:30:56 2012 us=658000 remote_port = 2011
Sun Feb 26 11:30:56 2012 us=658000 remote_float = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 bind_defined = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 bind_local = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 connect_retry_seconds = 5
Sun Feb 26 11:30:56 2012 us=658000 connect_timeout = 10
Sun Feb 26 11:30:56 2012 us=658000 connect_retry_max = 0
Sun Feb 26 11:30:56 2012 us=658000 socks_proxy_server = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 socks_proxy_port = 0
Sun Feb 26 11:30:56 2012 us=658000 socks_proxy_retry = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 Connection profiles END
Sun Feb 26 11:30:56 2012 us=658000 remote_random = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 ipchange = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 dev = 'tun'
Sun Feb 26 11:30:56 2012 us=658000 dev_type = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 dev_node = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 lladdr = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 topology = 1
Sun Feb 26 11:30:56 2012 us=658000 tun_ipv6 = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 ifconfig_local = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 ifconfig_remote_netmask = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 ifconfig_noexec = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 ifconfig_nowarn = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 shaper = 0
Sun Feb 26 11:30:56 2012 us=658000 tun_mtu = 1500
Sun Feb 26 11:30:56 2012 us=658000 tun_mtu_defined = ENABLED
Sun Feb 26 11:30:56 2012 us=658000 link_mtu = 1500
Sun Feb 26 11:30:56 2012 us=658000 link_mtu_defined = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 tun_mtu_extra = 0
Sun Feb 26 11:30:56 2012 us=658000 tun_mtu_extra_defined = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 fragment = 0
Sun Feb 26 11:30:56 2012 us=658000 mtu_discover_type = -1
Sun Feb 26 11:30:56 2012 us=658000 mtu_test = 0
Sun Feb 26 11:30:56 2012 us=658000 mlock = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 keepalive_ping = 0
Sun Feb 26 11:30:56 2012 us=658000 keepalive_timeout = 0
Sun Feb 26 11:30:56 2012 us=658000 inactivity_timeout = 0
Sun Feb 26 11:30:56 2012 us=658000 ping_send_timeout = 0
Sun Feb 26 11:30:56 2012 us=658000 ping_rec_timeout = 0
Sun Feb 26 11:30:56 2012 us=658000 ping_rec_timeout_action = 0
Sun Feb 26 11:30:56 2012 us=658000 ping_timer_remote = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 remap_sigusr1 = 0
Sun Feb 26 11:30:56 2012 us=658000 explicit_exit_notification = 0
Sun Feb 26 11:30:56 2012 us=658000 persist_tun = ENABLED
Sun Feb 26 11:30:56 2012 us=658000 persist_local_ip = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 persist_remote_ip = DISABLED
Sun Feb 26 11:30:56 2012 us=658000 persist_key = ENABLED
Sun Feb 26 11:30:56 2012 us=658000 mssfix = 1450
Sun Feb 26 11:30:56 2012 us=658000 resolve_retry_seconds = 1000000000
Sun Feb 26 11:30:56 2012 us=658000 username = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 groupname = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 chroot_dir = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 cd_dir = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 writepid = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=658000 up_script = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=845000 down_script = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=845000 down_pre = DISABLED
Sun Feb 26 11:30:56 2012 us=845000 up_restart = DISABLED
Sun Feb 26 11:30:56 2012 us=845000 up_delay = DISABLED
Sun Feb 26 11:30:56 2012 us=845000 daemon = DISABLED
Sun Feb 26 11:30:56 2012 us=845000 inetd = 0
Sun Feb 26 11:30:56 2012 us=845000 log = DISABLED
Sun Feb 26 11:30:56 2012 us=845000 suppress_timestamps = DISABLED
Sun Feb 26 11:30:56 2012 us=845000 nice = 0
Sun Feb 26 11:30:56 2012 us=845000 verbosity = 5
Sun Feb 26 11:30:56 2012 us=845000 mute = 0
Sun Feb 26 11:30:56 2012 us=845000 gremlin = 0
Sun Feb 26 11:30:56 2012 us=845000 status_file = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=845000 status_file_version = 1
Sun Feb 26 11:30:56 2012 us=845000 status_file_update_freq = 60
Sun Feb 26 11:30:56 2012 us=845000 occ = ENABLED
Sun Feb 26 11:30:56 2012 us=845000 rcvbuf = 0
Sun Feb 26 11:30:56 2012 us=845000 sndbuf = 0
Sun Feb 26 11:30:56 2012 us=845000 sockflags = 0
Sun Feb 26 11:30:56 2012 us=845000 fast_io = DISABLED
Sun Feb 26 11:30:56 2012 us=845000 lzo = 7
Sun Feb 26 11:30:56 2012 us=845000 route_script = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=845000 route_default_gateway = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=845000 route_default_metric = 0
Sun Feb 26 11:30:56 2012 us=845000 route_noexec = DISABLED
Sun Feb 26 11:30:56 2012 us=845000 route_delay = 5
Sun Feb 26 11:30:56 2012 us=845000 route_delay_window = 30
Sun Feb 26 11:30:56 2012 us=845000 route_delay_defined = ENABLED
Sun Feb 26 11:30:56 2012 us=845000 route_nopull = DISABLED
Sun Feb 26 11:30:56 2012 us=845000 route_gateway_via_dhcp = DISABLED
Sun Feb 26 11:30:56 2012 us=845000 max_routes = 100
Sun Feb 26 11:30:56 2012 us=845000 allow_pull_fqdn = DISABLED
Sun Feb 26 11:30:56 2012 us=860000 management_addr = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=860000 management_port = 0
Sun Feb 26 11:30:56 2012 us=860000 management_user_pass = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=860000 management_log_history_cache = 250
Sun Feb 26 11:30:56 2012 us=860000 management_echo_buffer_size = 100
Sun Feb 26 11:30:56 2012 us=860000 management_write_peer_info_file = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=860000 management_client_user = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=860000 management_client_group = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=860000 management_flags = 0
Sun Feb 26 11:30:56 2012 us=876000 shared_secret_file = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=876000 key_direction = 0
Sun Feb 26 11:30:56 2012 us=876000 ciphername_defined = ENABLED
Sun Feb 26 11:30:56 2012 us=876000 ciphername = 'BF-CBC'
Sun Feb 26 11:30:56 2012 us=876000 authname_defined = ENABLED
Sun Feb 26 11:30:56 2012 us=876000 authname = 'SHA1'
Sun Feb 26 11:30:56 2012 us=876000 prng_hash = 'SHA1'
Sun Feb 26 11:30:56 2012 us=876000 prng_nonce_secret_len = 16
Sun Feb 26 11:30:56 2012 us=876000 keysize = 0
Sun Feb 26 11:30:56 2012 us=876000 engine = DISABLED
Sun Feb 26 11:30:56 2012 us=876000 replay = ENABLED
Sun Feb 26 11:30:56 2012 us=876000 mute_replay_warnings = DISABLED
Sun Feb 26 11:30:56 2012 us=876000 replay_window = 64
Sun Feb 26 11:30:56 2012 us=876000 replay_time = 15
Sun Feb 26 11:30:56 2012 us=876000 packet_id_file = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=876000 use_iv = ENABLED
Sun Feb 26 11:30:56 2012 us=876000 test_crypto = DISABLED
Sun Feb 26 11:30:56 2012 us=876000 tls_server = DISABLED
Sun Feb 26 11:30:56 2012 us=876000 tls_client = ENABLED
Sun Feb 26 11:30:56 2012 us=876000 key_method = 2
Sun Feb 26 11:30:56 2012 us=876000 ca_file = 'C:\Program Files (x86)\OpenVPN\keys\ca.crt'
Sun Feb 26 11:30:56 2012 us=876000 ca_path = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=876000 dh_file = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=876000 cert_file = 'C:\Program Files (x86)\OpenVPN\keys\hanzie.crt'
Sun Feb 26 11:30:56 2012 us=892000 priv_key_file = 'C:\Program Files (x86)\OpenVPN\keys\hanzie.key'
Sun Feb 26 11:30:56 2012 us=892000 pkcs12_file = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=892000 cryptoapi_cert = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=892000 cipher_list = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=892000 tls_verify = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=892000 tls_export_cert = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=892000 tls_remote = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=892000 crl_file = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=892000 ns_cert_type = 64
Sun Feb 26 11:30:56 2012 us=892000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=892000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=892000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=892000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=892000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=892000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=907000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=907000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=907000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=907000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=907000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=907000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=907000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=907000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=907000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=907000 remote_cert_ku[i] = 0
Sun Feb 26 11:30:56 2012 us=907000 remote_cert_eku = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=907000 tls_timeout = 2
Sun Feb 26 11:30:56 2012 us=907000 renegotiate_bytes = 0
Sun Feb 26 11:30:56 2012 us=907000 renegotiate_packets = 0
Sun Feb 26 11:30:56 2012 us=907000 renegotiate_seconds = 3600
Sun Feb 26 11:30:56 2012 us=907000 handshake_window = 60
Sun Feb 26 11:30:56 2012 us=907000 transition_window = 3600
Sun Feb 26 11:30:56 2012 us=923000 single_session = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 push_peer_info = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 tls_exit = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 tls_auth_file = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_protected_authentication = DISABLED
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=923000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_private_mode = 00000000
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=938000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_cert_private = DISABLED
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_pin_cache_period = -1
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_id = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=954000 pkcs11_id_management = DISABLED
Sun Feb 26 11:30:56 2012 us=970000 server_network = 0.0.0.0
Sun Feb 26 11:30:56 2012 us=970000 server_netmask = 0.0.0.0
Sun Feb 26 11:30:56 2012 us=970000 server_bridge_ip = 0.0.0.0
Sun Feb 26 11:30:56 2012 us=970000 server_bridge_netmask = 0.0.0.0
Sun Feb 26 11:30:56 2012 us=970000 server_bridge_pool_start = 0.0.0.0
Sun Feb 26 11:30:56 2012 us=970000 server_bridge_pool_end = 0.0.0.0
Sun Feb 26 11:30:56 2012 us=970000 ifconfig_pool_defined = DISABLED
Sun Feb 26 11:30:56 2012 us=970000 ifconfig_pool_start = 0.0.0.0
Sun Feb 26 11:30:56 2012 us=970000 ifconfig_pool_end = 0.0.0.0
Sun Feb 26 11:30:56 2012 us=970000 ifconfig_pool_netmask = 0.0.0.0
Sun Feb 26 11:30:56 2012 us=970000 ifconfig_pool_persist_filename = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=970000 ifconfig_pool_persist_refresh_freq = 600
Sun Feb 26 11:30:56 2012 us=970000 n_bcast_buf = 256
Sun Feb 26 11:30:56 2012 us=970000 tcp_queue_limit = 64
Sun Feb 26 11:30:56 2012 us=970000 real_hash_size = 256
Sun Feb 26 11:30:56 2012 us=970000 virtual_hash_size = 256
Sun Feb 26 11:30:56 2012 us=970000 client_connect_script = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=970000 learn_address_script = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=970000 client_disconnect_script = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=970000 client_config_dir = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=970000 ccd_exclusive = DISABLED
Sun Feb 26 11:30:56 2012 us=970000 tmp_dir = 'C:\Users\Hanzie\AppData\Local\Temp\'
Sun Feb 26 11:30:56 2012 us=970000 push_ifconfig_defined = DISABLED
Sun Feb 26 11:30:56 2012 us=970000 push_ifconfig_local = 0.0.0.0
Sun Feb 26 11:30:56 2012 us=970000 push_ifconfig_remote_netmask = 0.0.0.0
Sun Feb 26 11:30:56 2012 us=970000 enable_c2c = DISABLED
Sun Feb 26 11:30:56 2012 us=970000 duplicate_cn = DISABLED
Sun Feb 26 11:30:56 2012 us=970000 cf_max = 0
Sun Feb 26 11:30:56 2012 us=970000 cf_per = 0
Sun Feb 26 11:30:56 2012 us=970000 max_clients = 1024
Sun Feb 26 11:30:56 2012 us=985000 max_routes_per_client = 256
Sun Feb 26 11:30:56 2012 us=985000 auth_user_pass_verify_script = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=985000 auth_user_pass_verify_script_via_file = DISABLED
Sun Feb 26 11:30:56 2012 us=985000 ssl_flags = 0
Sun Feb 26 11:30:56 2012 us=985000 client = ENABLED
Sun Feb 26 11:30:56 2012 us=985000 pull = ENABLED
Sun Feb 26 11:30:56 2012 us=985000 auth_user_pass_file = '[UNDEF]'
Sun Feb 26 11:30:56 2012 us=985000 show_net_up = DISABLED
Sun Feb 26 11:30:56 2012 us=985000 route_method = 0
Sun Feb 26 11:30:56 2012 us=985000 ip_win32_defined = DISABLED
Sun Feb 26 11:30:56 2012 us=985000 ip_win32_type = 3
Sun Feb 26 11:30:56 2012 us=985000 dhcp_masq_offset = 0
Sun Feb 26 11:30:56 2012 us=985000 dhcp_lease_time = 31536000
Sun Feb 26 11:30:56 2012 us=985000 tap_sleep = 0
Sun Feb 26 11:30:56 2012 us=985000 dhcp_options = DISABLED
Sun Feb 26 11:30:56 2012 us=985000 dhcp_renew = DISABLED
Sun Feb 26 11:30:57 2012 us=1000 dhcp_pre_release = DISABLED
Sun Feb 26 11:30:57 2012 us=1000 dhcp_release = DISABLED
Sun Feb 26 11:30:57 2012 us=1000 domain = '[UNDEF]'
Sun Feb 26 11:30:57 2012 us=1000 netbios_scope = '[UNDEF]'
Sun Feb 26 11:30:57 2012 us=1000 netbios_node_type = 0
Sun Feb 26 11:30:57 2012 us=1000 disable_nbt = DISABLED
Sun Feb 26 11:30:57 2012 us=1000 OpenVPN 2.2.2 Win32-MSVC++ [SSL] [LZO2] [PKCS11] built on Dec 15 2011
Sun Feb 26 11:30:57 2012 us=1000 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sun Feb 26 11:30:57 2012 us=360000 LZO compression initialized
Sun Feb 26 11:30:57 2012 us=360000 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Sun Feb 26 11:30:57 2012 us=360000 Socket Buffers: R=[8192->8192] S=[64512->64512]
Sun Feb 26 11:30:57 2012 us=360000 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Sun Feb 26 11:30:57 2012 us=360000 Local Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
Sun Feb 26 11:30:57 2012 us=360000 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
Sun Feb 26 11:30:57 2012 us=360000 Local Options hash (VER=V4): '41690919'
Sun Feb 26 11:30:57 2012 us=360000 Expected Remote Options hash (VER=V4): '530fdded'
Sun Feb 26 11:30:57 2012 us=360000 UDPv4 link local: [undef]
Sun Feb 26 11:30:57 2012 us=360000 UDPv4 link remote: aa.bb.ccc.dd:2011
Sun Feb 26 11:30:57 2012 us=484000 TLS: Initial packet from aa.bb.ccc.dd:2011, sid=0b0a0d83 61580e15
Sun Feb 26 11:31:01 2012 us=384000 VERIFY OK: depth=1, /C=NL/ST=LB/L=Hegelsom/O=nvt/CN=ivonnevpn/emailAddress=h.v.neerven@home.nl
Sun Feb 26 11:31:01 2012 us=384000 VERIFY OK: nsCertType=SERVER
Sun Feb 26 11:31:01 2012 us=384000 VERIFY OK: depth=0, /C=NL/ST=LB/L=Hegelsom/O=nvt/CN=server/emailAddress=h.v.neerven@home.nl
Sun Feb 26 11:31:09 2012 us=980000 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sun Feb 26 11:31:09 2012 us=980000 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Feb 26 11:31:09 2012 us=980000 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sun Feb 26 11:31:09 2012 us=980000 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Feb 26 11:31:09 2012 us=980000 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Sun Feb 26 11:31:09 2012 us=980000 [server] Peer Connection Initiated with aa.bb.ccc.dd:2011
Sun Feb 26 11:31:12 2012 us=133000 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Sun Feb 26 11:31:12 2012 us=585000 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway local def1 bypass-dhcp,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route 10.8.0.1,topology net30,ping 10,ping-restart 120,ifconfig 10.8.0.6 10.8.0.5'
Sun Feb 26 11:31:12 2012 us=585000 OPTIONS IMPORT: timers and/or timeouts modified
Sun Feb 26 11:31:12 2012 us=585000 OPTIONS IMPORT: --ifconfig/up options modified
Sun Feb 26 11:31:12 2012 us=585000 OPTIONS IMPORT: route options modified
Sun Feb 26 11:31:12 2012 us=585000 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sun Feb 26 11:31:12 2012 us=601000 ROUTE default_gateway=192.168.1.1
Sun Feb 26 11:31:12 2012 us=648000 TAP-WIN32 device [tun5] opened: \\.\Global\{ABBBD883-DF4A-4BBC-8EBA-3E7473B4F2FE}.tap
Sun Feb 26 11:31:12 2012 us=648000 TAP-Win32 Driver Version 9.9
Sun Feb 26 11:31:12 2012 us=648000 TAP-Win32 MTU=1500
Sun Feb 26 11:31:12 2012 us=648000 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.8.0.6/255.255.255.252 on interface {ABBBD883-DF4A-4BBC-8EBA-3E7473B4F2FE} [DHCP-serv: 10.8.0.5, lease-time: 31536000]
Sun Feb 26 11:31:12 2012 us=648000 DHCP option string: 0608d043 deded043 dcdc
Sun Feb 26 11:31:12 2012 us=648000 Successful ARP Flush on interface [32] {ABBBD883-DF4A-4BBC-8EBA-3E7473B4F2FE}
Sun Feb 26 11:31:17 2012 us=718000 TEST ROUTES: 2/2 succeeded len=1 ret=1 a=0 u/d=up
Sun Feb 26 11:31:17 2012 us=718000 C:\WINDOWS\system32\route.exe ADD 0.0.0.0 MASK 128.0.0.0 10.8.0.5
Sun Feb 26 11:31:17 2012 us=733000 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Sun Feb 26 11:31:17 2012 us=733000 Route addition via IPAPI succeeded [adaptive]
Sun Feb 26 11:31:17 2012 us=733000 C:\WINDOWS\system32\route.exe ADD 128.0.0.0 MASK 128.0.0.0 10.8.0.5
Sun Feb 26 11:31:17 2012 us=733000 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Sun Feb 26 11:31:17 2012 us=733000 Route addition via IPAPI succeeded [adaptive]
Sun Feb 26 11:31:17 2012 us=733000 C:\WINDOWS\system32\route.exe ADD 10.8.0.1 MASK 255.255.255.255 10.8.0.5
Sun Feb 26 11:31:17 2012 us=749000 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Sun Feb 26 11:31:17 2012 us=749000 Route addition via IPAPI succeeded [adaptive]
Sun Feb 26 11:31:17 2012 us=749000 Initialization Sequence Completed
WRWWWWRRRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWWWWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRRRRWRWRWRWRWRWRWRWRWRWRWRWWWWRRRRWRWRWWRRWRWRWRWrWrWrWrWrWrWrWrWrWrWrWrWrWrWrWr
Sun Feb 26 11:35:13 2012 us=872000 TCP/UDP: Closing socket
Sun Feb 26 11:35:13 2012 us=872000 C:\WINDOWS\system32\route.exe DELETE 10.8.0.1 MASK 255.255.255.255 10.8.0.5
Sun Feb 26 11:35:13 2012 us=872000 Route deletion via IPAPI succeeded [adaptive]
Sun Feb 26 11:35:13 2012 us=872000 C:\WINDOWS\system32\route.exe DELETE 0.0.0.0 MASK 128.0.0.0 10.8.0.5
Sun Feb 26 11:35:13 2012 us=872000 Route deletion via IPAPI succeeded [adaptive]
Sun Feb 26 11:35:13 2012 us=872000 C:\WINDOWS\system32\route.exe DELETE 128.0.0.0 MASK 128.0.0.0 10.8.0.5
Sun Feb 26 11:35:13 2012 us=888000 Route deletion via IPAPI succeeded [adaptive]
Sun Feb 26 11:35:13 2012 us=888000 Closing TUN/TAP interface
Sun Feb 26 11:35:13 2012 us=888000 SIGTERM[hard,] received, process exiting



PLEASE ANY HELP. TRYING FOR THREE DAYS NOW.
THNX

hanzie
OpenVpn Newbie
Posts: 16
Joined: Mon Feb 20, 2012 10:54 pm

Re: working openvpn-connection: BUT NOT ABLE TO SET UP ROUTI

Post by hanzie » Mon Mar 05, 2012 9:51 pm

Can anybody help me please?!
I have connection from client to server.
Now i want to tunnel internet from my client trough the server.

I have connection but can reach the internet?!

Post Reply