Tunnelblick connects, but gives up on fetching IP address

3,237 views
Skip to first unread message

John Carrasquillo

unread,
Sep 19, 2013, 5:15:16 PM9/19/13
to tunnelbli...@googlegroups.com
Hello all,

This is the first time I've set anything like a VPN up before, so please know that my knowledge is limited.  When I connect, I can ping 10.8.0.1 as well as 10.8.0.6, but I get the error when fetching the IP address and the internet does not work.  I have tried to go to Google using an IP address, but that was a no-go either, which according to what I've read means that it's not a DNS issue.  Here are the 3 files requested:


CONFIGURATION FILE:

##############################################
# Sample client-side OpenVPN 2.0 config file #
# for connecting to multi-client server.     #
#                                            #
# This configuration can be used by multiple #
# clients, however each client should have   #
# its own cert and key files.                #
#                                            #
# On Windows, you might want to rename this  #
# file so it has a .ovpn extension           #
##############################################

# Specify that we are a client and that we
# will be pulling certain config file directives
# from the server.
client

# Use the same setting as you are using on
# the server.
# On most systems, the VPN will not function
# unless you partially or fully disable
# the firewall for the TUN/TAP interface.
;dev tap
dev tun

# Windows needs the TAP-Win32 adapter name
# from the Network Connections panel
# if you have more than one.  On XP SP2,
# you may need to disable the firewall
# for the TAP adapter.
;dev-node MyTap

# Are we connecting to a TCP or
# UDP server?  Use the same setting as
# on the server.
;proto tcp
proto udp

# The hostname/IP and port of the server.
# You can have multiple remote entries
# to load balance between the servers.
remote <my hostname> <port>
;remote my-server-2 1194

# Choose a random host from the remote
# list for load-balancing.  Otherwise
# try hosts in the order specified.
;remote-random

# Keep trying indefinitely to resolve the
# host name of the OpenVPN server.  Very useful
# on machines which are not permanently connected
# to the internet such as laptops.
resolv-retry infinite

# Most clients don't need to bind to
# a specific local port number.
nobind

# Downgrade privileges after initialization (non-Windows only)
;user nobody
;group nobody

# Try to preserve some state across restarts.
persist-key
persist-tun

# If you are connecting through an
# HTTP proxy to reach the actual OpenVPN
# server, put the proxy server/IP and
# port number here.  See the man page
# if your proxy server requires
# authentication.
;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]

# Wireless networks often produce a lot
# of duplicate packets.  Set this flag
# to silence duplicate packet warnings.
;mute-replay-warnings

# SSL/TLS parms.
# See the server config file for more
# description.  It's best to use
# a separate .crt/.key file pair
# for each client.  A single ca
# file can be used for all clients.
ca ca.crt
cert X.crt
key X.key

# Verify server certificate by checking
# that the certicate has the nsCertType
# field set to "server".  This is an
# important precaution to protect against
# a potential attack discussed here:
#
# To use this feature, you will need to generate
# your server certificates with the nsCertType
# field set to "server".  The build-key-server
# script in the easy-rsa folder will do this.
ns-cert-type server

# If a tls-auth key is used on the server
# then every client must also have the key.
;tls-auth ta.key 1

# Select a cryptographic cipher.
# If the cipher option is used on the server
# then you must also specify it here.
;cipher x

# Enable compression on the VPN link.
# Don't enable this unless it is also
# enabled in the server config file.
comp-lzo

# Set log file verbosity.
verb 3

# Silence repeating messages
;mute 20

redirect-gateway def1

================================================================================


TUNNELBLICK LOG:

2013-09-19 15:57:53 *Tunnelblick: OS X 10.8.4; Tunnelblick 3.4beta08 (build 3576); prior version 3.3.0 (build 3518)
2013-09-19 15:57:55 *Tunnelblick: Attempting connection with HomeServer Configuration using shadow copy; Set nameserver = 5; monitoring connection
2013-09-19 15:57:55 *Tunnelblick: openvpnstart start HomeServer\ Configuration.tblk 1337 5 0 1 0 817 -atADGNWradsgnw -
2013-09-19 15:57:55 *Tunnelblick: openvpnstart log:
     Loading tun.kext
     
     OpenVPN started successfully. Command used to start OpenVPN (one argument per displayed line):
     
          /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.3.2/openvpn
          --cd
          /Library/Application Support/Tunnelblick/Users/NAME/CONFIGURATION.tblk/Contents/Resources
          --daemon
          --management
          127.0.0.1
          1337
          --config
          /Library/Application Support/Tunnelblick/Users/NAME/CONFIGURATION.tblk/Contents/Resources/config.ovpn
          --log
          /Library/Application Support/Tunnelblick/Logs/-SUsers-$NAME-SLibrary-SApplication Support-STunnelblick-SConfigurations-SCONFIGURATION.tblk-SContents-SResources-Sconfig.ovpn.5_0_1_0_817.1337.openvpn.log
          --management-query-passwords
          --management-hold
          --redirect-gateway
          def1
          --script-security
          2
          --up
          /Applications/Tunnelblick.app/Contents/Resources/client.1.up.tunnelblick.sh -m -w -d -f -atADGNWradsgnw
          --down
          /Applications/Tunnelblick.app/Contents/Resources/client.1.down.tunnelblick.sh -m -w -d -f -atADGNWradsgnw
          --up-restart

2013-09-19 15:57:55 *Tunnelblick: Established communication with OpenVPN
2013-09-19 15:57:55 OpenVPN 2.3.2 i386-apple-darwin10.8.0 [SSL (OpenSSL)] [LZO] [PKCS11] [eurephia] [MH] [IPv6] built on Aug 20 2013
2013-09-19 15:57:55 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:1337
2013-09-19 15:57:55 Need hold release from management interface, waiting...
2013-09-19 15:57:55 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:1337
2013-09-19 15:57:55 MANAGEMENT: CMD 'pid'
2013-09-19 15:57:55 MANAGEMENT: CMD 'state on'
2013-09-19 15:57:55 MANAGEMENT: CMD 'state'
2013-09-19 15:57:55 MANAGEMENT: CMD 'bytecount 1'
2013-09-19 15:57:55 MANAGEMENT: CMD 'hold release'
2013-09-19 15:57:55 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2013-09-19 15:57:55 Socket Buffers: R=[196724->65536] S=[9216->65536]
2013-09-19 15:57:55 MANAGEMENT: >STATE:1379624275,RESOLVE,,,
2013-09-19 15:57:55 UDPv4 link local: [undef]
2013-09-19 15:57:55 UDPv4 link remote: [AF_INET]XX.XX.XXX.XX:XXXX
2013-09-19 15:57:55 MANAGEMENT: >STATE:1379624275,WAIT,,,
2013-09-19 15:57:55 MANAGEMENT: >STATE:1379624275,AUTH,,,
2013-09-19 15:57:55 TLS: Initial packet from [AF_INET]XX.XX.XXX.XX:XXXX, sid=3a0b5f65 bee48171
2013-09-19 15:57:55 *Tunnelblick: openvpnstart starting OpenVPN:
                    *                    /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.3.2/openvpn --cd /Library/Application Support/Tunnelblick/Users/NAME/CONFIGURATION.tblk/Contents/Resources --daemon --management 127.0.0.1 1337 --config /Library/Application Support/Tunnelblick/Users/NAME/CONFIGURATION.tblk/Contents/Resources/config.ovpn --log /Library/Application Support/Tunnelblick/Logs/-SUsers-SNAME-SLibrary-SApplication Support-STunnelblick-SConfigurations-SCONFIGURATION.tblk-SContents-SResources-Sconfig.ovpn.5_0_1_0_817.1337.openvpn.log --management-query-passwords --management-hold --redirect-gateway def1 --script-security 2 --up /Applications/Tunnelblick.app/Contents/Resources/client.1.up.tunnelblick.sh -m -w -d -f -atADGNWradsgnw --down /Applications/Tunnelblick.app/Contents/Resources/client.1.down.tunnelblick.sh -m -w -d -f -atADGNWradsgnw --up-restart
