--Hello,
I have an openvpn server configuration that works with other operating systems (I can connect to the server using the ios clients.) When I connect using tunnelblick, I can connect but cannot reach anything even by ip.
config file:
# Automatically generated OpenVPN client config file
# Generated on Wed Apr 17 20:06:58 2013 by localhost.localdom
# Note: this config file contains inline private keys
# and therefore should be kept confidential!
# Note: this configuration is user-locked to the username below
# OVPN_ACCESS_SERVER_USERNAME=
# Define the profile name of this particular configuration file
# OVPN_ACCESS_SERVER_PROFILE= @
# OVPN_ACCESS_SERVER_WSHOST= :443
# OVPN_ACCESS_SERVER_WEB_CA_BUNDLE_START
# -----BEGIN CERTIFICATE-----# -----END CERTIFICATE-----
# OVPN_ACCESS_SERVER_WEB_CA_BUNDLE_STOP
# OVPN_ACCESS_SERVER_IS_OPENVPN_WEB_CA=1
# OVPN_ACCESS_SERVER_ORGANIZATION=OpenVPN Technologies, Inc.
client
setenv SERVER_POLL_TIMEOUT 4
nobind
remote mysite.com 1194 udp
remote mysite.com 443 tcp
dev tun
dev-type tun
ns-cert-type server
reneg-sec 604800
sndbuf 100000
rcvbuf 100000
auth-user-pass
auth-retry interact
# NOTE: LZO commands are pushed by the Access Server at connect time.
# NOTE: The below line doesn't disable LZO.
comp-lzo no
verb 3
<ca>
-----BEGIN CERTIFICATE----------END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
</key>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key (Server Agent)
#
-----BEGIN OpenVPN Static key V1----------END OpenVPN Static key V1-----
</tls-auth>
# -----BEGIN RSA SIGNATURE-----# -----END RSA SIGNATURE-----
OO
log file:
*Tunnelblick: OS X 10.8.3; Tunnelblick 3.3beta44 (build 3276); Admin user
Configuration file for /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk:
# Automatically generated OpenVPN client config file
# Generated on Wed Apr 17 20:06:58 2013 by localhost.localdom
# Note: this config file contains inline private keys
# and therefore should be kept confidential!
# Note: this configuration is user-locked to the username below
# OVPN_ACCESS_SERVER_USERNAME=
# Define the profile name of this particular configuration file
# OVPN_ACCESS_SERVER_PROFILE= @
# OVPN_ACCESS_SERVER_WSHOST= :443
# OVPN_ACCESS_SERVER_WEB_CA_BUNDLE_START
# -----BEGIN CERTIFICATE-----
# MIICETCCAXqgAwIBAgIEUWjPsTANBgkqhkiG9w0BAQUFADBEMUIwQAYDVQQDEzlP
# cGVuVlBOIFdlYiBDQSAyMDEzLjA0LjEzIDAzOjIzOjI5IFVUQyBsb2NhbGhvc3Qu
# bG9jYWxkb20wHhcNMTMwNDA2MDMyMzI5WhcNMjMwNDExMDMyMzI5WjBEMUIwQAYD
# VQQDEzlPcGVuVlBOIFdlYiBDQSAyMDEzLjA0LjEzIDAzOjIzOjI5IFVUQyBsb2Nh
# bGhvc3QubG9jYWxkb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAL3Omcmf
# Qf9BUvLJNbIRHwHydhafbodG2hOcaIqfZA6uX/pVKI5vlzSWSB/khPhDh+FYsJWJ
# spUZiqwa1y3PZe4eAQMvOnziPpdWzHdX8C6CxUNHy/jNrHJtA+9F3ZdKyidnmixK
# E4zQ2i1RPqmdfFwJE+xj8xbyB1NO32sLkcZ9AgMBAAGjEDAOMAwGA1UdEwQFMAMB
# Af8wDQYJKoZIhvcNAQEFBQADgYEAKVGnTpFs+It2m8hpYekWbf/H+LGs4VjRQF9O
# DVC1bu3XAFRO0KKkMAamKZy2kojTNkev2RezlHg0PnBqmxTvDg33iuL4hLKtp5hV
# UpRCCg0SB+jkJhOgD3BuxJOxpx1cK+Q0XGm4C1wtciEb+rCToKhapIUQqzFC0RbF
# bMRt2F8=
# -----END CERTIFICATE-----
# OVPN_ACCESS_SERVER_WEB_CA_BUNDLE_STOP
# OVPN_ACCESS_SERVER_IS_OPENVPN_WEB_CA=1
# OVPN_ACCESS_SERVER_ORGANIZATION=OpenVPN Technologies, Inc.
client
setenv SERVER_POLL_TIMEOUT 4
nobind
remote 1194 udp
remote 443 tcp
dev tun
dev-type tun
ns-cert-type server
reneg-sec 604800
sndbuf 100000
rcvbuf 100000
auth-user-pass
auth-retry interact
# NOTE: LZO commands are pushed by the Access Server at connect time.
# NOTE: The below line doesn't disable LZO.
comp-lzo no
verb 3
<ca>
[Security-related line(s) omitted]
</ca>
<cert>
[Security-related line(s) omitted]
</cert>
<key>
[Security-related line(s) omitted]
</key>
key-direction 1
<tls-auth>
[Security-related line(s) omitted]
</tls-auth>
# -----BEGIN RSA SIGNATURE-----
# bLY50Fm5sQUcnvBEbvajJiRAHQsjgGiuix5OZbUwLFlCJBtV89
# zkX6YuguagtSVIWvbXexrbom9qCyvNE7CT7QIyzc4cKmTz9z71
# RVgcUhf3B74NjPbw2BcYy1LvXz4chwJaO1eXt1hbD4fXKsdUjA
# DiwHm+hlB8E2Paa3hnNWE=
# -----END RSA SIGNATURE-----
================================================================================
Tunnelblick Log:
2013-04-17 20:36:56 OpenVPN 2.2.1 i386-apple-darwin10.8.0 [SSL] [LZO2] [PKCS11] [eurephia] built on Apr 8 2013
2013-04-17 20:36:56 MANAGEMENT: TCP Socket listening on 127.0.0.1:1337
2013-04-17 20:36:56 Need hold release from management interface, waiting...
2013-04-17 20:36:56 MANAGEMENT: Client connected from 127.0.0.1:1337
2013-04-17 20:36:56 MANAGEMENT: CMD 'pid'
2013-04-17 20:36:56 MANAGEMENT: CMD 'state on'
2013-04-17 20:36:56 MANAGEMENT: CMD 'state'
2013-04-17 20:36:56 MANAGEMENT: CMD 'bytecount 1'
2013-04-17 20:36:56 MANAGEMENT: CMD 'hold release'
2013-04-17 20:36:56 *Tunnelblick: openvpnstart starting OpenVPN:
* /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.2.1/openvpn --cd /Library/Application Support/Tunnelblick/Users/ /Home.tblk/Contents/Resources --daemon --management 127.0.0.1 1337 --config /Library/Application Support/Tunnelblick/Users/ /Home.tblk/Contents/Resources/config.ovpn --log /Library/Application Support/Tunnelblick/Logs/-SUsers-S -SLibrary-SApplication Support-STunnelblick-SConfigurations-SHome.tblk-SContents-SResources-Sconfig.ovpn.0_0_1_1_817.1337.openvpn.log --management-query-passwords --management-hold --redirect-gateway def1 --script-security 2
2013-04-17 20:36:56 *Tunnelblick: Established communication with OpenVPN
2013-04-17 20:37:03 MANAGEMENT: CMD 'username "Auth" " "'
2013-04-17 20:37:03 MANAGEMENT: CMD 'password [...]'
2013-04-17 20:37:03 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2013-04-17 20:37:03 Control Channel Authentication: tls-auth using INLINE static key file
2013-04-17 20:37:03 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
2013-04-17 20:37:03 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
2013-04-17 20:37:03 LZO compression initialized
2013-04-17 20:37:03 Control Channel MTU parms [ L:1542 D:166 EF:66 EB:0 ET:0 EL:0 ]
2013-04-17 20:37:03 Socket Buffers: R=[196724->100000] S=[9216->100000]
2013-04-17 20:37:03 MANAGEMENT: >STATE:1366249023,RESOLVE,,,
2013-04-17 20:37:03 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
2013-04-17 20:37:03 Local Options hash (VER=V4): '504e774e'
2013-04-17 20:37:03 Expected Remote Options hash (VER=V4): '14168603'
2013-04-17 20:37:03 UDPv4 link local: [undef]
2013-04-17 20:37:03 UDPv4 link remote: 173.25.249.241:1194
2013-04-17 20:37:03 MANAGEMENT: >STATE:1366249023,WAIT,,,
2013-04-17 20:37:04 MANAGEMENT: >STATE:1366249024,AUTH,,,
2013-04-17 20:37:04 TLS: Initial packet from 173.25.249.241:1194, sid=0fe8c9ff 6fc5806a
2013-04-17 20:37:04 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
2013-04-17 20:37:05 VERIFY OK: depth=1, /CN=OpenVPN_CA
2013-04-17 20:37:05 VERIFY OK: nsCertType=SERVER
2013-04-17 20:37:05 VERIFY OK: depth=0, /CN=OpenVPN_Server
2013-04-17 20:37:08 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
2013-04-17 20:37:08 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
2013-04-17 20:37:08 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
2013-04-17 20:37:08 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
2013-04-17 20:37:08 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
2013-04-17 20:37:08 [OpenVPN_Server] Peer Connection Initiated with 173.25.249.241:1194
2013-04-17 20:37:09 MANAGEMENT: >STATE:1366249029,GET_CONFIG,,,
2013-04-17 20:37:10 SENT CONTROL [OpenVPN_Server]: 'PUSH_REQUEST' (status=1)
2013-04-17 20:37:11 PUSH: Received control message: 'PUSH_REPLY,explicit-exit-notify,topology subnet,route-delay 5 30,dhcp-pre-release,dhcp-renew,dhcp-release,route-metric 101,ping 5,ping-restart 40,redirect-gateway def1,redirect-gateway bypass-dhcp,redirect-gateway autolocal,route-gateway 5.5.8.1,dhcp-option DNS 192.168.1.4,dhcp-option DNS 192.168.1.5,register-dns,comp-lzo yes,ifconfig 5.5.8.58 255.255.248.0'
2013-04-17 20:37:11 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:4: dhcp-pre-release (2.2.1)
2013-04-17 20:37:11 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:5: dhcp-renew (2.2.1)
2013-04-17 20:37:11 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:6: dhcp-release (2.2.1)
2013-04-17 20:37:11 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:16: register-dns (2.2.1)
2013-04-17 20:37:11 OPTIONS IMPORT: timers and/or timeouts modified
2013-04-17 20:37:11 OPTIONS IMPORT: explicit notify parm(s) modified
2013-04-17 20:37:11 OPTIONS IMPORT: LZO parms modified
2013-04-17 20:37:11 OPTIONS IMPORT: --ifconfig/up options modified
2013-04-17 20:37:11 OPTIONS IMPORT: route options modified
2013-04-17 20:37:11 OPTIONS IMPORT: route-related options modified
2013-04-17 20:37:11 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
2013-04-17 20:37:11 ROUTE default_gateway=0.0.0.0
2013-04-17 20:37:11 TUN/TAP device /dev/tun0 opened
2013-04-17 20:37:11 MANAGEMENT: >STATE:1366249031,ASSIGN_IP,,5.5.8.58,
2013-04-17 20:37:11 /sbin/ifconfig tun0 delete
ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address
2013-04-17 20:37:11 NOTE: Tried to delete pre-existing tun/tap instance -- No Problem if failure
2013-04-17 20:37:11 /sbin/ifconfig tun0 5.5.8.58 5.5.8.58 netmask 255.255.248.0 mtu 1500 up
2013-04-17 20:37:11 /sbin/route add -net 5.5.8.0 5.5.8.58 255.255.248.0
add net 5.5.8.0: gateway 5.5.8.58
2013-04-17 20:37:16 /sbin/route add -net 173.25.249.241 0.0.0.0 255.255.255.255
add net 173.25.249.241: gateway 0.0.0.0
2013-04-17 20:37:16 /sbin/route add -net 0.0.0.0 5.5.8.1 128.0.0.0
add net 0.0.0.0: gateway 5.5.8.1
2013-04-17 20:37:16 /sbin/route add -net 128.0.0.0 5.5.8.1 128.0.0.0
add net 128.0.0.0: gateway 5.5.8.1
2013-04-17 20:37:16 Initialization Sequence Completed
2013-04-17 20:37:16 MANAGEMENT: >STATE:1366249036,CONNECTED,SUCCESS,5.5.8.58,173.25.249.241
2013-04-17 20:37:16 write UDPv4: No route to host (code=65)
2013-04-17 20:37:19 write UDPv4: No route to host (code=65)
2013-04-17 20:37:24 write UDPv4: No route to host (code=65)
2013-04-17 20:37:29 write UDPv4: No route to host (code=65)
2013-04-17 20:37:32 write UDPv4: No route to host (code=65)
2013-04-17 20:37:37 write UDPv4: No route to host (code=65)
2013-04-17 20:37:39 write UDPv4: No route to host (code=65)
2013-04-17 20:37:44 write UDPv4: No route to host (code=65)
2013-04-17 20:37:46 write UDPv4: No route to host (code=65)
2013-04-17 20:37:46 write UDPv4: No route to host (code=65)
2013-04-17 20:37:46 write UDPv4: No route to host (code=65)
2013-04-17 20:37:46 write UDPv4: No route to host (code=65)
2013-04-17 20:37:46 write UDPv4: No route to host (code=65)
2013-04-17 20:37:46 write UDPv4: No route to host (code=65)
2013-04-17 20:37:47 write UDPv4: No route to host (code=65)
2013-04-17 20:37:47 write UDPv4: No route to host (code=65)
2013-04-17 20:37:47 write UDPv4: No route to host (code=65)
2013-04-17 20:37:47 write UDPv4: No route to host (code=65)
2013-04-17 20:37:47 write UDPv4: No route to host (code=65)
2013-04-17 20:37:47 write UDPv4: No route to host (code=65)
2013-04-17 20:37:47 write UDPv4: No route to host (code=65)
2013-04-17 20:37:47 write UDPv4: No route to host (code=65)
2013-04-17 20:37:47 write UDPv4: No route to host (code=65)
2013-04-17 20:37:47 write UDPv4: No route to host (code=65)
2013-04-17 20:37:47 write UDPv4: No route to host (code=65)
2013-04-17 20:37:47 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:48 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:49 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:50 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 *Tunnelblick: After 30.0 seconds, gave up trying to fetch IP address information using the ipInfo host's name after connecting.
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:51 write UDPv4: No route to host (code=65)
2013-04-17 20:37:52 write UDPv4: No route to host (code=65)
2013-04-17 20:37:52 write UDPv4: No route to host (code=65)
2013-04-17 20:37:52 write UDPv4: No route to host (code=65)
2013-04-17 20:37:52 write UDPv4: No route to host (code=65)
2013-04-17 20:37:52 write UDPv4: No route to host (code=65)
2013-04-17 20:37:52 write UDPv4: No route to host (code=65)
2013-04-17 20:37:52 write UDPv4: No route to host (code=65)
2013-04-17 20:37:52 write UDPv4: No route to host (code=65)
2013-04-17 20:37:52 write UDPv4: No route to host (code=65)
2013-04-17 20:37:52 write UDPv4: No route to host (code=65)
2013-04-17 20:37:53 write UDPv4: No route to host (code=65)
2013-04-17 20:37:53 write UDPv4: No route to host (code=65)
2013-04-17 20:37:53 write UDPv4: No route to host (code=65)
2013-04-17 20:37:53 write UDPv4: No route to host (code=65)
2013-04-17 20:37:53 write UDPv4: No route to host (code=65)
2013-04-17 20:37:54 write UDPv4: No route to host (code=65)
2013-04-17 20:37:54 write UDPv4: No route to host (code=65)
2013-04-17 20:37:54 write UDPv4: No route to host (code=65)
2013-04-17 20:37:54 write UDPv4: No route to host (code=65)
2013-04-17 20:37:54 write UDPv4: No route to host (code=65)
2013-04-17 20:37:54 write UDPv4: No route to host (code=65)
2013-04-17 20:37:54 write UDPv4: No route to host (code=65)
2013-04-17 20:37:54 write UDPv4: No route to host (code=65)
2013-04-17 20:37:54 write UDPv4: No route to host (code=65)
2013-04-17 20:37:54 write UDPv4: No route to host (code=65)
2013-04-17 20:37:54 write UDPv4: No route to host (code=65)
2013-04-17 20:37:55 write UDPv4: No route to host (code=65)
2013-04-17 20:37:56 write UDPv4: No route to host (code=65)
2013-04-17 20:37:57 write UDPv4: No route to host (code=65)
2013-04-17 20:37:57 write UDPv4: No route to host (code=65)
2013-04-17 20:37:57 write UDPv4: No route to host (code=65)
2013-04-17 20:37:57 write UDPv4: No route to host (code=65)
2013-04-17 20:37:58 write UDPv4: No route to host (code=65)
2013-04-17 20:37:58 write UDPv4: No route to host (code=65)
2013-04-17 20:37:58 write UDPv4: No route to host (code=65)
2013-04-17 20:37:58 write UDPv4: No route to host (code=65)
2013-04-17 20:37:58 write UDPv4: No route to host (code=65)
2013-04-17 20:37:58 write UDPv4: No route to host (code=65)
2013-04-17 20:37:58 write UDPv4: No route to host (code=65)
2013-04-17 20:37:58 write UDPv4: No route to host (code=65)
2013-04-17 20:37:58 write UDPv4: No route to host (code=65)
2013-04-17 20:37:58 write UDPv4: No route to host (code=65)
2013-04-17 20:38:01 write UDPv4: No route to host (code=65)
2013-04-17 20:38:02 write UDPv4: No route to host (code=65)
2013-04-17 20:38:05 write UDPv4: No route to host (code=65)
2013-04-17 20:38:05 write UDPv4: No route to host (code=65)
2013-04-17 20:38:06 write UDPv4: No route to host (code=65)
2013-04-17 20:38:06 write UDPv4: No route to host (code=65)
2013-04-17 20:38:06 write UDPv4: No route to host (code=65)
2013-04-17 20:38:06 write UDPv4: No route to host (code=65)
2013-04-17 20:38:06 write UDPv4: No route to host (code=65)
2013-04-17 20:38:06 write UDPv4: No route to host (code=65)
2013-04-17 20:38:06 write UDPv4: No route to host (code=65)
2013-04-17 20:38:06 write UDPv4: No route to host (code=65)
2013-04-17 20:38:06 write UDPv4: No route to host (code=65)
2013-04-17 20:38:06 write UDPv4: No route to host (code=65)
2013-04-17 20:38:07 write UDPv4: No route to host (code=65)
2013-04-17 20:38:09 write UDPv4: No route to host (code=65)
2013-04-17 20:38:11 write UDPv4: No route to host (code=65)
2013-04-17 20:38:16 write UDPv4: No route to host (code=65)
2013-04-17 20:38:16 write UDPv4: No route to host (code=65)
2013-04-17 20:38:21 write UDPv4: No route to host (code=65)
2013-04-17 20:38:21 *Tunnelblick: After 30.0 seconds, gave up trying to fetch IP address information using the ipInfo host's IP address after connecting.
2013-04-17 20:38:22 write UDPv4: No route to host (code=65)
2013-04-17 20:38:22 write UDPv4: No route to host (code=65)
2013-04-17 20:38:22 write UDPv4: No route to host (code=65)
2013-04-17 20:38:22 write UDPv4: No route to host (code=65)
2013-04-17 20:38:22 write UDPv4: No route to host (code=65)
2013-04-17 20:38:22 write UDPv4: No route to host (code=65)
2013-04-17 20:38:22 write UDPv4: No route to host (code=65)
2013-04-17 20:38:22 write UDPv4: No route to host (code=65)
2013-04-17 20:38:22 write UDPv4: No route to host (code=65)
2013-04-17 20:38:22 write UDPv4: No route to host (code=65)
2013-04-17 20:38:22 write UDPv4: No route to host (code=65)
2013-04-17 20:38:22 write UDPv4: No route to host (code=65)
2013-04-17 20:38:23 write UDPv4: No route to host (code=65)
2013-04-17 20:38:24 write UDPv4: No route to host (code=65)
2013-04-17 20:38:29 write UDPv4: No route to host (code=65)
2013-04-17 20:38:31 write UDPv4: No route to host (code=65)
2013-04-17 20:38:37 write UDPv4: No route to host (code=65)
2013-04-17 20:38:39 write UDPv4: No route to host (code=65)
2013-04-17 20:38:44 write UDPv4: No route to host (code=65)
2013-04-17 20:38:49 write UDPv4: No route to host (code=65)
2013-04-17 20:38:54 write UDPv4: No route to host (code=65)
2013-04-17 20:38:54 write UDPv4: No route to host (code=65)
2013-04-17 20:38:54 write UDPv4: No route to host (code=65)
2013-04-17 20:38:54 write UDPv4: No route to host (code=65)
2013-04-17 20:38:54 write UDPv4: No route to host (code=65)
2013-04-17 20:38:54 write UDPv4: No route to host (code=65)
2013-04-17 20:38:54 write UDPv4: No route to host (code=65)
2013-04-17 20:38:54 write UDPv4: No route to host (code=65)
2013-04-17 20:38:54 write UDPv4: No route to host (code=65)
2013-04-17 20:38:55 write UDPv4: No route to host (code=65)
2013-04-17 20:38:55 write UDPv4: No route to host (code=65)
2013-04-17 20:38:55 write UDPv4: No route to host (code=65)
2013-04-17 20:38:55 write UDPv4: No route to host (code=65)
2013-04-17 20:38:55 write UDPv4: No route to host (code=65)
2013-04-17 20:39:00 write UDPv4: No route to host (code=65)
2013-04-17 20:39:01 write UDPv4: No route to host (code=65)
2013-04-17 20:39:02 write UDPv4: No route to host (code=65)
2013-04-17 20:39:03 write UDPv4: No route to host (code=65)
2013-04-17 20:39:03 write UDPv4: No route to host (code=65)
2013-04-17 20:39:03 write UDPv4: No route to host (code=65)
2013-04-17 20:39:03 write UDPv4: No route to host (code=65)
2013-04-17 20:39:03 write UDPv4: No route to host (code=65)
2013-04-17 20:39:03 write UDPv4: No route to host (code=65)
2013-04-17 20:39:03 write UDPv4: No route to host (code=65)
2013-04-17 20:39:03 write UDPv4: No route to host (code=65)
2013-04-17 20:39:03 write UDPv4: No route to host (code=65)
2013-04-17 20:39:03 write UDPv4: No route to host (code=65)
2013-04-17 20:39:03 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:04 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:05 write UDPv4: No route to host (code=65)
2013-04-17 20:39:06 [OpenVPN_Server] Inactivity timeout (--ping-restart), restarting
2013-04-17 20:39:06 TCP/UDP: Closing socket
2013-04-17 20:39:06 /sbin/route delete -net 173.25.249.241 0.0.0.0 255.255.255.255
delete net 173.25.249.241: gateway 0.0.0.0
2013-04-17 20:39:06 /sbin/route delete -net 0.0.0.0 5.5.8.1 128.0.0.0
delete net 0.0.0.0: gateway 5.5.8.1
2013-04-17 20:39:06 /sbin/route delete -net 128.0.0.0 5.5.8.1 128.0.0.0
delete net 128.0.0.0: gateway 5.5.8.1
2013-04-17 20:39:06 Closing TUN/TAP interface
2013-04-17 20:39:06 SIGUSR1[soft,ping-restart] received, process restarting
2013-04-17 20:39:06 MANAGEMENT: >STATE:1366249146,RECONNECTING,ping-restart,,
2013-04-17 20:42:07 MANAGEMENT: CMD 'hold release'
2013-04-17 20:42:07 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2013-04-17 20:42:07 Control Channel Authentication: tls-auth using INLINE static key file
2013-04-17 20:42:07 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
2013-04-17 20:42:07 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
2013-04-17 20:42:07 LZO compression initialized
2013-04-17 20:42:07 Control Channel MTU parms [ L:1542 D:166 EF:66 EB:0 ET:0 EL:0 ]
2013-04-17 20:42:07 Socket Buffers: R=[196724->100000] S=[9216->100000]
2013-04-17 20:42:07 MANAGEMENT: >STATE:1366249327,RESOLVE,,,
2013-04-17 20:42:08 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
2013-04-17 20:42:08 Local Options hash (VER=V4): '504e774e'
2013-04-17 20:42:08 Expected Remote Options hash (VER=V4): '14168603'
2013-04-17 20:42:08 UDPv4 link local: [undef]
2013-04-17 20:42:08 UDPv4 link remote: 173.25.249.241:1194
2013-04-17 20:42:08 MANAGEMENT: >STATE:1366249328,WAIT,,,
2013-04-17 20:42:08 MANAGEMENT: >STATE:1366249328,AUTH,,,
2013-04-17 20:42:08 TLS: Initial packet from 173.25.249.241:1194, sid=06dfa974 8b02263f
2013-04-17 20:42:10 VERIFY OK: depth=1, /CN=OpenVPN_CA
2013-04-17 20:42:10 VERIFY OK: nsCertType=SERVER
2013-04-17 20:42:10 VERIFY OK: depth=0, /CN=OpenVPN_Server
2013-04-17 20:42:10 *Tunnelblick: Disconnecting; Disconnect button pressed
2013-04-17 20:42:10 *Tunnelblick: Disconnecting using 'killall'
2013-04-17 20:42:10 event_wait : Interrupted system call (code=4)
2013-04-17 20:42:10 SIGTERM received, sending exit notification to peer
2013-04-17 20:42:10 Replay-window backtrack occurred [2]
2013-04-17 20:42:11 TCP/UDP: Closing socket
2013-04-17 20:42:11 SIGTERM[soft,exit-with-notification] received, process exiting
2013-04-17 20:42:11 MANAGEMENT: >STATE:1366249331,EXITING,exit-with-notification,,
================================================================================
Console Log:
2013-04-17 20:04:54 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:04:54 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: killAll finished
2013-04-17 20:04:54 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:04:54 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:06:19 Tunnelblick[471] DEBUG: menuExtrasWereAddedHandler: invoked
2013-04-17 20:07:06 Tunnelblick[471] Beginning installation or repair
2013-04-17 20:07:06 authexec[694] executing /Applications/Tunnelblick.app/Contents/Resources/installer
2013-04-17 20:07:07 Tunnelblick[471] Installation or repair succeeded; Log:
Tunnelblick installer started 2013-04-17 20:07:06. 3 arguments: 0x0001 /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk /private/var/folders/65/gpz82csd1_s358m4956804_59k012j/T/TunnelblickTemporaryDotTblk-Y6OheJ/Home.tblk
Copied /private/var/folders/65/gpz82csd1_s358m4956804_59k012j/T/TunnelblickTemporaryDotTblk-Y6OheJ/Home.tblk to /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk.temp
Copied /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk.temp to /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk
Changed ownership of /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk and its contents to 1394607185:80
Changed permissions from 755 to 750 on /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk
Changed permissions from 755 to 750 on /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk/Contents
Changed permissions from 755 to 750 on /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk/Contents/Resources
Changed permissions from 644 to 640 on /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk/Contents/Resources/config.ovpn
Deleted /Library/Application Support/Tunnelblick/Users/ /Home.tblk
Copied /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk to /Library/Application Support/Tunnelblick/Users/ /Home.tblk.temp
Copied /Library/Application Support/Tunnelblick/Users/ /Home.tblk.temp to /Library/Application Support/Tunnelblick/Users/ /Home.tblk
Changed ownership of /Library/Application Support/Tunnelblick/Users/ /Home.tblk and its contents to 0:0
Changed permissions from 640 to 600 on /Library/Application Support/Tunnelblick/Users/ /Home.tblk/Contents/Resources/config.ovpn
Updated secure (shadow) copy of Home.tblk
2013-04-17 20:07:21 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 5.0 seconds
2013-04-17 20:07:21 Tunnelblick[471] After 5.0 seconds, gave up trying to fetch IP address information before connecting
2013-04-17 20:08:29 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:08:29 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:08:29 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: has checked for active daemons
2013-04-17 20:08:29 Tunnelblick[471] DEBUG: includeDaemons = 0; noUnknownOpenVPNsRunning = 1; noActiveDaemons = 1
2013-04-17 20:08:29 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: will use killAll
2013-04-17 20:08:29 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: requested killAll
2013-04-17 20:08:30 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:08:30 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:08:30 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:08:30 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:08:30 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:08:30 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:08:30 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: killAll finished
2013-04-17 20:08:30 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:08:30 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:14:14 Tunnelblick[471] Beginning installation or repair
2013-04-17 20:14:14 authexec[1090] executing /Applications/Tunnelblick.app/Contents/Resources/installer
2013-04-17 20:14:14 Tunnelblick[471] Installation or repair succeeded; Log:
Tunnelblick installer started 2013-04-17 20:14:14. 3 arguments: 0x0001 /Users/ /Library/Application Support/Tunnelblick/Configurations/Home copy.tblk /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk
Copied /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk to /Users/ /Library/Application Support/Tunnelblick/Configurations/Home copy.tblk.temp
Copied /Users/ /Library/Application Support/Tunnelblick/Configurations/Home copy.tblk.temp to /Users/ /Library/Application Support/Tunnelblick/Configurations/Home copy.tblk
Copied /Users/ /Library/Application Support/Tunnelblick/Configurations/Home copy.tblk to /Library/Application Support/Tunnelblick/Users/ /Home copy.tblk.temp
Copied /Library/Application Support/Tunnelblick/Users/ /Home copy.tblk.temp to /Library/Application Support/Tunnelblick/Users/ /Home copy.tblk
Changed ownership of /Library/Application Support/Tunnelblick/Users/ /Home copy.tblk and its contents to 0:0
Changed permissions from 640 to 600 on /Library/Application Support/Tunnelblick/Users/ /Home copy.tblk/Contents/Resources/config.ovpn
Created secure (shadow) copy of Home copy.tblk
2013-04-17 20:15:13 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info was fetched in 1908 milliseconds
2013-04-17 20:15:13 Tunnelblick[471] DEBUG: currentIPInfo(Name): [108.109.245.219, 42760, 205.233.73.66]
2013-04-17 20:15:25 Tunnelblick[471] Beginning installation or repair
2013-04-17 20:15:25 authexec[1109] executing /Applications/Tunnelblick.app/Contents/Resources/installer
2013-04-17 20:15:25 Tunnelblick[471] Installation or repair succeeded; Log:
Tunnelblick installer started 2013-04-17 20:15:25. 3 arguments: 0x0001 /Library/Application Support/Tunnelblick/Users/ /Home copy.tblk /Users/ /Library/Application Support/Tunnelblick/Configurations/Home copy.tblk
Copied /Users/ /Library/Application Support/Tunnelblick/Configurations/Home copy.tblk to /Library/Application Support/Tunnelblick/Users/ /Home copy.tblk.temp
Copied /Library/Application Support/Tunnelblick/Users/ /Home copy.tblk.temp to /Library/Application Support/Tunnelblick/Users/ /Home copy.tblk
Changed ownership of /Library/Application Support/Tunnelblick/Users/ /Home copy.tblk and its contents to 0:0
Changed permissions from 640 to 600 on /Library/Application Support/Tunnelblick/Users/ /Home copy.tblk/Contents/Resources/config.ovpn
2013-04-17 20:15:25 Tunnelblick[471] Created or updated secure (shadow) copy of configuration file /Users/ /Library/Application Support/Tunnelblick/Configurations/Home copy.tblk
2013-04-17 20:15:57 Tunnelblick[471] DEBUG: addActiveIPCheckThread: threadID '126202368-1785939400214' added to the active list
2013-04-17 20:15:57 Tunnelblick[471] DEBUG: checkIPAddressAfterConnectedThread: Delaying 5.000000 seconds before checking connection
2013-04-17 20:16:13 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:16:13 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 126202368
2013-04-17 20:16:13 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: threadID '126202368-1785939400214' removed from the active list and added to the cancelling list
2013-04-17 20:16:13 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: has checked for active daemons
2013-04-17 20:16:13 Tunnelblick[471] DEBUG: includeDaemons = 0; noUnknownOpenVPNsRunning = 1; noActiveDaemons = 1
2013-04-17 20:16:13 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: will use killAll
2013-04-17 20:16:13 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: requested killAll
2013-04-17 20:16:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:16:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 126202368
2013-04-17 20:16:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:16:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 126202368
2013-04-17 20:16:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:16:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 126202368
2013-04-17 20:16:15 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: killAll finished
2013-04-17 20:16:15 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:16:15 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 126202368
2013-04-17 20:16:19 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info was fetched in 16294 milliseconds
2013-04-17 20:16:19 Tunnelblick[471] DEBUG: currentIPInfo(Name): [108.109.245.219, 39783, 205.233.73.66]
2013-04-17 20:16:19 Tunnelblick[471] DEBUG: isOnCancellingListIPCheckThread: threadID '126202368-1785939400214' is on the the cancelling list
2013-04-17 20:16:19 Tunnelblick[471] DEBUG: haveFinishedIPCheckThread: threadID '126202368-1785939400214' removed from cancelling list
2013-04-17 20:16:59 Tunnelblick[471] Beginning installation or repair
2013-04-17 20:16:59 authexec[1464] executing /Applications/Tunnelblick.app/Contents/Resources/installer
2013-04-17 20:16:59 Tunnelblick[471] Installation or repair succeeded; Log:
Tunnelblick installer started 2013-04-17 20:16:59. 2 arguments: 0x2001 /Users/ /Library/Application Support/Tunnelblick/Configurations/Home copy.tblk
removed /Users/ /Library/Application Support/Tunnelblick/Configurations/Home copy.tblk
DEBUG 005: firstPath prefix DID match:
/Users/ /Library/Application Support/Tunnelblick/Configurations/Home copy.tblk
/Users/ /Library/Application Support/Tunnelblick/Configurations
removed /Library/Application Support/Tunnelblick/Users/ /Home copy.tblk
2013-04-17 20:16:59 Tunnelblick[471] Uninstalled configuration file /Users/ /Library/Application Support/Tunnelblick/Configurations/Home copy.tblk
2013-04-17 20:17:15 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info was fetched in 2914 milliseconds
2013-04-17 20:17:15 Tunnelblick[471] DEBUG: currentIPInfo(Name): [108.109.245.219, 40295, 205.233.73.66]
2013-04-17 20:17:40 Tunnelblick[471] DEBUG: addActiveIPCheckThread: threadID '75682816-1888175624578' added to the active list
2013-04-17 20:17:40 Tunnelblick[471] DEBUG: checkIPAddressAfterConnectedThread: Delaying 5.000000 seconds before checking connection
2013-04-17 20:18:15 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-04-17 20:18:15 Tunnelblick[471] DEBUG: isOnCancellingListIPCheckThread: threadID '75682816-1888175624578' is not on the the cancelling list
2013-04-17 20:18:15 Tunnelblick[471] DEBUG: Timeout getting IP address using the ipInfo host's name; retrying by IP address
2013-04-17 20:18:45 Tunnelblick[471] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-04-17 20:18:45 Tunnelblick[471] DEBUG: isOnCancellingListIPCheckThread: threadID '75682816-1888175624578' is not on the the cancelling list
2013-04-17 20:18:45 Tunnelblick[471] DEBUG: Timeout getting IP address using the ipInfo host's IP address
2013-04-17 20:18:45 Tunnelblick[471] DEBUG: haveFinishedIPCheckThread: threadID '75682816-1888175624578' removed from active list
2013-04-17 20:22:00 Tunnelblick[471] DEBUG: addActiveIPCheckThread: threadID '75682816-2148594400162' added to the active list
2013-04-17 20:22:00 Tunnelblick[471] DEBUG: checkIPAddressAfterConnectedThread: Delaying 5.000000 seconds before checking connection
2013-04-17 20:22:35 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-04-17 20:22:35 Tunnelblick[471] DEBUG: isOnCancellingListIPCheckThread: threadID '75682816-2148594400162' is not on the the cancelling list
2013-04-17 20:22:35 Tunnelblick[471] DEBUG: Timeout getting IP address using the ipInfo host's name; retrying by IP address
2013-04-17 20:23:05 Tunnelblick[471] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-04-17 20:23:05 Tunnelblick[471] DEBUG: isOnCancellingListIPCheckThread: threadID '75682816-2148594400162' is not on the the cancelling list
2013-04-17 20:23:05 Tunnelblick[471] DEBUG: Timeout getting IP address using the ipInfo host's IP address
2013-04-17 20:23:05 Tunnelblick[471] DEBUG: haveFinishedIPCheckThread: threadID '75682816-2148594400162' removed from active list
2013-04-17 20:25:38 Tunnelblick[471] DEBUG: addActiveIPCheckThread: threadID '75682816-2367072663506' added to the active list
2013-04-17 20:25:38 Tunnelblick[471] DEBUG: checkIPAddressAfterConnectedThread: Delaying 5.000000 seconds before checking connection
2013-04-17 20:26:13 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-04-17 20:26:13 Tunnelblick[471] DEBUG: isOnCancellingListIPCheckThread: threadID '75682816-2367072663506' is not on the the cancelling list
2013-04-17 20:26:13 Tunnelblick[471] DEBUG: Timeout getting IP address using the ipInfo host's name; retrying by IP address
2013-04-17 20:26:43 Tunnelblick[471] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-04-17 20:26:43 Tunnelblick[471] DEBUG: isOnCancellingListIPCheckThread: threadID '75682816-2367072663506' is not on the the cancelling list
2013-04-17 20:26:44 Tunnelblick[471] DEBUG: Timeout getting IP address using the ipInfo host's IP address
2013-04-17 20:26:44 Tunnelblick[471] DEBUG: haveFinishedIPCheckThread: threadID '75682816-2367072663506' removed from active list
2013-04-17 20:28:13 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:28:13 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:28:13 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: has checked for active daemons
2013-04-17 20:28:13 Tunnelblick[471] DEBUG: includeDaemons = 0; noUnknownOpenVPNsRunning = 1; noActiveDaemons = 1
2013-04-17 20:28:13 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: will use killAll
2013-04-17 20:28:13 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: requested killAll
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: killAll finished
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:28:14 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:28:20 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info was fetched in 2311 milliseconds
2013-04-17 20:28:20 Tunnelblick[471] DEBUG: currentIPInfo(Name): [108.109.245.219, 37132, 205.233.73.66]
2013-04-17 20:28:44 Tunnelblick[471] DEBUG: addActiveIPCheckThread: threadID '75682816-2552589054966' added to the active list
2013-04-17 20:28:44 Tunnelblick[471] DEBUG: checkIPAddressAfterConnectedThread: Delaying 5.000000 seconds before checking connection
2013-04-17 20:29:19 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-04-17 20:29:19 Tunnelblick[471] DEBUG: isOnCancellingListIPCheckThread: threadID '75682816-2552589054966' is not on the the cancelling list
2013-04-17 20:29:19 Tunnelblick[471] DEBUG: Timeout getting IP address using the ipInfo host's name; retrying by IP address
2013-04-17 20:29:49 Tunnelblick[471] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-04-17 20:29:49 Tunnelblick[471] DEBUG: isOnCancellingListIPCheckThread: threadID '75682816-2552589054966' is not on the the cancelling list
2013-04-17 20:29:49 Tunnelblick[471] DEBUG: Timeout getting IP address using the ipInfo host's IP address
2013-04-17 20:29:49 Tunnelblick[471] DEBUG: haveFinishedIPCheckThread: threadID '75682816-2552589054966' removed from active list
2013-04-17 20:31:01 Tunnelblick[471] DEBUG: addActiveIPCheckThread: threadID '75682816-2689145716409' added to the active list
2013-04-17 20:31:01 Tunnelblick[471] DEBUG: checkIPAddressAfterConnectedThread: Delaying 5.000000 seconds before checking connection
2013-04-17 20:31:09 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:31:09 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:31:09 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: threadID '75682816-2689145716409' removed from the active list and added to the cancelling list
2013-04-17 20:31:09 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: has checked for active daemons
2013-04-17 20:31:09 Tunnelblick[471] DEBUG: includeDaemons = 0; noUnknownOpenVPNsRunning = 1; noActiveDaemons = 1
2013-04-17 20:31:09 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: will use killAll
2013-04-17 20:31:09 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: requested killAll
2013-04-17 20:31:10 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:31:10 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:31:10 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:31:10 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:31:10 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:31:10 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:31:11 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: killAll finished
2013-04-17 20:31:11 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:31:11 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:31:11 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info was fetched in 5777 milliseconds
2013-04-17 20:31:11 Tunnelblick[471] DEBUG: currentIPInfo(Name): [108.109.245.219, 40284, 205.233.73.66]
2013-04-17 20:31:11 Tunnelblick[471] DEBUG: isOnCancellingListIPCheckThread: threadID '75682816-2689145716409' is on the the cancelling list
2013-04-17 20:31:11 Tunnelblick[471] DEBUG: haveFinishedIPCheckThread: threadID '75682816-2689145716409' removed from cancelling list
2013-04-17 20:34:08 Tunnelblick[471] DEBUG: menuExtrasWereAddedHandler: invoked
2013-04-17 20:34:25 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info was fetched in 243 milliseconds
2013-04-17 20:34:25 Tunnelblick[471] DEBUG: currentIPInfo(Name): [173.25.249.241, 49814, 205.233.73.66]
2013-04-17 20:34:41 Tunnelblick[471] Beginning installation or repair
2013-04-17 20:34:41 authexec[1681] executing /Applications/Tunnelblick.app/Contents/Resources/installer
2013-04-17 20:34:41 Tunnelblick[471] Installation or repair succeeded; Log:
Tunnelblick installer started 2013-04-17 20:34:41. 3 arguments: 0x0001 /Library/Application Support/Tunnelblick/Users/ /Home.tblk /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk
Copied /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk to /Library/Application Support/Tunnelblick/Users/ /Home.tblk.temp
Copied /Library/Application Support/Tunnelblick/Users/ /Home.tblk.temp to /Library/Application Support/Tunnelblick/Users/ /Home.tblk
Changed ownership of /Library/Application Support/Tunnelblick/Users/ /Home.tblk and its contents to 0:0
Changed permissions from 640 to 600 on /Library/Application Support/Tunnelblick/Users/ /Home.tblk/Contents/Resources/config.ovpn
2013-04-17 20:34:41 Tunnelblick[471] Created or updated secure (shadow) copy of configuration file /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk
2013-04-17 20:34:48 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:34:48 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:34:48 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:34:48 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:34:48 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:34:48 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:34:59 Tunnelblick[471] DEBUG: menuExtrasWereAddedHandler: invoked
2013-04-17 20:35:51 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info was fetched in 1801 milliseconds
2013-04-17 20:35:51 Tunnelblick[471] DEBUG: currentIPInfo(Name): [173.132.35.215, 44384, 205.233.73.66]
2013-04-17 20:35:57 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:35:57 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:35:57 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:35:57 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:35:57 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:35:57 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:36:17 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info was fetched in 601 milliseconds
2013-04-17 20:36:17 Tunnelblick[471] DEBUG: currentIPInfo(Name): [173.132.35.215, 53693, 205.233.73.66]
2013-04-17 20:36:24 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:36:24 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:36:24 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:36:24 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:36:24 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:36:24 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:36:49 Tunnelblick[471] Beginning installation or repair
2013-04-17 20:36:49 authexec[1743] executing /Applications/Tunnelblick.app/Contents/Resources/installer
2013-04-17 20:36:49 Tunnelblick[471] Installation or repair succeeded; Log:
Tunnelblick installer started 2013-04-17 20:36:49. 3 arguments: 0x0001 /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk /private/var/folders/65/gpz82csd1_s358m4956804_59k012j/T/TunnelblickTemporaryDotTblk-8ukVIb/Home.tblk
Copied /private/var/folders/65/gpz82csd1_s358m4956804_59k012j/T/TunnelblickTemporaryDotTblk-8ukVIb/Home.tblk to /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk.temp
Copied /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk.temp to /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk
Changed ownership of /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk and its contents to 1394607185:80
Changed permissions from 755 to 750 on /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk
Changed permissions from 755 to 750 on /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk/Contents
Changed permissions from 755 to 750 on /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk/Contents/Resources
Changed permissions from 644 to 640 on /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk/Contents/Resources/config.ovpn
Deleted /Library/Application Support/Tunnelblick/Users/ /Home.tblk
Copied /Users/ /Library/Application Support/Tunnelblick/Configurations/Home.tblk to /Library/Application Support/Tunnelblick/Users/ /Home.tblk.temp
Copied /Library/Application Support/Tunnelblick/Users/ /Home.tblk.temp to /Library/Application Support/Tunnelblick/Users/ /Home.tblk
Changed ownership of /Library/Application Support/Tunnelblick/Users/ /Home.tblk and its contents to 0:0
Changed permissions from 640 to 600 on /Library/Application Support/Tunnelblick/Users/ /Home.tblk/Contents/Resources/config.ovpn
Updated secure (shadow) copy of Home.tblk
2013-04-17 20:36:56 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info was fetched in 1101 milliseconds
2013-04-17 20:36:56 Tunnelblick[471] DEBUG: currentIPInfo(Name): [173.132.35.215, 33536, 205.233.73.66]
2013-04-17 20:37:16 Tunnelblick[471] DEBUG: addActiveIPCheckThread: threadID '75682816-3064942999470' added to the active list
2013-04-17 20:37:16 Tunnelblick[471] DEBUG: checkIPAddressAfterConnectedThread: Delaying 5.000000 seconds before checking connection
2013-04-17 20:37:51 Tunnelblick[471] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-04-17 20:37:51 Tunnelblick[471] DEBUG: isOnCancellingListIPCheckThread: threadID '75682816-3064942999470' is not on the the cancelling list
2013-04-17 20:37:51 Tunnelblick[471] DEBUG: Timeout getting IP address using the ipInfo host's name; retrying by IP address
2013-04-17 20:38:21 Tunnelblick[471] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-04-17 20:38:21 Tunnelblick[471] DEBUG: isOnCancellingListIPCheckThread: threadID '75682816-3064942999470' is not on the the cancelling list
2013-04-17 20:38:21 Tunnelblick[471] DEBUG: Timeout getting IP address using the ipInfo host's IP address
2013-04-17 20:38:21 Tunnelblick[471] DEBUG: haveFinishedIPCheckThread: threadID '75682816-3064942999470' removed from active list
2013-04-17 20:42:10 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:42:10 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:42:10 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: has checked for active daemons
2013-04-17 20:42:10 Tunnelblick[471] DEBUG: includeDaemons = 0; noUnknownOpenVPNsRunning = 1; noActiveDaemons = 1
2013-04-17 20:42:10 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: will use killAll
2013-04-17 20:42:10 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: requested killAll
2013-04-17 20:42:11 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:42:11 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:42:11 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:42:11 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:42:11 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:42:11 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
2013-04-17 20:42:11 Tunnelblick[471] DEBUG: killAllConnectionsIncludingDaemons: killAll finished
2013-04-17 20:42:11 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-04-17 20:42:11 Tunnelblick[471] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 75682816
You received this message because you are subscribed to the Google Groups "tunnelblick-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tunnelblick-dis...@googlegroups.com.
Visit this group at http://groups.google.com/group/tunnelblick-discuss?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
...