[server] Inactivity timeout (--ping-restart), restarting

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
hohum
OpenVpn Newbie
Posts: 2
Joined: Wed Oct 13, 2010 7:02 pm

[server] Inactivity timeout (--ping-restart), restarting

Post by hohum » Wed Oct 13, 2010 7:07 pm

openvpn[32460]: [server] Inactivity timeout (--ping-restart), restarting
openvpn[32460]: TCP/UDP: Closing socket
openvpn[32460]: SIGUSR1[soft,ping-restart] received, process restarting
openvpn[32460]: Restart pause, 2 second(s)

I hope this isn't a RTFM question :oops: . Using udp with quite a standard type set up. OpenVPN client on CentOS5 connecting to a Vynetta box. Drops every 60 or so seconds.

What is the best way to trouble shoot this please?

User avatar
krzee
Forum Team
Posts: 728
Joined: Fri Aug 29, 2008 5:42 pm

Re: [server] Inactivity timeout (--ping-restart), restarting

Post by krzee » Wed Oct 13, 2010 7:09 pm

need more of the log, dont even know if you were already connected...
if not, its a problem reaching the server at ip/port/protocol

hohum
OpenVpn Newbie
Posts: 2
Joined: Wed Oct 13, 2010 7:02 pm

Re: [server] Inactivity timeout (--ping-restart), restarting

Post by hohum » Wed Oct 13, 2010 7:11 pm

sorry - I know I haven't provided enough information and thereby breaking forum rules. I don't have a lot to work on myself at this moment (long story). The connection comes up fine, it works, but it drops every 60 seconds or so.

Is there some general advice for troubleshooting this? Things to check? There is supposed to be a windows machine that connects to this Vynetta box with no such issue and so of course the issue is within the centos5 machine or config.

User avatar
krzee
Forum Team
Posts: 728
Joined: Fri Aug 29, 2008 5:42 pm

Re: [server] Inactivity timeout (--ping-restart), restarting

Post by krzee » Wed Oct 13, 2010 9:19 pm

sounds like you are running the same client config 2 times, and have the 2 processes battling for the connection, can you check that?
ps auxw|grep openvpn

gcc_computo
OpenVpn Newbie
Posts: 8
Joined: Tue Oct 19, 2010 10:56 am

Re: [server] Inactivity timeout (--ping-restart), restarting

Post by gcc_computo » Tue Oct 19, 2010 11:17 am

Hello, I have the same problem... and it may be the clients config file like krzee said...
but, how can i check that? what would be the diference between every file? what data should be different??

I use the same config file for all o f my clients (5 machines) and only changed the destination file of the ca, crt and key files. Is there something else to change?

I have all the logs and config files, which one do you need here and i´ll post them.

gcc_computo
OpenVpn Newbie
Posts: 8
Joined: Tue Oct 19, 2010 10:56 am

Re: [server] Inactivity timeout (--ping-restart), restarting

Post by gcc_computo » Tue Oct 19, 2010 1:54 pm

This is the SERVER Config file
---------------------------
port 1194
proto tcp
dev tun
ca "C:\\Archivos de programa\\OpenVPN\\keys\\ca.crt"
cert "C:\\Archivos de programa\\OpenVPN\\keys\\server.crt"
key "C:\\Archivos de programa\\OpenVPN\\keys\\server.key"
dh "C:\\Archivos de programa\\OpenVPN\\keys\\dh1024.pem"
server 172.16.0.0 255.255.0.0
ifconfig-pool-persist ipp.txt
client-to-client
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
---------------------------

This is the CLIENT Config file
---------------------------
client
dev tun
proto tcp
remote grupocristal.dyndns.org 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca "C:\\Archivos de programa\\OpenVPN\\keys\\ca.crt"
cert "C:\\Archivos de programa\\OpenVPN\\keys\\almacen.crt"
key "C:\\Archivos de programa\\OpenVPN\\keys\\almacen.key"
comp-lzo
verb 3
---------------------------