2013-09-19 15:57:56 VERIFY OK: depth=1, C=US, ST=AL, L=Oxford, O=OpenVPN, CN=OpenVPN-CA, emailAddress=X
2013-09-19 15:57:56 VERIFY OK: nsCertType=SERVER
2013-09-19 15:57:56 VERIFY OK: depth=0, C=US, ST=AL, O=OpenVPN, CN=server, emailAddress=X
2013-09-19 15:57:57 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
2013-09-19 15:57:57 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
2013-09-19 15:57:57 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
2013-09-19 15:57:57 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
2013-09-19 15:57:57 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
2013-09-19 15:57:57 [server] Peer Connection Initiated with [AF_INET]XX.XX.XXX.XX:XXXX
2013-09-19 15:57:58 MANAGEMENT: >STATE:1379624278,GET_CONFIG,,,
2013-09-19 15:57:59 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
2013-09-19 15:57:59 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS XX.XX.XX.X,route 10.8.0.0 255.255.255.0,topology net30,ping 10,ping-restart 120,ifconfig 10.8.0.6 10.8.0.5'
2013-09-19 15:57:59 OPTIONS IMPORT: timers and/or timeouts modified
2013-09-19 15:57:59 OPTIONS IMPORT: --ifconfig/up options modified
2013-09-19 15:57:59 OPTIONS IMPORT: route options modified
2013-09-19 15:57:59 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
2013-09-19 15:57:59 TUN/TAP device /dev/tun0 opened
2013-09-19 15:57:59 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
2013-09-19 15:57:59 MANAGEMENT: >STATE:1379624279,ASSIGN_IP,,10.8.0.6,
2013-09-19 15:57:59 /sbin/ifconfig tun0 delete
                                        ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address      <---- Is that something?
2013-09-19 15:57:59 NOTE: Tried to delete pre-existing tun/tap instance -- No Problem if failure
2013-09-19 15:57:59 /sbin/ifconfig tun0 10.8.0.6 10.8.0.5 mtu 1500 netmask 255.255.255.255 up
2013-09-19 15:57:59 /Applications/Tunnelblick.app/Contents/Resources/client.1.up.tunnelblick.sh -m -w -d -f -atADGNWradsgnw tun0 1500 1542 10.8.0.6 10.8.0.5 init
2013-09-19 15:57:59 /sbin/route add -net XX.XX.XXX.XX 192.168.43.1 255.255.255.255
                                        add net XX.XX.XXX.XX: gateway 192.168.43.1       <---- This isn't my LAN gateway,
                                                                                                                           problem?
2013-09-19 15:57:59 /sbin/route add -net 0.0.0.0 10.8.0.5 128.0.0.0
                                        add net 0.0.0.0: gateway 10.8.0.5
2013-09-19 15:57:59 /sbin/route add -net 128.0.0.0 10.8.0.5 128.0.0.0
                                        add net 128.0.0.0: gateway 10.8.0.5
2013-09-19 15:57:59 MANAGEMENT: >STATE:1379624279,ADD_ROUTES,,,
2013-09-19 15:57:59 /sbin/route add -net 10.8.0.0 10.8.0.5 255.255.255.0
                                        add net 10.8.0.0: gateway 10.8.0.5
2013-09-19 15:57:59 Initialization Sequence Completed
2013-09-19 15:57:59 MANAGEMENT: >STATE:1379624279,CONNECTED,SUCCESS,10.8.0.6,67.61.136.87
2013-09-19 15:58:00 *Tunnelblick: No 'connected.sh' script to execute
2013-09-19 15:58:35 *Tunnelblick: After 30.0 seconds, gave up trying to fetch IP address information using the ipInfo host's name after connecting.
2013-09-19 15:58:40 *Tunnelblick: Disconnecting; 'disconnect' button pressed
2013-09-19 15:58:40 *Tunnelblick: Disconnecting using 'killall'
2013-09-19 15:58:40 event_wait : Interrupted system call (code=4)
2013-09-19 15:58:40 /sbin/route delete -net 10.8.0.0 10.8.0.5 255.255.255.0
                                        delete net 10.8.0.0: gateway 10.8.0.5
2013-09-19 15:58:40 /sbin/route delete -net XX.XX.XXX.XX 192.168.43.1 255.255.255.255
                                        delete net XX.XX.XXX.XX: gateway 192.168.43.1
2013-09-19 15:58:40 /sbin/route delete -net 0.0.0.0 10.8.0.5 128.0.0.0
                                        delete net 0.0.0.0: gateway 10.8.0.5
2013-09-19 15:58:40 /sbin/route delete -net 128.0.0.0 10.8.0.5 128.0.0.0
                                        delete net 128.0.0.0: gateway 10.8.0.5
2013-09-19 15:58:40 Closing TUN/TAP interface
2013-09-19 15:58:40 /Applications/Tunnelblick.app/Contents/Resources/client.1.down.tunnelblick.sh -m -w -d -f -atADGNWradsgnw tun0 1500 1542 10.8.0.6 10.8.0.5 init
                                        d.add: too few arguments
2013-09-19 15:58:40 SIGTERM[hard,] received, process exiting
2013-09-19 15:58:40 MANAGEMENT: >STATE:1379624320,EXITING,SIGTERM,,
2013-09-19 15:58:41 *Tunnelblick: No 'post-disconnect.sh' script to execute

================================================================================

CONSOLE LOG:

2013-09-19 13:55:11 Tunnelblick[310] DEBUG: checkIPAddressAfterConnectedThread: Delaying 5.000000 seconds before checking connection
2013-09-19 13:55:46 Tunnelblick[310] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 13:55:46 Tunnelblick[310] DEBUG: isOnCancellingListIPCheckThread: threadID '50844160-38349202709735' is not on the the cancelling list
2013-09-19 13:55:46 Tunnelblick[310] DEBUG: Timeout getting IP address using the ipInfo host's name; retrying by IP address
2013-09-19 13:56:03 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 13:56:03 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 13:56:03 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: threadID '50844160-38349202709735' removed from the active list and added to the cancelling list
2013-09-19 13:56:03 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: has checked for active daemons
2013-09-19 13:56:03 Tunnelblick[310] DEBUG: includeDaemons = 0; noUnknownOpenVPNsRunning = 1; noActiveDaemons = 1; noDownRootsActive = 1 
2013-09-19 13:56:03 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: will use killAll
2013-09-19 13:56:03 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: requested killAll
2013-09-19 13:56:04 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 13:56:04 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 13:56:04 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 13:56:04 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 13:56:04 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 13:56:04 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 13:56:04 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 13:56:04 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 13:56:04 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 13:56:04 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 13:56:04 Tunnelblick[310] openvpnstart status from compareShadowCopy: 251
2013-09-19 13:56:05 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: killAll finished
2013-09-19 13:56:05 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 13:56:05 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 13:56:16 Tunnelblick[310] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-09-19 13:56:16 Tunnelblick[310] DEBUG: isOnCancellingListIPCheckThread: threadID '50844160-38349202709735' is on the the cancelling list
2013-09-19 13:56:16 Tunnelblick[310] DEBUG: haveFinishedIPCheckThread: threadID '50844160-38349202709735' removed from cancelling list
2013-09-19 14:05:12 Tunnelblick[310] DEBUG: currentIPInfo(Name): IP address info was fetched in 1216 milliseconds
2013-09-19 14:05:12 Tunnelblick[310] DEBUG: currentIPInfo(Name): [70.193.65.106, 1922, 205.233.73.116]
2013-09-19 14:05:12 Tunnelblick[310] openvpnstart status from compareShadowCopy: 251
2013-09-19 14:05:19 Tunnelblick[310] openvpnstart status from compareShadowCopy: 251
2013-09-19 14:05:19 Tunnelblick[310] DEBUG: addActiveIPCheckThread: threadID '50844160-38956913904199' added to the active list
2013-09-19 14:05:19 Tunnelblick[310] DEBUG: checkIPAddressAfterConnectedThread: Delaying 5.000000 seconds before checking connection
2013-09-19 14:05:54 Tunnelblick[310] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 14:05:54 Tunnelblick[310] DEBUG: isOnCancellingListIPCheckThread: threadID '50844160-38956913904199' is not on the the cancelling list
2013-09-19 14:05:54 Tunnelblick[310] DEBUG: Timeout getting IP address using the ipInfo host's name; retrying by IP address
2013-09-19 14:06:24 Tunnelblick[310] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-09-19 14:06:24 Tunnelblick[310] DEBUG: isOnCancellingListIPCheckThread: threadID '50844160-38956913904199' is not on the the cancelling list
2013-09-19 14:06:24 Tunnelblick[310] DEBUG: Timeout getting IP address using the ipInfo host's IP address
2013-09-19 14:06:24 Tunnelblick[310] DEBUG: haveFinishedIPCheckThread: threadID '50844160-38956913904199' removed from active list
2013-09-19 14:10:45 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:10:45 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:10:45 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: has checked for active daemons
2013-09-19 14:10:45 Tunnelblick[310] DEBUG: includeDaemons = 0; noUnknownOpenVPNsRunning = 1; noActiveDaemons = 1; noDownRootsActive = 1 
2013-09-19 14:10:45 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: will use killAll
2013-09-19 14:10:45 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: requested killAll
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:10:47 Tunnelblick[310] openvpnstart status from compareShadowCopy: 251
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: killAll finished
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:10:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:19:36 Tunnelblick[310] DEBUG: currentIPInfo(Name): IP address info was fetched in 1184 milliseconds
2013-09-19 14:19:36 Tunnelblick[310] DEBUG: currentIPInfo(Name): [70.193.65.106, 1949, 205.233.73.116]
2013-09-19 14:19:36 Tunnelblick[310] openvpnstart status from compareShadowCopy: 251
2013-09-19 14:19:43 Tunnelblick[310] openvpnstart status from compareShadowCopy: 251
2013-09-19 14:19:44 Tunnelblick[310] DEBUG: addActiveIPCheckThread: threadID '50844160-39821579167170' added to the active list
2013-09-19 14:19:44 Tunnelblick[310] DEBUG: checkIPAddressAfterConnectedThread: Delaying 5.000000 seconds before checking connection
2013-09-19 14:20:19 Tunnelblick[310] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 14:20:19 Tunnelblick[310] DEBUG: isOnCancellingListIPCheckThread: threadID '50844160-39821579167170' is not on the the cancelling list
2013-09-19 14:20:19 Tunnelblick[310] DEBUG: Timeout getting IP address using the ipInfo host's name; retrying by IP address
2013-09-19 14:20:49 Tunnelblick[310] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-09-19 14:20:49 Tunnelblick[310] DEBUG: isOnCancellingListIPCheckThread: threadID '50844160-39821579167170' is not on the the cancelling list
2013-09-19 14:20:49 Tunnelblick[310] DEBUG: Timeout getting IP address using the ipInfo host's IP address
2013-09-19 14:20:49 Tunnelblick[310] DEBUG: haveFinishedIPCheckThread: threadID '50844160-39821579167170' removed from active list
2013-09-19 14:22:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:22:47 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:22:47 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: has checked for active daemons
2013-09-19 14:22:47 Tunnelblick[310] DEBUG: includeDaemons = 0; noUnknownOpenVPNsRunning = 1; noActiveDaemons = 1; noDownRootsActive = 1 
2013-09-19 14:22:47 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: will use killAll
2013-09-19 14:22:47 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: requested killAll
2013-09-19 14:22:49 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:22:49 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:22:49 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:22:49 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:22:49 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:22:49 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:22:49 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:22:49 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:22:49 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:22:49 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:22:50 Tunnelblick[310] openvpnstart status from compareShadowCopy: 251
2013-09-19 14:22:50 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: killAll finished
2013-09-19 14:22:50 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:22:50 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:28:13 Tunnelblick[310] DEBUG: currentIPInfo(Name): IP address info was fetched in 235 milliseconds
2013-09-19 14:28:13 Tunnelblick[310] DEBUG: currentIPInfo(Name): [XX.XXX.XX.XXX, 7365, 205.233.73.116]
2013-09-19 14:28:13 Tunnelblick[310] openvpnstart status from compareShadowCopy: 251
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: has checked for active daemons
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: includeDaemons = 0; noUnknownOpenVPNsRunning = 1; noActiveDaemons = 1; noDownRootsActive = 1 
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: will use killAll
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: requested killAll
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:28:36 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:28:37 Tunnelblick[310] openvpnstart status from compareShadowCopy: 251
2013-09-19 14:28:37 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: killAll finished
2013-09-19 14:28:37 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:28:37 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:28:50 Tunnelblick[310] DEBUG: currentIPInfo(Name): IP address info was fetched in 598 milliseconds
2013-09-19 14:28:50 Tunnelblick[310] DEBUG: currentIPInfo(Name): [XX.XXX.XX.XXX, 1920, 205.233.73.116]
2013-09-19 14:28:50 Tunnelblick[310] openvpnstart status from compareShadowCopy: 251
2013-09-19 14:29:29 Tunnelblick[310] openvpnstart status from compareShadowCopy: 251
2013-09-19 14:29:29 Tunnelblick[310] DEBUG: addActiveIPCheckThread: threadID '50844160-40406945189541' added to the active list
2013-09-19 14:29:29 Tunnelblick[310] DEBUG: checkIPAddressAfterConnectedThread: Delaying 5.000000 seconds before checking connection
2013-09-19 14:29:43 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:29:43 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:29:43 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: threadID '50844160-40406945189541' removed from the active list and added to the cancelling list
2013-09-19 14:29:43 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: has checked for active daemons
2013-09-19 14:29:43 Tunnelblick[310] DEBUG: includeDaemons = 0; noUnknownOpenVPNsRunning = 1; noActiveDaemons = 1; noDownRootsActive = 1 
2013-09-19 14:29:43 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: will use killAll
2013-09-19 14:29:43 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: requested killAll
2013-09-19 14:29:45 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:29:45 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:29:45 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:29:45 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:29:45 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:29:45 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:29:45 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:29:45 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:29:45 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:29:45 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:29:45 Tunnelblick[310] openvpnstart status from compareShadowCopy: 251
2013-09-19 14:29:45 Tunnelblick[310] DEBUG: killAllConnectionsIncludingDaemons: killAll finished
2013-09-19 14:29:46 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: Entered
2013-09-19 14:29:46 Tunnelblick[310] DEBUG: cancelAllIPCheckThreadsForConnection: No active threads for connection 50844160
2013-09-19 14:29:46 Tunnelblick[310] DEBUG: currentIPInfo(Name): IP address info was fetched in 12263 milliseconds
2013-09-19 14:29:46 Tunnelblick[310] DEBUG: currentIPInfo(Name): [XX.XXX.XX.XXX, 1924, 205.233.73.116]
2013-09-19 14:29:46 Tunnelblick[310] DEBUG: isOnCancellingListIPCheckThread: threadID '50844160-40406945189541' is on the the cancelling list
2013-09-19 14:29:46 Tunnelblick[310] DEBUG: haveFinishedIPCheckThread: threadID '50844160-40406945189541' removed from cancelling list
2013-09-19 14:30:01 Tunnelblick[310] DEBUG: willGoToSleepHandler: Setting up connections to restore when computer wakes up
2013-09-19 14:30:01 Tunnelblick[310] DEBUG: willGoToSleepHandler: OK to go to sleep
2013-09-19 14:35:26 Tunnelblick[310] DEBUG: menuExtrasWereAddedHandler: invoked
2013-09-19 14:53:45 Tunnelblick[30080] Tunnelblick cannot run when it is on /Volumes because the volume has the MNT_NOSUID statfs flag set.
2013-09-19 14:53:49 coreservicesd[72] Application App:"Tunnelblick" [ 0x0/0x401401]  @ 0x0x7fca004562c0 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x403403:) ), so denying.
2013-09-19 14:53:49 WindowServer[78] [cps/setfront] Failed setting the front application to Tunnelblick, psn 0x0-0x401401, securitySessionID=0x186a4, err=-13066
2013-09-19 14:53:59 Tunnelblick[310] SIGTERM (signal 15) received
2013-09-19 14:53:59 Tunnelblick[310] applicationShouldTerminate: termination because of Quit; delayed until 'shutdownTunnelblick' finishes
2013-09-19 14:53:59 Tunnelblick[310] DEBUG: shutDownTunnelblick: started.
2013-09-19 14:53:59 Tunnelblick[310] DEBUG: shutDownTunnelblick: Starting cleanup.
2013-09-19 14:53:59 Tunnelblick[310] DEBUG: Cleanup: Entering cleanup
2013-09-19 14:53:59 Tunnelblick[310] DEBUG: Cleanup: Setting callDelegateOnNetworkChange: NO
2013-09-19 14:53:59 Tunnelblick[310] DEBUG: Cleanup: Unloading kexts
2013-09-19 14:53:59 Tunnelblick[310] DEBUG: Cleanup: Deleting logs
2013-09-19 14:53:59 Tunnelblick[310] Deleted log files for HomeServer Configuration
2013-09-19 14:53:59 Tunnelblick[310] DEBUG: Cleanup: Removing status bar item
2013-09-19 14:53:59 Tunnelblick[310] DEBUG: Cleanup: Unregistering hotKeyEventHandler
2013-09-19 14:53:59 Tunnelblick[310] DEBUG: shutDownTunnelblick: Cleanup finished.
2013-09-19 14:53:59 Tunnelblick[310] Finished shutting down Tunnelblick; allowing termination
2013-09-19 14:53:59 Tunnelblick[310] DEBUG: applicationWillTerminate: invoked
2013-09-19 14:54:00 Tunnelblick[30080] Beginning installation or repair
2013-09-19 14:54:00 authexec[30096] executing /Volumes/Tunnelblick/Tunnelblick.app/Contents/Resources/installer
2013-09-19 14:54:03 Tunnelblick[30080] Installation or repair succeeded; Log:
                                       Tunnelblick installer started 2013-09-19 14:54:00. 1 arguments: 0x001f
                                       Moved /Applications/Tunnelblick.app to the Trash
                                       Copied /Volumes/Tunnelblick/Tunnelblick.app to /Applications/Tunnelblick.app
                                       Changed ownership of /Applications/Tunnelblick.app and its contents from 501:20 to 0:0
                                       Changed permissions from 755 to 744 on /Applications/Tunnelblick.app/Contents/Resources/atsystemstart
                                       Changed permissions from 755 to 744 on /Applications/Tunnelblick.app/Contents/Resources/installer
                                       Changed permissions from 755 to 744 on /Applications/Tunnelblick.app/Contents/Resources/leasewatch
                                       Changed permissions from 755 to 744 on /Applications/Tunnelblick.app/Contents/Resources/leasewatch3
                                       Changed permissions from 755 to 744 on /Applications/Tunnelblick.app/Contents/Resources/process-network-changes
                                       Changed permissions from 755 to 744 on /Applications/Tunnelblick.app/Contents/Resources/standardize-scutil-output
                                       Changed permissions from 755 to 744 on /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh
                                       Changed permissions from 755 to 744 on /Applications/Tunnelblick.app/Contents/Resources/client.down.tunnelblick.sh
                                       Changed permissions from 644 to 744 on /Applications/Tunnelblick.app/Contents/Resources/client.route-pre-down.tunnelblick.sh
                                       Changed permissions from 644 to 744 on /Applications/Tunnelblick.app/Contents/Resources/client.1.up.tunnelblick.sh
                                       Changed permissions from 644 to 744 on /Applications/Tunnelblick.app/Contents/Resources/client.1.down.tunnelblick.sh
                                       Changed permissions from 644 to 744 on /Applications/Tunnelblick.app/Contents/Resources/client.2.up.tunnelblick.sh
                                       Changed permissions from 644 to 744 on /Applications/Tunnelblick.app/Contents/Resources/client.2.down.tunnelblick.sh
                                       Changed permissions from 755 to 744 on /Applications/Tunnelblick.app/Contents/Resources/client.3.up.tunnelblick.sh
                                       Changed permissions from 755 to 744 on /Applications/Tunnelblick.app/Contents/Resources/client.3.down.tunnelblick.sh
                                       Changed permissions from 755 to 744 on /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.2.1/openvpn-down-root.so
                                       Changed permissions from 755 to 744 on /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.3.2/openvpn-down-root.so
                                       Changed permissions from 755 to 4555 on /Applications/Tunnelblick.app/Contents/Resources/openvpnstart