I`m getting the logs with verb 6.

gcc_computo
OpenVpn Newbie
Posts: 8
Joined: Tue Oct 19, 2010 10:56 am

Re: [server] Inactivity timeout (--ping-restart), restarting

Post by gcc_computo » Tue Oct 19, 2010 3:45 pm

This is the client log file with verb 6

Tue Oct 19 20:38:36 2010 us=49000 Current Parameter Settings:
Tue Oct 19 20:38:36 2010 us=49000 config = 'client.ovpn'
Tue Oct 19 20:38:36 2010 us=49000 mode = 0
Tue Oct 19 20:38:36 2010 us=49000 show_ciphers = DISABLED
Tue Oct 19 20:38:36 2010 us=49000 show_digests = DISABLED
Tue Oct 19 20:38:36 2010 us=49000 show_engines = DISABLED
Tue Oct 19 20:38:36 2010 us=49000 genkey = DISABLED
Tue Oct 19 20:38:36 2010 us=49000 key_pass_file = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=49000 show_tls_ciphers = DISABLED
Tue Oct 19 20:38:36 2010 us=49000 Connection profiles [default]:
Tue Oct 19 20:38:36 2010 us=64000 proto = tcp-client
Tue Oct 19 20:38:36 2010 us=64000 local = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 local_port = 0
Tue Oct 19 20:38:36 2010 us=64000 remote = 'grupocristal.dyndns.org'
Tue Oct 19 20:38:36 2010 us=64000 remote_port = 1194
Tue Oct 19 20:38:36 2010 us=64000 remote_float = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 bind_defined = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 bind_local = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 connect_retry_seconds = 5
Tue Oct 19 20:38:36 2010 us=64000 connect_timeout = 10
Tue Oct 19 20:38:36 2010 us=64000 connect_retry_max = 0
Tue Oct 19 20:38:36 2010 us=64000 socks_proxy_server = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 socks_proxy_port = 0
Tue Oct 19 20:38:36 2010 us=64000 socks_proxy_retry = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 Connection profiles END
Tue Oct 19 20:38:36 2010 us=64000 remote_random = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 ipchange = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 dev = 'tun'
Tue Oct 19 20:38:36 2010 us=64000 dev_type = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 dev_node = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 lladdr = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 topology = 1
Tue Oct 19 20:38:36 2010 us=64000 tun_ipv6 = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 ifconfig_local = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 ifconfig_remote_netmask = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 ifconfig_noexec = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 ifconfig_nowarn = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 shaper = 0
Tue Oct 19 20:38:36 2010 us=64000 tun_mtu = 1500
Tue Oct 19 20:38:36 2010 us=64000 tun_mtu_defined = ENABLED
Tue Oct 19 20:38:36 2010 us=64000 link_mtu = 1500
Tue Oct 19 20:38:36 2010 us=64000 link_mtu_defined = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 tun_mtu_extra = 0
Tue Oct 19 20:38:36 2010 us=64000 tun_mtu_extra_defined = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 fragment = 0
Tue Oct 19 20:38:36 2010 us=64000 mtu_discover_type = -1
Tue Oct 19 20:38:36 2010 us=64000 mtu_test = 0
Tue Oct 19 20:38:36 2010 us=64000 mlock = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 keepalive_ping = 0
Tue Oct 19 20:38:36 2010 us=64000 keepalive_timeout = 0
Tue Oct 19 20:38:36 2010 us=64000 inactivity_timeout = 0
Tue Oct 19 20:38:36 2010 us=64000 ping_send_timeout = 0
Tue Oct 19 20:38:36 2010 us=64000 ping_rec_timeout = 0
Tue Oct 19 20:38:36 2010 us=64000 ping_rec_timeout_action = 0
Tue Oct 19 20:38:36 2010 us=64000 ping_timer_remote = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 remap_sigusr1 = 0
Tue Oct 19 20:38:36 2010 us=64000 explicit_exit_notification = 0
Tue Oct 19 20:38:36 2010 us=64000 persist_tun = ENABLED
Tue Oct 19 20:38:36 2010 us=64000 persist_local_ip = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 persist_remote_ip = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 persist_key = ENABLED
Tue Oct 19 20:38:36 2010 us=64000 mssfix = 1450
Tue Oct 19 20:38:36 2010 us=64000 resolve_retry_seconds = 1000000000
Tue Oct 19 20:38:36 2010 us=64000 username = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 groupname = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 chroot_dir = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 cd_dir = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 writepid = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 up_script = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 down_script = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 down_pre = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 up_restart = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 up_delay = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 daemon = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 inetd = 0
Tue Oct 19 20:38:36 2010 us=64000 log = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 suppress_timestamps = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 nice = 0
Tue Oct 19 20:38:36 2010 us=64000 verbosity = 6
Tue Oct 19 20:38:36 2010 us=64000 mute = 0
Tue Oct 19 20:38:36 2010 us=64000 gremlin = 0
Tue Oct 19 20:38:36 2010 us=64000 status_file = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 status_file_version = 1
Tue Oct 19 20:38:36 2010 us=64000 status_file_update_freq = 60
Tue Oct 19 20:38:36 2010 us=64000 occ = ENABLED
Tue Oct 19 20:38:36 2010 us=64000 rcvbuf = 0
Tue Oct 19 20:38:36 2010 us=64000 sndbuf = 0
Tue Oct 19 20:38:36 2010 us=64000 sockflags = 0
Tue Oct 19 20:38:36 2010 us=64000 fast_io = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 lzo = 7
Tue Oct 19 20:38:36 2010 us=64000 route_script = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 route_default_gateway = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=64000 route_default_metric = 0
Tue Oct 19 20:38:36 2010 us=64000 route_noexec = DISABLED
Tue Oct 19 20:38:36 2010 us=64000 route_delay = 5
Tue Oct 19 20:38:36 2010 us=64000 route_delay_window = 30
Tue Oct 19 20:38:36 2010 us=64000 route_delay_defined = ENABLED
Tue Oct 19 20:38:36 2010 us=64000 route_nopull = DISABLED
Tue Oct 19 20:38:36 2010 us=80000 route_gateway_via_dhcp = DISABLED
Tue Oct 19 20:38:36 2010 us=80000 allow_pull_fqdn = DISABLED
Tue Oct 19 20:38:36 2010 us=80000 management_addr = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=80000 management_port = 0
Tue Oct 19 20:38:36 2010 us=80000 management_user_pass = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=80000 management_log_history_cache = 250
Tue Oct 19 20:38:36 2010 us=80000 management_echo_buffer_size = 100
Tue Oct 19 20:38:36 2010 us=80000 management_write_peer_info_file = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=80000 management_client_user = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=80000 management_client_group = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=80000 management_flags = 0
Tue Oct 19 20:38:36 2010 us=80000 shared_secret_file = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=80000 key_direction = 0
Tue Oct 19 20:38:36 2010 us=80000 ciphername_defined = ENABLED
Tue Oct 19 20:38:36 2010 us=80000 ciphername = 'BF-CBC'
Tue Oct 19 20:38:36 2010 us=80000 authname_defined = ENABLED
Tue Oct 19 20:38:36 2010 us=111000 authname = 'SHA1'
Tue Oct 19 20:38:36 2010 us=111000 prng_hash = 'SHA1'
Tue Oct 19 20:38:36 2010 us=111000 prng_nonce_secret_len = 16
Tue Oct 19 20:38:36 2010 us=111000 keysize = 0
Tue Oct 19 20:38:36 2010 us=111000 engine = DISABLED
Tue Oct 19 20:38:36 2010 us=111000 replay = ENABLED
Tue Oct 19 20:38:36 2010 us=111000 mute_replay_warnings = DISABLED
Tue Oct 19 20:38:36 2010 us=111000 replay_window = 64
Tue Oct 19 20:38:36 2010 us=111000 replay_time = 15
Tue Oct 19 20:38:36 2010 us=111000 packet_id_file = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=111000 use_iv = ENABLED
Tue Oct 19 20:38:36 2010 us=111000 test_crypto = DISABLED
Tue Oct 19 20:38:36 2010 us=111000 tls_server = DISABLED
Tue Oct 19 20:38:36 2010 us=111000 tls_client = ENABLED
Tue Oct 19 20:38:36 2010 us=111000 key_method = 2
Tue Oct 19 20:38:36 2010 us=111000 ca_file = 'C:\keys\ca.crt'
Tue Oct 19 20:38:36 2010 us=142000 ca_path = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=142000 dh_file = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=142000 cert_file = 'C:\keys\tienda2.crt'
Tue Oct 19 20:38:36 2010 us=142000 priv_key_file = 'C:\keys\tienda2.key'
Tue Oct 19 20:38:36 2010 us=142000 pkcs12_file = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=142000 cryptoapi_cert = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=142000 cipher_list = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=142000 tls_verify = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=142000 tls_remote = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=142000 crl_file = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=142000 ns_cert_type = 0
Tue Oct 19 20:38:36 2010 us=142000 remote_cert_ku = 0
Tue Oct 19 20:38:36 2010 us=142000 remote_cert_ku = 0
Tue Oct 19 20:38:36 2010 us=142000 remote_cert_ku = 0
Tue Oct 19 20:38:36 2010 us=142000 remote_cert_ku = 0
Tue Oct 19 20:38:36 2010 us=142000 remote_cert_ku = 0
Tue Oct 19 20:38:36 2010 us=142000 remote_cert_ku = 0
Tue Oct 19 20:38:36 2010 us=173000 remote_cert_ku = 0
Tue Oct 19 20:38:36 2010 us=173000 remote_cert_ku = 0
Tue Oct 19 20:38:36 2010 us=173000 remote_cert_ku = 0
Tue Oct 19 20:38:36 2010 us=173000 remote_cert_ku = 0
Tue Oct 19 20:38:36 2010 us=173000 remote_cert_ku[i] = 0
Tue Oct 19 20:38:36 2010 us=173000 remote_cert_ku[i] = 0
Tue Oct 19 20:38:36 2010 us=173000 remote_cert_ku[i] = 0
Tue Oct 19 20:38:36 2010 us=173000 remote_cert_ku[i] = 0
Tue Oct 19 20:38:36 2010 us=173000 remote_cert_ku[i] = 0
Tue Oct 19 20:38:36 2010 us=173000 remote_cert_ku[i] = 0
Tue Oct 19 20:38:36 2010 us=173000 remote_cert_eku = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=173000 tls_timeout = 2
Tue Oct 19 20:38:36 2010 us=173000 renegotiate_bytes = 0
Tue Oct 19 20:38:36 2010 us=173000 renegotiate_packets = 0
Tue Oct 19 20:38:36 2010 us=173000 renegotiate_seconds = 3600
Tue Oct 19 20:38:36 2010 us=173000 handshake_window = 60
Tue Oct 19 20:38:36 2010 us=205000 transition_window = 3600
Tue Oct 19 20:38:36 2010 us=205000 single_session = DISABLED
Tue Oct 19 20:38:36 2010 us=205000 tls_exit = DISABLED
Tue Oct 19 20:38:36 2010 us=205000 tls_auth_file = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=205000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=205000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=205000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=205000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=205000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=205000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=205000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=205000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=205000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_protected_authentication = DISABLED
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=236000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_private_mode = 00000000
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=251000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_cert_private = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_pin_cache_period = -1
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_id = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=283000 pkcs11_id_management = DISABLED
Tue Oct 19 20:38:36 2010 us=283000 server_network = 0.0.0.0
Tue Oct 19 20:38:36 2010 us=298000 server_netmask = 0.0.0.0
Tue Oct 19 20:38:36 2010 us=298000 server_bridge_ip = 0.0.0.0
Tue Oct 19 20:38:36 2010 us=298000 server_bridge_netmask = 0.0.0.0
Tue Oct 19 20:38:36 2010 us=298000 server_bridge_pool_start = 0.0.0.0
Tue Oct 19 20:38:36 2010 us=298000 server_bridge_pool_end = 0.0.0.0
Tue Oct 19 20:38:36 2010 us=298000 ifconfig_pool_defined = DISABLED
Tue Oct 19 20:38:36 2010 us=298000 ifconfig_pool_start = 0.0.0.0
Tue Oct 19 20:38:36 2010 us=298000 ifconfig_pool_end = 0.0.0.0
Tue Oct 19 20:38:36 2010 us=298000 ifconfig_pool_netmask = 0.0.0.0
Tue Oct 19 20:38:36 2010 us=298000 ifconfig_pool_persist_filename = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=298000 ifconfig_pool_persist_refresh_freq = 600
Tue Oct 19 20:38:36 2010 us=298000 n_bcast_buf = 256
Tue Oct 19 20:38:36 2010 us=298000 tcp_queue_limit = 64
Tue Oct 19 20:38:36 2010 us=298000 real_hash_size = 256
Tue Oct 19 20:38:36 2010 us=298000 virtual_hash_size = 256
Tue Oct 19 20:38:36 2010 us=329000 client_connect_script = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=329000 learn_address_script = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=329000 client_disconnect_script = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=329000 client_config_dir = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=329000 ccd_exclusive = DISABLED
Tue Oct 19 20:38:36 2010 us=329000 tmp_dir = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=329000 push_ifconfig_defined = DISABLED
Tue Oct 19 20:38:36 2010 us=329000 push_ifconfig_local = 0.0.0.0
Tue Oct 19 20:38:36 2010 us=329000 push_ifconfig_remote_netmask = 0.0.0.0
Tue Oct 19 20:38:36 2010 us=329000 enable_c2c = DISABLED
Tue Oct 19 20:38:36 2010 us=329000 duplicate_cn = DISABLED
Tue Oct 19 20:38:36 2010 us=329000 cf_max = 0
Tue Oct 19 20:38:36 2010 us=329000 cf_per = 0
Tue Oct 19 20:38:36 2010 us=329000 max_clients = 1024
Tue Oct 19 20:38:36 2010 us=329000 max_routes_per_client = 256
Tue Oct 19 20:38:36 2010 us=329000 auth_user_pass_verify_script = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=345000 auth_user_pass_verify_script_via_file = DISABLED
Tue Oct 19 20:38:36 2010 us=345000 ssl_flags = 0
Tue Oct 19 20:38:36 2010 us=345000 client = ENABLED
Tue Oct 19 20:38:36 2010 us=345000 pull = ENABLED
Tue Oct 19 20:38:36 2010 us=345000 auth_user_pass_file = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=345000 show_net_up = DISABLED
Tue Oct 19 20:38:36 2010 us=345000 route_method = 0
Tue Oct 19 20:38:36 2010 us=345000 ip_win32_defined = DISABLED
Tue Oct 19 20:38:36 2010 us=345000 ip_win32_type = 3
Tue Oct 19 20:38:36 2010 us=345000 dhcp_masq_offset = 0
Tue Oct 19 20:38:36 2010 us=345000 dhcp_lease_time = 31536000
Tue Oct 19 20:38:36 2010 us=345000 tap_sleep = 0
Tue Oct 19 20:38:36 2010 us=345000 dhcp_options = DISABLED
Tue Oct 19 20:38:36 2010 us=345000 dhcp_renew = DISABLED
Tue Oct 19 20:38:36 2010 us=345000 dhcp_pre_release = DISABLED
Tue Oct 19 20:38:36 2010 us=345000 dhcp_release = DISABLED
Tue Oct 19 20:38:36 2010 us=361000 domain = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=361000 netbios_scope = '[UNDEF]'
Tue Oct 19 20:38:36 2010 us=361000 netbios_node_type = 0
Tue Oct 19 20:38:36 2010 us=361000 disable_nbt = DISABLED
Tue Oct 19 20:38:36 2010 us=361000 OpenVPN 2.1_rc19 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Jul 16 2009
Tue Oct 19 20:38:36 2010 us=361000 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Tue Oct 19 20:38:36 2010 us=361000 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Tue Oct 19 20:38:36 2010 us=626000 LZO compression initialized
Tue Oct 19 20:38:36 2010 us=657000 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Tue Oct 19 20:38:37 2010 us=312000 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Tue Oct 19 20:38:37 2010 us=312000 Local Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto TCPv4_CLIENT,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
Tue Oct 19 20:38:37 2010 us=312000 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto TCPv4_SERVER,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
Tue Oct 19 20:38:37 2010 us=312000 Local Options hash (VER=V4): '69109d17'
Tue Oct 19 20:38:37 2010 us=312000 Expected Remote Options hash (VER=V4): 'c0103fa8'
Tue Oct 19 20:38:37 2010 us=312000 Attempting to establish TCP connection with 189.237.118.82:1194
Tue Oct 19 20:38:37 2010 us=811000 TCP connection established with 189.237.118.82:1194
Tue Oct 19 20:38:37 2010 us=811000 Socket Buffers: R=[8192->8192] S=[8192->8192]
Tue Oct 19 20:38:37 2010 us=811000 TCPv4_CLIENT link local: [undef]
Tue Oct 19 20:38:37 2010 us=811000 TCPv4_CLIENT link remote: 189.237.118.82:1194
Tue Oct 19 20:38:38 2010 us=45000 TCPv4_CLIENT WRITE [14] to 189.237.118.82:1194: P_CONTROL_HARD_RESET_CLIENT_V2 kid=0 [ ] pid=0 DATA len=0
Tue Oct 19 20:38:38 2010 us=342000 TCPv4_CLIENT READ [14] from 189.237.118.82:1194: P_CONTROL_HARD_RESET_SERVER_V2 kid=0 [ ] pid=0 DATA len=0
Tue Oct 19 20:38:38 2010 us=342000 TLS: Initial packet from 189.237.118.82:1194, sid=bad5a81e aa1e7f40
Tue Oct 19 20:38:38 2010 us=342000 TCPv4_CLIENT WRITE [26] to 189.237.118.82:1194: P_CONTROL_HARD_RESET_CLIENT_V2 kid=0 [ 0 ] pid=0 DATA len=0
Tue Oct 19 20:38:39 2010 us=59000 TCPv4_CLIENT READ [26] from 189.237.118.82:1194: P_CONTROL_HARD_RESET_SERVER_V2 kid=0 [ 0 ] pid=0 DATA len=0
Tue Oct 19 20:38:39 2010 us=59000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 0 ]
Tue Oct 19 20:38:39 2010 us=59000 TCPv4_CLIENT WRITE [106] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=1 DATA len=92
Tue Oct 19 20:38:39 2010 us=808000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 0 ]
Tue Oct 19 20:38:40 2010 us=526000 TCPv4_CLIENT READ [126] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ 1 ] pid=1 DATA len=100
Tue Oct 19 20:38:40 2010 us=526000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=2 DATA len=100
Tue Oct 19 20:38:40 2010 us=526000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=3 DATA len=100
Tue Oct 19 20:38:40 2010 us=526000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=4 DATA len=100
Tue Oct 19 20:38:40 2010 us=526000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 1 ]
Tue Oct 19 20:38:40 2010 us=526000 TCPv4_CLIENT WRITE [30] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 2 3 4 ]
Tue Oct 19 20:38:41 2010 us=41000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=5 DATA len=100
Tue Oct 19 20:38:41 2010 us=41000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 5 ]
Tue Oct 19 20:38:41 2010 us=571000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=6 DATA len=100
Tue Oct 19 20:38:41 2010 us=571000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 6 ]
Tue Oct 19 20:38:42 2010 us=101000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=7 DATA len=100
Tue Oct 19 20:38:42 2010 us=101000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=8 DATA len=100
Tue Oct 19 20:38:42 2010 us=101000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 7 ]
Tue Oct 19 20:38:42 2010 us=101000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 8 ]
Tue Oct 19 20:38:42 2010 us=632000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=9 DATA len=100
Tue Oct 19 20:38:42 2010 us=632000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 9 ]
Tue Oct 19 20:38:43 2010 us=162000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=7 DATA len=100
Tue Oct 19 20:38:43 2010 us=162000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=8 DATA len=100
Tue Oct 19 20:38:43 2010 us=162000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=10 DATA len=100
Tue Oct 19 20:38:43 2010 us=162000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 7 ]
Tue Oct 19 20:38:43 2010 us=162000 TCPv4_CLIENT WRITE [26] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 8 10 ]
Tue Oct 19 20:38:43 2010 us=677000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=11 DATA len=100
Tue Oct 19 20:38:43 2010 us=677000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=12 DATA len=100
Tue Oct 19 20:38:43 2010 us=677000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 11 ]
Tue Oct 19 20:38:43 2010 us=677000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 12 ]
Tue Oct 19 20:38:44 2010 us=207000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=13 DATA len=100
Tue Oct 19 20:38:44 2010 us=207000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 13 ]
Tue Oct 19 20:38:44 2010 us=738000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=14 DATA len=100
Tue Oct 19 20:38:44 2010 us=738000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 14 ]
Tue Oct 19 20:38:45 2010 us=268000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=12 DATA len=100
Tue Oct 19 20:38:45 2010 us=268000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=15 DATA len=100
Tue Oct 19 20:38:45 2010 us=268000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=16 DATA len=100
Tue Oct 19 20:38:45 2010 us=268000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 12 ]
Tue Oct 19 20:38:45 2010 us=268000 TCPv4_CLIENT WRITE [26] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 15 16 ]
Tue Oct 19 20:38:45 2010 us=799000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=17 DATA len=100
Tue Oct 19 20:38:45 2010 us=799000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 17 ]
Tue Oct 19 20:38:46 2010 us=313000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=18 DATA len=100
Tue Oct 19 20:38:46 2010 us=532000 VERIFY OK: depth=1, /C=MX/ST=TAM/L=CdVictoria/O=GCC/CN=server/emailAddress=gcc_computo@hotmail.com
Tue Oct 19 20:38:46 2010 us=532000 VERIFY OK: depth=0, /C=MX/ST=TAM/O=GCC/CN=server/emailAddress=gcc_computo@hotmail.com
Tue Oct 19 20:38:46 2010 us=532000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 18 ]
Tue Oct 19 20:38:46 2010 us=844000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=19 DATA len=100
Tue Oct 19 20:38:46 2010 us=844000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=20 DATA len=100
Tue Oct 19 20:38:46 2010 us=844000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 19 ]
Tue Oct 19 20:38:46 2010 us=844000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 20 ]
Tue Oct 19 20:38:47 2010 us=374000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=21 DATA len=100
Tue Oct 19 20:38:47 2010 us=374000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 21 ]
Tue Oct 19 20:38:47 2010 us=905000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=22 DATA len=100
Tue Oct 19 20:38:47 2010 us=905000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 22 ]
Tue Oct 19 20:38:48 2010 us=435000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=20 DATA len=100
Tue Oct 19 20:38:48 2010 us=435000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=23 DATA len=100
Tue Oct 19 20:38:48 2010 us=435000 TCPv4_CLIENT READ [56] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=24 DATA len=42
Tue Oct 19 20:38:48 2010 us=763000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 20 ]
Tue Oct 19 20:38:48 2010 us=763000 TCPv4_CLIENT WRITE [130] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ 23 24 ] pid=2 DATA len=100
Tue Oct 19 20:38:48 2010 us=763000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=3 DATA len=100
Tue Oct 19 20:38:48 2010 us=763000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=4 DATA len=100
Tue Oct 19 20:38:48 2010 us=763000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=5 DATA len=100
Tue Oct 19 20:38:49 2010 us=605000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=23 DATA len=100
Tue Oct 19 20:38:49 2010 us=605000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 23 ]
Tue Oct 19 20:38:50 2010 us=120000 TCPv4_CLIENT READ [56] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=24 DATA len=42
Tue Oct 19 20:38:50 2010 us=120000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 2 ]
Tue Oct 19 20:38:50 2010 us=120000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 3 ]
Tue Oct 19 20:38:50 2010 us=120000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 4 ]
Tue Oct 19 20:38:50 2010 us=120000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 5 ]
Tue Oct 19 20:38:50 2010 us=120000 TCPv4_CLIENT WRITE [126] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ 24 ] pid=6 DATA len=100
Tue Oct 19 20:38:50 2010 us=120000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=6 DATA len=100
Tue Oct 19 20:38:50 2010 us=120000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=7 DATA len=100
Tue Oct 19 20:38:50 2010 us=120000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=8 DATA len=100
Tue Oct 19 20:38:50 2010 us=120000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=9 DATA len=100
Tue Oct 19 20:38:50 2010 us=650000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 6 ]
Tue Oct 19 20:38:50 2010 us=650000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=10 DATA len=100
Tue Oct 19 20:38:51 2010 us=181000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 6 ]
Tue Oct 19 20:38:51 2010 us=711000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 7 ]
Tue Oct 19 20:38:51 2010 us=711000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 8 ]
Tue Oct 19 20:38:51 2010 us=711000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 9 ]
Tue Oct 19 20:38:51 2010 us=711000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=11 DATA len=100
Tue Oct 19 20:38:51 2010 us=711000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=12 DATA len=100
Tue Oct 19 20:38:51 2010 us=711000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=13 DATA len=100
Tue Oct 19 20:38:52 2010 us=241000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 10 ]
Tue Oct 19 20:38:52 2010 us=241000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=14 DATA len=100
Tue Oct 19 20:38:52 2010 us=772000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 11 ]
Tue Oct 19 20:38:52 2010 us=772000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=15 DATA len=100
Tue Oct 19 20:38:53 2010 us=271000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 12 ]
Tue Oct 19 20:38:53 2010 us=271000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 13 ]
Tue Oct 19 20:38:53 2010 us=271000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=17 DATA len=100
Tue Oct 19 20:38:53 2010 us=271000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=16 DATA len=100
Tue Oct 19 20:38:53 2010 us=271000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=17 DATA len=100
Tue Oct 19 20:38:53 2010 us=801000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 14 ]
Tue Oct 19 20:38:53 2010 us=801000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=18 DATA len=100
Tue Oct 19 20:38:54 2010 us=332000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 15 ]
Tue Oct 19 20:38:54 2010 us=332000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=19 DATA len=100
Tue Oct 19 20:38:54 2010 us=862000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 17 ]
Tue Oct 19 20:38:54 2010 us=862000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 16 ]
Tue Oct 19 20:38:54 2010 us=862000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 17 ]
Tue Oct 19 20:38:54 2010 us=862000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=20 DATA len=100
Tue Oct 19 20:38:54 2010 us=862000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=21 DATA len=100
Tue Oct 19 20:38:55 2010 us=377000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 18 ]
Tue Oct 19 20:38:55 2010 us=377000 TCPv4_CLIENT WRITE [76] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=22 DATA len=62
Tue Oct 19 20:38:55 2010 us=908000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 19 ]
Tue Oct 19 20:38:56 2010 us=438000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 20 ]
Tue Oct 19 20:38:56 2010 us=438000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 21 ]
Tue Oct 19 20:38:56 2010 us=438000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=21 DATA len=100
Tue Oct 19 20:38:57 2010 us=15000 TCPv4_CLIENT READ [85] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ 22 ] pid=25 DATA len=59
Tue Oct 19 20:38:57 2010 us=31000 TCPv4_CLIENT WRITE [126] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ 25 ] pid=23 DATA len=100
Tue Oct 19 20:38:57 2010 us=31000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=24 DATA len=100
Tue Oct 19 20:38:57 2010 us=31000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=25 DATA len=100
Tue Oct 19 20:38:57 2010 us=31000 TCPv4_CLIENT WRITE [28] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=26 DATA len=14
Tue Oct 19 20:38:57 2010 us=561000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 21 ]
Tue Oct 19 20:38:58 2010 us=107000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 23 ]
Tue Oct 19 20:38:58 2010 us=856000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 24 ]
Tue Oct 19 20:38:58 2010 us=856000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 25 ]
Tue Oct 19 20:38:58 2010 us=856000 TCPv4_CLIENT READ [126] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ 26 ] pid=26 DATA len=100
Tue Oct 19 20:38:58 2010 us=856000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=27 DATA len=100
Tue Oct 19 20:38:58 2010 us=856000 TCPv4_CLIENT READ [80] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=28 DATA len=66
Tue Oct 19 20:38:58 2010 us=856000 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Tue Oct 19 20:38:58 2010 us=856000 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Oct 19 20:38:58 2010 us=856000 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Tue Oct 19 20:38:58 2010 us=856000 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Oct 19 20:38:58 2010 us=856000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 26 ]
Tue Oct 19 20:38:58 2010 us=856000 TCPv4_CLIENT WRITE [26] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 27 28 ]
Tue Oct 19 20:38:58 2010 us=856000 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Tue Oct 19 20:38:58 2010 us=856000 [server] Peer Connection Initiated with 189.237.118.82:1194
Tue Oct 19 20:39:00 2010 us=73000 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Tue Oct 19 20:39:00 2010 us=73000 TCPv4_CLIENT WRITE [104] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=27 DATA len=90
Tue Oct 19 20:39:00 2010 us=666000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 27 ]
Tue Oct 19 20:39:01 2010 us=383000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=29 DATA len=100
Tue Oct 19 20:39:01 2010 us=383000 TCPv4_CLIENT READ [84] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=30 DATA len=70
Tue Oct 19 20:39:01 2010 us=383000 PUSH: Received control message: 'PUSH_REPLY,route 172.16.0.0 255.255.0.0,ping 10,ping-restart 120,ifconfig 172.16.0.110 172.16.0.109'
Tue Oct 19 20:39:01 2010 us=633000 OPTIONS IMPORT: timers and/or timeouts modified
Tue Oct 19 20:39:01 2010 us=633000 OPTIONS IMPORT: --ifconfig/up options modified
Tue Oct 19 20:39:01 2010 us=633000 OPTIONS IMPORT: route options modified
Tue Oct 19 20:39:01 2010 us=633000 ROUTE default_gateway=172.29.71.1
Tue Oct 19 20:39:01 2010 us=648000 TAP-WIN32 device [Conexión de área local 2] opened: \\.\Global\{231262AF-C548-40CB-A4A8-2A53436FB0B7}.tap
Tue Oct 19 20:39:01 2010 us=648000 TAP-Win32 Driver Version 9.6
Tue Oct 19 20:39:01 2010 us=648000 TAP-Win32 MTU=1500
Tue Oct 19 20:39:01 2010 us=648000 Notified TAP-Win32 driver to set a DHCP IP/netmask of 172.16.0.110/255.255.255.252 on interface {231262AF-C548-40CB-A4A8-2A53436FB0B7} [DHCP-serv: 172.16.0.109, lease-time: 31536000]
Tue Oct 19 20:39:01 2010 us=648000 Successful ARP Flush on interface [24] {231262AF-C548-40CB-A4A8-2A53436FB0B7}
Tue Oct 19 20:39:01 2010 us=664000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 29 ]
Tue Oct 19 20:39:01 2010 us=664000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 30 ]
Tue Oct 19 20:39:06 2010 us=531000 TEST ROUTES: 1/1 succeeded len=1 ret=1 a=0 u/d=up
Tue Oct 19 20:39:06 2010 us=531000 C:\WINDOWS\system32\route.exe ADD 172.16.0.0 MASK 255.255.0.0 172.16.0.109
Tue Oct 19 20:39:06 2010 us=547000 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Tue Oct 19 20:39:06 2010 us=547000 Route addition via IPAPI succeeded [adaptive]
Tue Oct 19 20:39:06 2010 us=547000 Initialization Sequence Completed
Tue Oct 19 20:39:06 2010 us=750000 Connection reset, restarting [-1]
Tue Oct 19 20:39:06 2010 us=750000 TCP/UDP: Closing socket
Tue Oct 19 20:39:06 2010 us=750000 SIGUSR1[soft,connection-reset] received, process restarting
Tue Oct 19 20:39:06 2010 us=750000 Restart pause, 5 second(s)
Tue Oct 19 20:39:11 2010 us=757000 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Tue Oct 19 20:39:11 2010 us=757000 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Tue Oct 19 20:39:11 2010 us=757000 Re-using SSL/TLS context
Tue Oct 19 20:39:11 2010 us=757000 LZO compression initialized
Tue Oct 19 20:39:11 2010 us=757000 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Tue Oct 19 20:39:12 2010 us=303000 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Tue Oct 19 20:39:12 2010 us=303000 Local Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto TCPv4_CLIENT,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
Tue Oct 19 20:39:12 2010 us=303000 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto TCPv4_SERVER,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
Tue Oct 19 20:39:12 2010 us=303000 Local Options hash (VER=V4): '69109d17'
Tue Oct 19 20:39:12 2010 us=303000 Expected Remote Options hash (VER=V4): 'c0103fa8'
Tue Oct 19 20:39:12 2010 us=303000 Attempting to establish TCP connection with 189.237.118.82:1194
Tue Oct 19 20:39:12 2010 us=834000 TCP connection established with 189.237.118.82:1194
Tue Oct 19 20:39:12 2010 us=834000 Socket Buffers: R=[8192->8192] S=[8192->8192]
Tue Oct 19 20:39:12 2010 us=834000 TCPv4_CLIENT link local: [undef]
Tue Oct 19 20:39:12 2010 us=834000 TCPv4_CLIENT link remote: 189.237.118.82:1194
Tue Oct 19 20:39:12 2010 us=834000 TCPv4_CLIENT WRITE [14] to 189.237.118.82:1194: P_CONTROL_HARD_RESET_CLIENT_V2 kid=0 [ ] pid=0 DATA len=0
Tue Oct 19 20:39:13 2010 us=364000 TCPv4_CLIENT READ [14] from 189.237.118.82:1194: P_CONTROL_HARD_RESET_SERVER_V2 kid=0 [ ] pid=0 DATA len=0
Tue Oct 19 20:39:13 2010 us=364000 TLS: Initial packet from 189.237.118.82:1194, sid=75c85ebe bc73cdf4
Tue Oct 19 20:39:13 2010 us=364000 TCPv4_CLIENT WRITE [26] to 189.237.118.82:1194: P_CONTROL_HARD_RESET_CLIENT_V2 kid=0 [ 0 ] pid=0 DATA len=0
Tue Oct 19 20:39:14 2010 us=4000 TCPv4_CLIENT READ [26] from 189.237.118.82:1194: P_CONTROL_HARD_RESET_SERVER_V2 kid=0 [ 0 ] pid=0 DATA len=0
Tue Oct 19 20:39:14 2010 us=4000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 0 ]
Tue Oct 19 20:39:14 2010 us=4000 TCPv4_CLIENT WRITE [106] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=1 DATA len=92
Tue Oct 19 20:39:14 2010 us=534000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 0 ]
Tue Oct 19 20:39:15 2010 us=111000 TCPv4_CLIENT READ [126] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ 1 ] pid=1 DATA len=100
Tue Oct 19 20:39:15 2010 us=111000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 1 ]
Tue Oct 19 20:39:15 2010 us=642000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=2 DATA len=100
Tue Oct 19 20:39:15 2010 us=642000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=3 DATA len=100
Tue Oct 19 20:39:15 2010 us=642000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=4 DATA len=100
Tue Oct 19 20:39:15 2010 us=642000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 2 ]
Tue Oct 19 20:39:15 2010 us=642000 TCPv4_CLIENT WRITE [26] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 3 4 ]
Tue Oct 19 20:39:16 2010 us=156000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=5 DATA len=100
Tue Oct 19 20:39:16 2010 us=156000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 5 ]
Tue Oct 19 20:39:16 2010 us=687000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=6 DATA len=100
Tue Oct 19 20:39:16 2010 us=687000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 6 ]
Tue Oct 19 20:39:17 2010 us=217000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=7 DATA len=100
Tue Oct 19 20:39:17 2010 us=217000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=8 DATA len=100
Tue Oct 19 20:39:17 2010 us=217000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 7 ]
Tue Oct 19 20:39:17 2010 us=217000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 8 ]
Tue Oct 19 20:39:17 2010 us=748000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=9 DATA len=100
Tue Oct 19 20:39:17 2010 us=748000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 9 ]
Tue Oct 19 20:39:18 2010 us=278000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=10 DATA len=100
Tue Oct 19 20:39:18 2010 us=278000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 10 ]
Tue Oct 19 20:39:18 2010 us=793000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=11 DATA len=100
Tue Oct 19 20:39:18 2010 us=793000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=12 DATA len=100
Tue Oct 19 20:39:18 2010 us=793000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 11 ]
Tue Oct 19 20:39:18 2010 us=793000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 12 ]
Tue Oct 19 20:39:19 2010 us=308000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=13 DATA len=100
Tue Oct 19 20:39:19 2010 us=308000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 13 ]
Tue Oct 19 20:39:19 2010 us=807000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=14 DATA len=100
Tue Oct 19 20:39:19 2010 us=807000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 14 ]
Tue Oct 19 20:39:20 2010 us=337000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=12 DATA len=100
Tue Oct 19 20:39:20 2010 us=337000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=15 DATA len=100
Tue Oct 19 20:39:20 2010 us=337000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=16 DATA len=100
Tue Oct 19 20:39:20 2010 us=337000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 12 ]
Tue Oct 19 20:39:20 2010 us=337000 TCPv4_CLIENT WRITE [26] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 15 16 ]
Tue Oct 19 20:39:20 2010 us=836000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=17 DATA len=100
Tue Oct 19 20:39:20 2010 us=836000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 17 ]
Tue Oct 19 20:39:21 2010 us=367000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=18 DATA len=100
Tue Oct 19 20:39:21 2010 us=367000 VERIFY OK: depth=1, /C=MX/ST=TAM/L=CdVictoria/O=GCC/CN=server/emailAddress=gcc_computo@hotmail.com
Tue Oct 19 20:39:21 2010 us=367000 VERIFY OK: depth=0, /C=MX/ST=TAM/O=GCC/CN=server/emailAddress=gcc_computo@hotmail.com
Tue Oct 19 20:39:21 2010 us=367000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 18 ]
Tue Oct 19 20:39:21 2010 us=913000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=19 DATA len=100
Tue Oct 19 20:39:21 2010 us=913000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=20 DATA len=100
Tue Oct 19 20:39:21 2010 us=913000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 19 ]
Tue Oct 19 20:39:21 2010 us=913000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 20 ]
Tue Oct 19 20:39:22 2010 us=443000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=21 DATA len=100
Tue Oct 19 20:39:22 2010 us=443000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 21 ]
Tue Oct 19 20:39:22 2010 us=974000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=22 DATA len=100
Tue Oct 19 20:39:22 2010 us=974000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 22 ]
Tue Oct 19 20:39:23 2010 us=504000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=20 DATA len=100
Tue Oct 19 20:39:23 2010 us=504000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=23 DATA len=100
Tue Oct 19 20:39:23 2010 us=504000 TCPv4_CLIENT READ [56] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=24 DATA len=42
Tue Oct 19 20:39:23 2010 us=566000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 20 ]
Tue Oct 19 20:39:23 2010 us=566000 TCPv4_CLIENT WRITE [130] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ 23 24 ] pid=2 DATA len=100
Tue Oct 19 20:39:23 2010 us=566000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=3 DATA len=100
Tue Oct 19 20:39:23 2010 us=566000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=4 DATA len=100
Tue Oct 19 20:39:23 2010 us=566000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=5 DATA len=100
Tue Oct 19 20:39:24 2010 us=721000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=23 DATA len=100
Tue Oct 19 20:39:24 2010 us=721000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 23 ]
Tue Oct 19 20:39:25 2010 us=236000 TCPv4_CLIENT READ [56] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=24 DATA len=42
Tue Oct 19 20:39:25 2010 us=236000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 2 ]
Tue Oct 19 20:39:25 2010 us=236000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 3 ]
Tue Oct 19 20:39:25 2010 us=236000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 4 ]
Tue Oct 19 20:39:25 2010 us=236000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 5 ]
Tue Oct 19 20:39:25 2010 us=236000 TCPv4_CLIENT WRITE [126] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ 24 ] pid=6 DATA len=100
Tue Oct 19 20:39:25 2010 us=236000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=6 DATA len=100
Tue Oct 19 20:39:25 2010 us=236000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=7 DATA len=100
Tue Oct 19 20:39:25 2010 us=236000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=8 DATA len=100
Tue Oct 19 20:39:25 2010 us=236000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=9 DATA len=100
Tue Oct 19 20:39:25 2010 us=766000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 6 ]
Tue Oct 19 20:39:25 2010 us=766000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=10 DATA len=100
Tue Oct 19 20:39:26 2010 us=296000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 6 ]
Tue Oct 19 20:39:26 2010 us=827000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 7 ]
Tue Oct 19 20:39:26 2010 us=827000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 8 ]
Tue Oct 19 20:39:26 2010 us=827000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 9 ]
Tue Oct 19 20:39:26 2010 us=827000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=11 DATA len=100
Tue Oct 19 20:39:26 2010 us=827000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=12 DATA len=100
Tue Oct 19 20:39:26 2010 us=827000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=13 DATA len=100
Tue Oct 19 20:39:27 2010 us=357000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 10 ]
Tue Oct 19 20:39:27 2010 us=357000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=14 DATA len=100
Tue Oct 19 20:39:27 2010 us=872000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 11 ]
Tue Oct 19 20:39:27 2010 us=872000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=15 DATA len=100
Tue Oct 19 20:39:28 2010 us=403000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 12 ]
Tue Oct 19 20:39:28 2010 us=403000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 13 ]
Tue Oct 19 20:39:28 2010 us=403000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=17 DATA len=100
Tue Oct 19 20:39:28 2010 us=403000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=16 DATA len=100
Tue Oct 19 20:39:28 2010 us=403000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=17 DATA len=100
Tue Oct 19 20:39:28 2010 us=933000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 14 ]
Tue Oct 19 20:39:28 2010 us=933000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=18 DATA len=100
Tue Oct 19 20:39:29 2010 us=463000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 15 ]
Tue Oct 19 20:39:29 2010 us=463000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=19 DATA len=100
Tue Oct 19 20:39:29 2010 us=994000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 17 ]
Tue Oct 19 20:39:29 2010 us=994000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 16 ]
Tue Oct 19 20:39:29 2010 us=994000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 17 ]
Tue Oct 19 20:39:29 2010 us=994000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=20 DATA len=100
Tue Oct 19 20:39:29 2010 us=994000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=21 DATA len=100
Tue Oct 19 20:39:30 2010 us=493000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 18 ]
Tue Oct 19 20:39:30 2010 us=493000 TCPv4_CLIENT WRITE [76] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=22 DATA len=62
Tue Oct 19 20:39:31 2010 us=23000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 19 ]
Tue Oct 19 20:39:31 2010 us=23000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=20 DATA len=100
Tue Oct 19 20:39:31 2010 us=23000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=21 DATA len=100
Tue Oct 19 20:39:31 2010 us=554000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 20 ]
Tue Oct 19 20:39:31 2010 us=554000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 21 ]
Tue Oct 19 20:39:32 2010 us=84000 TCPv4_CLIENT READ [85] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ 22 ] pid=25 DATA len=59
Tue Oct 19 20:39:32 2010 us=84000 TCPv4_CLIENT WRITE [126] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ 25 ] pid=23 DATA len=100
Tue Oct 19 20:39:32 2010 us=84000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=24 DATA len=100
Tue Oct 19 20:39:32 2010 us=84000 TCPv4_CLIENT WRITE [114] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=25 DATA len=100
Tue Oct 19 20:39:32 2010 us=84000 TCPv4_CLIENT WRITE [28] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=26 DATA len=14
Tue Oct 19 20:39:32 2010 us=615000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 20 ]
Tue Oct 19 20:39:32 2010 us=615000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 21 ]
Tue Oct 19 20:39:33 2010 us=129000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 23 ]
Tue Oct 19 20:39:33 2010 us=847000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 24 ]
Tue Oct 19 20:39:33 2010 us=847000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 25 ]
Tue Oct 19 20:39:33 2010 us=847000 TCPv4_CLIENT READ [126] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ 26 ] pid=26 DATA len=100
Tue Oct 19 20:39:33 2010 us=847000 TCPv4_CLIENT READ [114] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=27 DATA len=100
Tue Oct 19 20:39:33 2010 us=847000 TCPv4_CLIENT READ [80] from 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=28 DATA len=66
Tue Oct 19 20:39:33 2010 us=847000 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Tue Oct 19 20:39:33 2010 us=847000 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Oct 19 20:39:33 2010 us=847000 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Tue Oct 19 20:39:33 2010 us=847000 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Tue Oct 19 20:39:33 2010 us=847000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 26 ]
Tue Oct 19 20:39:33 2010 us=847000 TCPv4_CLIENT WRITE [26] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 27 28 ]
Tue Oct 19 20:39:33 2010 us=847000 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Tue Oct 19 20:39:33 2010 us=847000 [server] Peer Connection Initiated with 189.237.118.82:1194
Tue Oct 19 20:39:34 2010 us=596000 Connection reset, restarting [-1]
Tue Oct 19 20:39:34 2010 us=596000 TCP/UDP: Closing socket
Tue Oct 19 20:39:34 2010 us=596000 SIGUSR1[soft,connection-reset] received, process restarting
Tue Oct 19 20:39:34 2010 us=596000 Restart pause, 5 second(s)
Tue Oct 19 20:39:39 2010 us=603000 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Tue Oct 19 20:39:39 2010 us=603000 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Tue Oct 19 20:39:39 2010 us=603000 Re-using SSL/TLS context
Tue Oct 19 20:39:39 2010 us=603000 LZO compression initialized
Tue Oct 19 20:39:39 2010 us=603000 Control Channel MTU parms [ L:1544 D:140 EF:40 EB:0 ET:0 EL:0 ]
Tue Oct 19 20:39:40 2010 us=165000 Data Channel MTU parms [ L:1544 D:1450 EF:44 EB:135 ET:0 EL:0 AF:3/1 ]
Tue Oct 19 20:39:40 2010 us=165000 Local Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto TCPv4_CLIENT,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
Tue Oct 19 20:39:40 2010 us=165000 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1544,tun-mtu 1500,proto TCPv4_SERVER,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
Tue Oct 19 20:39:40 2010 us=165000 Local Options hash (VER=V4): '69109d17'
Tue Oct 19 20:39:40 2010 us=165000 Expected Remote Options hash (VER=V4): 'c0103fa8'
Tue Oct 19 20:39:40 2010 us=165000 Attempting to establish TCP connection with 189.237.118.82:1194
Tue Oct 19 20:39:40 2010 us=664000 TCP connection established with 189.237.118.82:1194
Tue Oct 19 20:39:40 2010 us=664000 Socket Buffers: R=[8192->8192] S=[8192->8192]
Tue Oct 19 20:39:40 2010 us=664000 TCPv4_CLIENT link local: [undef]
Tue Oct 19 20:39:40 2010 us=664000 TCPv4_CLIENT link remote: 189.237.118.82:1194
Tue Oct 19 20:39:40 2010 us=664000 TCPv4_CLIENT WRITE [14] to 189.237.118.82:1194: P_CONTROL_HARD_RESET_CLIENT_V2 kid=0 [ ] pid=0 DATA len=0
Tue Oct 19 20:39:41 2010 us=195000 TCPv4_CLIENT READ [14] from 189.237.118.82:1194: P_CONTROL_HARD_RESET_SERVER_V2 kid=0 [ ] pid=0 DATA len=0
Tue Oct 19 20:39:41 2010 us=195000 TLS: Initial packet from 189.237.118.82:1194, sid=5df3c4a7 d78a3efe
Tue Oct 19 20:39:41 2010 us=195000 TCPv4_CLIENT WRITE [26] to 189.237.118.82:1194: P_CONTROL_HARD_RESET_CLIENT_V2 kid=0 [ 0 ] pid=0 DATA len=0
Tue Oct 19 20:39:41 2010 us=881000 TCPv4_CLIENT READ [26] from 189.237.118.82:1194: P_CONTROL_HARD_RESET_SERVER_V2 kid=0 [ 0 ] pid=0 DATA len=0
Tue Oct 19 20:39:41 2010 us=881000 TCPv4_CLIENT WRITE [22] to 189.237.118.82:1194: P_ACK_V1 kid=0 [ 0 ]
Tue Oct 19 20:39:41 2010 us=881000 TCPv4_CLIENT WRITE [106] to 189.237.118.82:1194: P_CONTROL_V1 kid=0 [ ] pid=1 DATA len=92
Tue Oct 19 20:39:42 2010 us=427000 TCPv4_CLIENT READ [22] from 189.237.118.82:1194: P_ACK_V1 kid=0 [ 0 ]
Tue Oct 19 20:39:42 2010 us=926000 TCP/UDP: Closing socket
Tue Oct 19 20:39:42 2010 us=926000 C:\WINDOWS\system32\route.exe DELETE 172.16.0.0 MASK 255.255.0.0 172.16.0.109
Tue Oct 19 20:39:42 2010 us=942000 Route deletion via IPAPI succeeded [adaptive]
Tue Oct 19 20:39:42 2010 us=942000 Closing TUN/TAP interface
Tue Oct 19 20:39:42 2010 us=942000 SIGTERM[hard,] received, process exiting


Tomorrow I will post the server log file.
Thanks!

User avatar
krzee
Forum Team
Posts: 728
Joined: Fri Aug 29, 2008 5:42 pm

Re: [server] Inactivity timeout (--ping-restart), restarting

Post by krzee » Wed Oct 20, 2010 8:04 am

sweet, waiting for server log :D

gcc_computo
OpenVpn Newbie
Posts: 8
Joined: Tue Oct 19, 2010 10:56 am

Re: [server] Inactivity timeout (--ping-restart), restarting

Post by gcc_computo » Sun Oct 24, 2010 5:50 am

The server log is toooo longgggg!!! for that reason i´m posting it on a web server, is a plain HTML file with a smaller font, also im plasing the original log file for having another option.

I don`t know where to start... I tried to understand this file but sadly I don`t know that much.

HTML File:
http://www.casasintel.com/openvpn/serverlog.htm

LOG File
http://www.casasintel.com/openvpn/server.log


Thaks for the help.

User avatar
krzee
Forum Team
Posts: 728
Joined: Fri Aug 29, 2008 5:42 pm

Re: [server] Inactivity timeout (--ping-restart), restarting

Post by krzee » Wed Oct 27, 2010 8:59 pm

your problem is exactly what i said his might be
you need to create certificates for each client, with their common-name unique for each

you keep getting this

Code: Select all

Sat Oct 23 14:20:07 2010 us=719967 MULTI: new connection by client 'tienda2' will cause previous active sessions by this client to be dropped.
your clients are fighting each other for the right to be tienda2
there is a command to let the same cert connect multiple times... but it was only intended for testing purposes, or when using username auth in addition to certs. making certs for each client will fix your problem

gcc_computo
OpenVpn Newbie
Posts: 8
Joined: Tue Oct 19, 2010 10:56 am

Re: [server] Inactivity timeout (--ping-restart), restarting

Post by gcc_computo » Sun Nov 14, 2010 5:06 pm

Thank you krzee!

The problem was exacly what you said.
Sorry for the big delay in posting the answear, but here is what I did for everybody to know how to solve this!!

Just went to the server and get to the easy-rsa folder
Then execute the vars.bat file
Then execute the build-key client1 were client1 is the name you want to name this new user.
Then hit enter on most of the questions to generate the key files.
Then copy the necesary files to the client PC, change the config file and run openvpn

Hope this helps someone in the future.
Thanks again Krzee!!!

Post Reply