2013-09-19 14:54:10 Tunnelblick[30080] applicationShouldTerminate: termination because of Quit; delayed until 'shutdownTunnelblick' finishes
2013-09-19 14:54:10 Tunnelblick[30080] Finished shutting down Tunnelblick; allowing termination
2013-09-19 14:54:11 Tunnelblick[30099] Set program update feedURL to https://www.tunnelblick.net/appcast-b.rss
2013-09-19 14:54:12 Tunnelblick[30099] DEBUG: Updater: systemVersion 10.8.4 satisfies minimumSystemVersion 10.4.0
2013-09-19 14:54:12 Tunnelblick[30099] DEBUG: Updater: systemVersion 10.8.4 satisfies minimumSystemVersion 10.4.0
2013-09-19 14:54:16 Tunnelblick[30099] disconnect: while disconnecting
2013-09-19 15:02:18 Tunnelblick[30099] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:02:48 Tunnelblick[30099] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:04:27 Tunnelblick[30099] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:04:57 Tunnelblick[30099] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:05:27 Tunnelblick[30099] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:05:57 Tunnelblick[30099] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:09:42 Tunnelblick[30099] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:10:12 Tunnelblick[30099] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:12:43 Tunnelblick[30099] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:13:13 Tunnelblick[30099] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:34:31 Tunnelblick[30099] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:35:01 Tunnelblick[30099] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:38:11 Tunnelblick[30099] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:38:41 Tunnelblick[30099] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:40:07 Tunnelblick[30099] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:40:37 Tunnelblick[30099] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:57:53 Tunnelblick[30099] openvpnstart status from compareShadowCopy: 252
2013-09-19 15:57:54 Tunnelblick[30099] Beginning installation or repair
2013-09-19 15:57:54 authexec[30854] executing /Applications/Tunnelblick.app/Contents/Resources/installer
2013-09-19 15:57:55 Tunnelblick[30099] Installation or repair succeeded; Log:
                                       Tunnelblick installer started 2013-09-19 15:57:54. 3 arguments: 0x0001 /Library/Application Support/Tunnelblick/Users/NAME/CONFIGURATION.tblk /Users/NAME/Library/Application Support/Tunnelblick/Configurations/CONFIGURATION.tblk
                                       Copied /Users/NAME/Library/Application Support/Tunnelblick/Configurations/CONFIGURATION.tblk to /Library/Application Support/Tunnelblick/Users/NAME/CONFIGURATION.tblk.temp
                                       Copied /Library/Application Support/Tunnelblick/Users/JOHN/CONFIGURATION.tblk.temp to /Library/Application Support/Tunnelblick/Users/NAME/CONFIGURATION.tblk
                                       Changed ownership of /Library/Application Support/Tunnelblick/Users/NAME/CONFIGURATION.tblk and its contents from 502:80 to 0:0
                                       Changed permissions from 640 to 600 on /Library/Application Support/Tunnelblick/Users/NAME/CONFIGURATION.tblk/Contents/Resources/ca.crt
                                       Changed permissions from 640 to 600 on /Library/Application Support/Tunnelblick/Users/NAME/CONFIGURATION.tblk/Contents/Resources/X.crt
                                       Changed permissions from 640 to 600 on /Library/Application Support/Tunnelblick/Users/NAME/CONFIGURATION.tblk/Contents/Resources/X.key
                                       Changed permissions from 640 to 600 on /Library/Application Support/Tunnelblick/Users/NAME/CONFIGURATION.tblk/Contents/Resources/config.ovpn
2013-09-19 15:57:55 Tunnelblick[30099] Created or updated secure (shadow) copy of configuration file /Users/NAME/Library/Application Support/Tunnelblick/Configurations/CONFIGURATION.tblk
2013-09-19 15:58:35 Tunnelblick[30099] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 15:59:05 Tunnelblick[30099] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds

Jonathan K. Bullard

unread,
Sep 19, 2013, 7:12:59 PM9/19/13
to tunnelbli...@googlegroups.com

Please retry with "Set nameserver" and post that information.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

John Carrasquillo

unread,
Sep 19, 2013, 7:52:23 PM9/19/13
to tunnelbli...@googlegroups.com
I believe that was with that option enabled. At any rate, I tried it with all of the set nameserver options available and none of them worked.

I can still redo it if you would like, though. Let me know if you do.

And thank you for your time.

Jonathan K. Bullard

unread,
Sep 19, 2013, 10:28:36 PM9/19/13
to tunnelbli...@googlegroups.com

Yes, please. Set nameserver will output extra logging.

John Carrasquillo

unread,
Sep 19, 2013, 11:07:03 PM9/19/13
to tunnelbli...@googlegroups.com
Okay, I'll do that now.  I just got home from work.  I double checked and it actually is set to Set nameserver (3.1), but I'll set it to the default Set nameserver and post the output now.

John Carrasquillo

unread,
Sep 19, 2013, 11:28:27 PM9/19/13
to tunnelbli...@googlegroups.com
Thank you again for your time and help.


WITH SET NAMESERVER ENABLED


CONFIG
remote HOSTNAME PORT


================================================================================


DIAGNOSTIC

Tunnelblick Log:

2013-09-19 22:12:10 *Tunnelblick: OS X 10.8.4; Tunnelblick 3.4beta08 (build 3576); prior version 3.3.0 (build 3518)
2013-09-19 22:12:10 *Tunnelblick: Attempting connection with HomeServer Configuration using shadow copy; Set nameserver = 1; monitoring connection
2013-09-19 22:12:10 *Tunnelblick: openvpnstart start HomeServer\ Configuration.tblk 1338 1 0 1 0 817 -atADGNWradsgnw -
2013-09-19 22:12:11 *Tunnelblick: openvpnstart log:
     Loading tun.kext
     
     OpenVPN started successfully. Command used to start OpenVPN (one argument per displayed line):
     
          /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.3.2/openvpn
          --cd
          /Library/Application Support/Tunnelblick/Users/X/Configuration.tblk/Contents/Resources
          --daemon
          --management
          127.0.0.1
          1338
          --config
          /Library/Application Support/Tunnelblick/Users/X/Configuration.tblk/Contents/Resources/config.ovpn
          --log
          /Library/Application Support/Tunnelblick/Logs/-SUsers-X-SLibrary-SApplication Support-STunnelblick-SConfigurations-$Configuration.tblk-SContents-SResources-Sconfig.ovpn.1_0_1_0_817.1338.openvpn.log
          --management-query-passwords
          --management-hold
          --redirect-gateway
          def1
          --script-security
          2
          --up
          /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh -m -w -d -f -atADGNWradsgnw
          --down
          /Applications/Tunnelblick.app/Contents/Resources/client.down.tunnelblick.sh -m -w -d -f -atADGNWradsgnw
          --up-restart
          --route-pre-down
          /Applications/Tunnelblick.app/Contents/Resources/client.route-pre-down.tunnelblick.sh -m -w -d -f -atADGNWradsgnw

2013-09-19 22:12:10 OpenVPN 2.3.2 i386-apple-darwin10.8.0 [SSL (OpenSSL)] [LZO] [PKCS11] [eurephia] [MH] [IPv6] built on Aug 20 2013
2013-09-19 22:12:10 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:1338
2013-09-19 22:12:10 Need hold release from management interface, waiting...
2013-09-19 22:12:10 *Tunnelblick: openvpnstart starting OpenVPN:
                    *                    /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.3.2/openvpn --cd /Library/Application Support/Tunnelblick/Users/X/Configuration.tblk/Contents/Resources --daemon --management 127.0.0.1 1338 --config /Library/Application Support/Tunnelblick/Users/X/Configuration.tblk/Contents/Resources/config.ovpn --log /Library/Application Support/Tunnelblick/Logs/-SUsers-X-SLibrary-SApplication Support-STunnelblick-SConfigurations-$Configuration.tblk-SContents-SResources-Sconfig.ovpn.1_0_1_0_817.1338.openvpn.log --management-query-passwords --management-hold --redirect-gateway def1 --script-security 2 --up /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh -m -w -d -f -atADGNWradsgnw --down /Applications/Tunnelblick.app/Contents/Resources/client.down.tunnelblick.sh -m -w -d -f -atADGNWradsgnw --up-restart --route-pre-down /Applications/Tunnelblick.app/Contents/Resources/client.route-pre-down.tunnelblick.sh -m -w -d -f -atADGNWradsgnw
2013-09-19 22:12:11 *Tunnelblick: Established communication with OpenVPN
2013-09-19 22:12:11 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:1338
2013-09-19 22:12:11 MANAGEMENT: CMD 'pid'
2013-09-19 22:12:11 MANAGEMENT: CMD 'state on'
2013-09-19 22:12:11 MANAGEMENT: CMD 'state'
2013-09-19 22:12:11 MANAGEMENT: CMD 'bytecount 1'
2013-09-19 22:12:11 MANAGEMENT: CMD 'hold release'
2013-09-19 22:12:11 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2013-09-19 22:12:11 Socket Buffers: R=[196724->65536] S=[9216->65536]
2013-09-19 22:12:11 MANAGEMENT: >STATE:1379646731,RESOLVE,,,
2013-09-19 22:12:11 UDPv4 link local: [undef]
2013-09-19 22:12:11 UDPv4 link remote: [AF_INET]XX.XX.XX.XX:XXXX
2013-09-19 22:12:11 MANAGEMENT: >STATE:1379646731,WAIT,,,
2013-09-19 22:12:11 MANAGEMENT: >STATE:1379646731,AUTH,,,
2013-09-19 22:12:11 TLS: Initial packet from [AF_INET]XX.XX.XX.XX:XXXX, sid=e8c973bc 56518f5b
2013-09-19 22:12:12 VERIFY OK: depth=1, C=US, ST=AL, L=Oxford, O=OpenVPN, CN=OpenVPN-CA, emailAddress=X...@X.com
2013-09-19 22:12:12 VERIFY OK: nsCertType=SERVER
2013-09-19 22:12:12 VERIFY OK: depth=0, C=US, ST=AL, O=OpenVPN, CN=server, emailAddress=X...@X.com
2013-09-19 22:12:13 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
2013-09-19 22:12:13 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
2013-09-19 22:12:13 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
2013-09-19 22:12:13 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
2013-09-19 22:12:13 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
2013-09-19 22:12:13 [server] Peer Connection Initiated with [AF_INET]XX.XX.XX.XX:XXXX
2013-09-19 22:12:15 MANAGEMENT: >STATE:1379646735,GET_CONFIG,,,
2013-09-19 22:12:16 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
2013-09-19 22:12:16 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS XX.XX.XX.X,route 10.8.0.0 255.255.255.0,topology net30,ping 10,ping-restart 120,ifconfig 10.8.0.6 10.8.0.5'
2013-09-19 22:12:16 OPTIONS IMPORT: timers and/or timeouts modified
2013-09-19 22:12:16 OPTIONS IMPORT: --ifconfig/up options modified
2013-09-19 22:12:16 OPTIONS IMPORT: route options modified
2013-09-19 22:12:16 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
2013-09-19 22:12:16 TUN/TAP device /dev/tun0 opened
2013-09-19 22:12:16 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
2013-09-19 22:12:16 MANAGEMENT: >STATE:1379646736,ASSIGN_IP,,10.8.0.6,
2013-09-19 22:12:16 /sbin/ifconfig tun0 delete
                                        ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address
2013-09-19 22:12:16 NOTE: Tried to delete pre-existing tun/tap instance -- No Problem if failure
2013-09-19 22:12:16 /sbin/ifconfig tun0 10.8.0.6 10.8.0.5 mtu 1500 netmask 255.255.255.255 up
2013-09-19 22:12:16 /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh -m -w -d -f -atADGNWradsgnw tun0 1500 1542 10.8.0.6 10.8.0.5 init
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: Retrieved from OpenVPN: name server(s) [ XX.XX.XX.X ], search domain(s) [ ] and SMB server(s) [ ] and using default domain name [ openvpn ]
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: MAN_DNS_CONFIG = No such key
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: MAN_SMB_CONFIG = No such key
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: CUR_DNS_CONFIG = <dictionary> { ServerAddresses : <array> { 192.168.43.1 2001:4888:21:ff00:245:d:: 2001:4888:26:ff00:240:d:: } }
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: CUR_SMB_CONFIG = No such key
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: DYN_DNS_DN = openvpn; DYN_DNS_SA = XX.XX.XX.X; DYN_DNS_SD =
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: DYN_SMB_NN = ; DYN_SMB_WG = ; DYN_SMB_WA =
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: MAN_DNS_DN = ; MAN_DNS_SA = ; MAN_DNS_SD =
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: MAN_SMB_NN = ; MAN_SMB_WG = ; MAN_SMB_WA =
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: CUR_DNS_DN = ; CUR_DNS_SA = 192.168.43.1 2001:4888:21:ff00:245:d:: 2001:4888:26:ff00:240:d::; CUR_DNS_SD =
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: CUR_SMB_NN = ; CUR_SMB_WG = ; CUR_SMB_WA =
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: ServerAddresses were not aggregated because running on OS X 10.6 or higher
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: Setting search domains to 'openvpn' because running under OS X 10.6 or higher and the search domains were not set manually and 'Prepend domain name to search domains' was not selected
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: FIN_DNS_DN = openvpn; FIN_DNS_SA = XX.XX.XX.X; FIN_DNS_SD = openvpn
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: FIN_SMB_NN = ; FIN_SMB_WG = ; FIN_SMB_WA =
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: OS X 10.8 or higher, so will modify DNS settings using Setup: in addition to State:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: SKP_DNS = ; SKP_DNS_SA = ; SKP_DNS_SD = ; SKP_DNS_DN =
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: SKP_SETUP_DNS =
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: SKP_SMB = #; SKP_SMB_NN = #; SKP_SMB_WG = #; SKP_SMB_WA = #
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: /etc/resolve = nameserver 192.168.43.1 nameserver 2001:4888:21:ff00:245:d:: nameserver 2001:4888:26:ff00:240:d::
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: scutil --dns BEFORE CHANGES = DNS configuration resolver #1 nameserver[0] : 192.168.43.1 nameserver[1] : 2001:4888:21:ff00:245:d:: nameserver[2] : 2001:4888:26:ff00:240:d:: if_index : 5 (en1) reach : Reachable,Directly Reachable Address resolver #2 domain : local options : mdns timeout : 5 order : 300000 resolver #3 domain : 254.169.in-addr.arpa options : mdns timeout : 5 order : 300200 resolver #4 domain : 8.e.f.ip6.arpa options : mdns timeout : 5 order : 300400 resolver #5 domain : 9.e.f.ip6.arpa options : mdns timeout : 5 order : 300600 resolver #6 domain : a.e.f.ip6.arpa options : mdns timeout : 5 order : 300800 resolver #7 domain : b.e.f.ip6.arpa options : mdns timeout : 5 order : 301000 DNS configuration (for scoped queries) resolver #1 nameserver[0] : 192.168.43.1 nameserver[1] : 2001:4888:21:ff00:245:d:: nameserver[2] : 2001:4888:26:ff00:240:d:: if_index : 5 (en1) flags : Scoped reach : Reachable,Directly Reachable Address
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: Configuration changes:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: ADD State: ServerAddresses XX.XX.XX.X
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: ADD State: SearchDomains openvpn
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: ADD State: DomainName openvpn
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: ADD Setup: ServerAddresses XX.XX.XX.X
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: ADD Setup: SearchDomains openvpn
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: ADD Setup: DomainName openvpn
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: ##ADD State: NetBIOSName
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: ##ADD State: Workgroup
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: ##ADD State: WINSAddresses
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:18 *Tunnelblick client.up.tunnelblick.sh: DEBUG: Pause for configuration changes to be propagated to State:/Network/Global/DNS and .../SMB
2013-09-19 22:12:19 /sbin/route add -net XX.XX.XX.XX 192.168.43.1 255.255.255.255
                                        add net XX.XX.XX.XX: gateway 192.168.43.1
2013-09-19 22:12:19 /sbin/route add -net 0.0.0.0 10.8.0.5 128.0.0.0
                                        add net 0.0.0.0: gateway 10.8.0.5
2013-09-19 22:12:19 /sbin/route add -net 128.0.0.0 10.8.0.5 128.0.0.0
                                        add net 128.0.0.0: gateway 10.8.0.5
2013-09-19 22:12:19 MANAGEMENT: >STATE:1379646739,ADD_ROUTES,,,
2013-09-19 22:12:19 /sbin/route add -net 10.8.0.0 10.8.0.5 255.255.255.0
                                        add net 10.8.0.0: gateway 10.8.0.5
2013-09-19 22:12:19 Initialization Sequence Completed
2013-09-19 22:12:19 MANAGEMENT: >STATE:1379646739,CONNECTED,SUCCESS,10.8.0.6,XX.XX.XX.XX
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG: Configurations as read back after changes:
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG: State:/.../DNS = <dictionary> { DomainName : openvpn SearchDomains : <array> { openvpn } ServerAddresses : <array> { XX.XX.XX.X } }
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG: State:/.../SMB = No such key
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG: Setup:/.../DNS = <dictionary> { DomainName : openvpn SearchDomains : <array> { openvpn } ServerAddresses : <array> { XX.XX.XX.X } }
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG: Setup:/.../SMB = No such key
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG: State:/Network/Global/DNS = <dictionary> { DomainName : openvpn SearchDomains : <array> { openvpn } ServerAddresses : <array> { XX.XX.XX.X } }
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG: State:/Network/Global/SMB = No such key
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG: Expected by process-network-changes:
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG: State:/Network/OpenVPN/DNS = <dictionary> { DomainName : openvpn SearchDomains : <array> { openvpn } ServerAddresses : <array> { XX.XX.XX.X } }
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG: State:/Network/OpenVPN/SMB = <dictionary> { TunnelblickNoSuchKey : true }
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG: /etc/resolve = search openvpn nameserver XX.XX.XX.X
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG: scutil --dns AFTER CHANGES = DNS configuration resolver #1 search domain[0] : openvpn nameserver[0] : XX.XX.XX.X reach : Reachable resolver #2 domain : local options : mdns timeout : 5 order : 300000 resolver #3 domain : 254.169.in-addr.arpa options : mdns timeout : 5 order : 300200 resolver #4 domain : 8.e.f.ip6.arpa options : mdns timeout : 5 order : 300400 resolver #5 domain : 9.e.f.ip6.arpa options : mdns timeout : 5 order : 300600 resolver #6 domain : a.e.f.ip6.arpa options : mdns timeout : 5 order : 300800 resolver #7 domain : b.e.f.ip6.arpa options : mdns timeout : 5 order : 301000 DNS configuration (for scoped queries) resolver #1 search domain[0] : openvpn nameserver[0] : XX.XX.XX.X if_index : 5 (en1) flags : Scoped reach : Reachable
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: DEBUG:
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: Saved the DNS and SMB configurations for later use
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: Flushed the DNS Cache
2013-09-19 22:12:19 *Tunnelblick client.up.tunnelblick.sh: Set up to monitor system configuration with leasewatch
2013-09-19 22:12:20 *Tunnelblick: No 'connected.sh' script to execute
2013-09-19 22:12:55 *Tunnelblick leasewatch: A system configuration change was ignored because it was not relevant
2013-09-19 22:12:55 *Tunnelblick: After 30.0 seconds, gave up trying to fetch IP address information using the ipInfo host's name after connecting.
2013-09-19 22:13:25 *Tunnelblick: After 30.0 seconds, gave up trying to fetch IP address information using the ipInfo host's IP address after connecting.
2013-09-19 22:15:49 *Tunnelblick: Disconnecting; 'disconnect' button pressed
2013-09-19 22:15:49 *Tunnelblick: Disconnecting using 'killall'
2013-09-19 22:15:49 event_wait : Interrupted system call (code=4)
2013-09-19 22:15:49 /Applications/Tunnelblick.app/Contents/Resources/client.route-pre-down.tunnelblick.sh -m -w -d -f -atADGNWradsgnw tun0 1500 1542 10.8.0.6 10.8.0.5 init
2013-09-19 22:15:49 /sbin/route delete -net 10.8.0.0 10.8.0.5 255.255.255.0
2013-09-19 22:15:49 *Tunnelblick client.route-pre-down.tunnelblick.sh: No action required because this is not a TAP connection.
                                        delete net 10.8.0.0: gateway 10.8.0.5
2013-09-19 22:15:49 /sbin/route delete -net XX.XX.XX.XX 192.168.43.1 255.255.255.255
                                        delete net XX.XX.XX.XX: gateway 192.168.43.1
2013-09-19 22:15:49 /sbin/route delete -net 0.0.0.0 10.8.0.5 128.0.0.0
                                        delete net 0.0.0.0: gateway 10.8.0.5
2013-09-19 22:15:49 /sbin/route delete -net 128.0.0.0 10.8.0.5 128.0.0.0
                                        delete net 128.0.0.0: gateway 10.8.0.5
2013-09-19 22:15:49 Closing TUN/TAP interface
2013-09-19 22:15:49 /Applications/Tunnelblick.app/Contents/Resources/client.down.tunnelblick.sh -m -w -d -f -atADGNWradsgnw tun0 1500 1542 10.8.0.6 10.8.0.5 init
                                          No such key
2013-09-19 22:15:49 SIGTERM[hard,] received, process exiting
2013-09-19 22:15:49 MANAGEMENT: >STATE:1379646949,EXITING,SIGTERM,,
2013-09-19 22:15:49 *Tunnelblick client.down.tunnelblick.sh: Cancelled monitoring of system configuration changes
2013-09-19 22:15:49 *Tunnelblick client.down.tunnelblick.sh: DEBUG: Removing 'Setup:' DNS key
2013-09-19 22:15:49 *Tunnelblick client.down.tunnelblick.sh: Restored the DNS and SMB configurations
2013-09-19 22:15:49 *Tunnelblick client.down.tunnelblick.sh: DEBUG:
2013-09-19 22:15:49 *Tunnelblick client.down.tunnelblick.sh: DEBUG: /etc/resolve = nameserver 192.168.43.1 nameserver 2001:4888:21:ff00:245:d:: nameserver 2001:4888:26:ff00:240:d::
2013-09-19 22:15:49 *Tunnelblick client.down.tunnelblick.sh: DEBUG:
2013-09-19 22:15:49 *Tunnelblick client.down.tunnelblick.sh: DEBUG: scutil --dns = DNS configuration resolver #1 nameserver[0] : 192.168.43.1 nameserver[1] : 2001:4888:21:ff00:245:d:: nameserver[2] : 2001:4888:26:ff00:240:d:: if_index : 5 (en1) reach : Reachable,Directly Reachable Address resolver #2 domain : local options : mdns timeout : 5 order : 300000 resolver #3 domain : 254.169.in-addr.arpa options : mdns timeout : 5 order : 300200 resolver #4 domain : 8.e.f.ip6.arpa options : mdns timeout : 5 order : 300400 resolver #5 domain : 9.e.f.ip6.arpa options : mdns timeout : 5 order : 300600 resolver #6 domain : a.e.f.ip6.arpa options : mdns timeout : 5 order : 300800 resolver #7 domain : b.e.f.ip6.arpa options : mdns timeout : 5 order : 301000 DNS configuration (for scoped queries) resolver #1 nameserver[0] : 192.168.43.1 nameserver[1] : 2001:4888:21:ff00:245:d:: nameserver[2] : 2001:4888:26:ff00:240:d:: if_index : 5 (en1) flags : Scoped reach : Reachable,Directly Reachable Address
2013-09-19 22:15:49 *Tunnelblick client.down.tunnelblick.sh: DEBUG:
2013-09-19 22:15:49 *Tunnelblick client.down.tunnelblick.sh: Flushed the DNS Cache
2013-09-19 22:15:49 *Tunnelblick: No 'post-disconnect.sh' script to execute

================================================================================

Console Log:

2013-09-19 22:08:13 Tunnelblick[30099] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 5.0 seconds
2013-09-19 22:08:13 Tunnelblick[30099] After 5.0 seconds, gave up trying to fetch IP address information before connecting
2013-09-19 22:12:55 Tunnelblick[30099] DEBUG: currentIPInfo(Name): IP address info could not be fetched within 30.0 seconds
2013-09-19 22:13:25 Tunnelblick[30099] DEBUG: currentIPInfo(Address): IP address info could not be fetched within 30.0 seconds

jkbull...gmail.com

unread,
Sep 20, 2013, 12:14:06 AM9/20/13
to tunnelbli...@googlegroups.com, jaxp...@gmail.com
Everything looks OK from Tunnelblick's perspective -- the first problem (in your original post):

2013-09-19 15:57:59 /sbin/ifconfig tun0 delete
                                        ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address      <---- Is that something?

is not a problem; the next entry is trying to say that:

2013-09-19 15:57:59 NOTE: Tried to delete pre-existing tun/tap instance -- No Problem if failure

but confuses many people.

I don't know about the next problem you highlighted in our original post:

2013-09-19 15:57:59 /sbin/route add -net XX.XX.XXX.XX 192.168.43.1 255.255.255.255
                                        add net XX.XX.XXX.XX: gateway 192.168.43.1       <---- This isn't my LAN gateway,
                                                                                                                           problem?

It appears also in the new log. I'm not an OpenVPN or routing expert, but that could be a problem.

This does appear to be a routing problem. You might be best off getting help from an OpenVPN expert. Try

John Carrasquillo

unread,
Sep 20, 2013, 8:04:29 AM9/20/13
to tunnelbli...@googlegroups.com
Okay, I'll do that. Thank you very much. When I resolve my issue, I'll post the solution here for others to see.

Rawad Rifai

unread,
Nov 3, 2023, 7:44:11 AM11/3/23
to tunnelblick-discuss

Any solution for this? I'm running into the same issue.. it used to work perfectly.
p.s. my vpn connection is a vpn client endpoint on aws
Reply all
Reply to author
Forward
0 new messages