Created
January 23, 2014 11:28
-
-
Save regedarek/8577071 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *Tunnelblick: OS X 10.9.1; Tunnelblick 3.4beta20 (build 3727); prior version 3.4beta18 (build 3704); Admin user | |
| "Sanitized" configuration file for /Library/Application Support/Tunnelblick/Shared/redcom.tblk: | |
| ############################################## | |
| # 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 nostromo.redcom.com.pl 1194 | |
| remote nostromo2.redcom.com.pl 1194 | |
| ;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 darekf.crt | |
| key darekf.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: | |
| # http://openvpn.net/howto.html#mitm | |
| # | |
| # 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 AES-128-CBC | |
| # 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 | |
| ================================================================================ | |
| Configuration preferences: | |
| -notOKToCheckThatIPAddressDidNotChangeAfterConnection = 0 | |
| -lastConnectionSucceeded = 1 | |
| ================================================================================ | |
| Wildcard preferences: | |
| -notOKToCheckThatIPAddressDidNotChangeAfterConnection = 0 | |
| ================================================================================ | |
| Program preferences: | |
| skipWarningThatIPAddressDidNotChangeAfterConnection = 1 | |
| notOKToCheckThatIPAddressDidNotChangeAfterConnection = 0 | |
| askedUserIfOKToCheckThatIPAddressDidNotChangeAfterConnection = 1 | |
| tunnelblickVersionHistory = ( | |
| "3.4beta20 (build 3727)", | |
| "3.4beta18 (build 3704)" | |
| ) | |
| showConnectedDurations = 1 | |
| connectionWindowDisplayCriteria = showWhenConnecting | |
| maxLogDisplaySize = 102400 | |
| lastConnectedDisplayName = redcom | |
| keyboardShortcutIndex = 1 | |
| updateCheckAutomatically = 0 | |
| updateSendProfileInfo = 1 | |
| NSWindow Frame ConnectingWindow = 445 444 389 187 0 0 1280 778 | |
| detailsWindowFrameVersion = 3727 | |
| detailsWindowFrame = {{260, 233}, {760, 468}} | |
| detailsWindowLeftFrame = {{0, 0}, {135, 350}} | |
| leftNavSelectedDisplayName = redcom | |
| haveDealtWithSparkle1dot5b6 = 1 | |
| haveDealtWithOldTunTapPreferences = 1 | |
| SUEnableAutomaticChecks = 0 | |
| SUFeedURL = https://www.tunnelblick.net/appcast-b.rss | |
| SUSendProfileInfo = 1 | |
| SULastCheckTime = 2013-12-20 14:10:41 +0000 | |
| SUHasLaunchedBefore = 1 | |
| WebKitDefaultFontSize = 16 | |
| WebKitStandardFont = Times | |
| ================================================================================ | |
| Tunnelblick Log: | |
| 2014-01-23 12:25:24 *Tunnelblick: OS X 10.9.1; Tunnelblick 3.4beta20 (build 3727); prior version 3.4beta18 (build 3704) | |
| 2014-01-23 12:25:24 *Tunnelblick: Attempting connection with redcom; Set nameserver = 1; monitoring connection | |
| 2014-01-23 12:25:24 *Tunnelblick: openvpnstart start redcom.tblk 1338 1 0 3 0 305 -ptADGNWradsgnw 2.2.1 | |
| 2014-01-23 12:25:24 *Tunnelblick: openvpnstart starting OpenVPN | |
| 2014-01-23 12:25:25 *Tunnelblick: openvpnstart log: | |
| Loading tun-signed.kext | |
| OpenVPN started successfully. Command used to start OpenVPN (one argument per displayed line): | |
| /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.2.1/openvpn | |
| --cd | |
| /Library/Application Support/Tunnelblick/Shared/redcom.tblk/Contents/Resources | |
| --daemon | |
| --management | |
| 127.0.0.1 | |
| 1338 | |
| --config | |
| /Library/Application Support/Tunnelblick/Shared/redcom.tblk/Contents/Resources/config.ovpn | |
| --log | |
| /Library/Application Support/Tunnelblick/Logs/-SLibrary-SApplication Support-STunnelblick-SShared-Sredcom.tblk-SContents-SResources-Sconfig.ovpn.1_0_3_0_305.1338.openvpn.log | |
| --management-query-passwords | |
| --management-hold | |
| --script-security | |
| 2 | |
| --up | |
| /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh -m -w -d -f -ptADGNWradsgnw | |
| --down | |
| /Applications/Tunnelblick.app/Contents/Resources/client.down.tunnelblick.sh -m -w -d -f -ptADGNWradsgnw | |
| 2014-01-23 12:25:25 *Tunnelblick: Established communication with OpenVPN | |
| 2014-01-23 12:25:25 OpenVPN 2.2.1 i386-apple-darwin10.8.0 [SSL] [LZO2] [PKCS11] [eurephia] built on Jan 6 2014 | |
| 2014-01-23 12:25:25 MANAGEMENT: TCP Socket listening on 127.0.0.1:1338 | |
| 2014-01-23 12:25:25 Need hold release from management interface, waiting... | |
| 2014-01-23 12:25:25 MANAGEMENT: Client connected from 127.0.0.1:1338 | |
| 2014-01-23 12:25:25 MANAGEMENT: CMD 'pid' | |
| 2014-01-23 12:25:25 MANAGEMENT: CMD 'state on' | |
| 2014-01-23 12:25:25 MANAGEMENT: CMD 'state' | |
| 2014-01-23 12:25:25 MANAGEMENT: CMD 'bytecount 1' | |
| 2014-01-23 12:25:25 MANAGEMENT: CMD 'hold release' | |
| 2014-01-23 12:25:25 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts | |
| 2014-01-23 12:25:25 Control Channel Authentication: using 'ta.key' as a OpenVPN static key file | |
| 2014-01-23 12:25:25 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication | |
| 2014-01-23 12:25:25 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication | |
| 2014-01-23 12:25:25 LZO compression initialized | |
| 2014-01-23 12:25:25 Control Channel MTU parms [ L:1558 D:166 EF:66 EB:0 ET:0 EL:0 ] | |
| 2014-01-23 12:25:25 Socket Buffers: R=[196724->65536] S=[9216->65536] | |
| 2014-01-23 12:25:25 MANAGEMENT: >STATE:1390476325,RESOLVE,,, | |
| 2014-01-23 12:25:25 Data Channel MTU parms [ L:1558 D:1450 EF:58 EB:135 ET:0 EL:0 AF:3/1 ] | |
| 2014-01-23 12:25:25 Local Options hash (VER=V4): '272f1b58' | |
| 2014-01-23 12:25:25 Expected Remote Options hash (VER=V4): 'a2e63101' | |
| 2014-01-23 12:25:25 UDPv4 link local: [undef] | |
| 2014-01-23 12:25:25 UDPv4 link remote: 94.124.8.9:1194 | |
| 2014-01-23 12:25:25 MANAGEMENT: >STATE:1390476325,WAIT,,, | |
| 2014-01-23 12:25:25 MANAGEMENT: >STATE:1390476325,AUTH,,, | |
| 2014-01-23 12:25:25 TLS: Initial packet from 94.124.8.9:1194, sid=9592de37 a7d2ddb7 | |
| 2014-01-23 12:25:25 VERIFY OK: depth=1, /C=PL/ST=malopolskie/L=Krakow/O=Redcom/OU=OpenVPN/CN=Redcom_Krakow_CA/name=redcom-krakow-ca/emailAddress=admin@redcom.com.pl | |
| 2014-01-23 12:25:25 VERIFY OK: nsCertType=SERVER | |
| 2014-01-23 12:25:25 VERIFY OK: depth=0, /C=PL/ST=malopolskie/L=Krakow/O=Redcom/OU=OpenVPN/CN=nostromo.redcom.com.pl/name=nostromo-server/emailAddress=admin@redcom.com.pl | |
| 2014-01-23 12:25:27 Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key | |
| 2014-01-23 12:25:27 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication | |
| 2014-01-23 12:25:27 Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key | |
| 2014-01-23 12:25:27 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication | |
| 2014-01-23 12:25:27 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA | |
| 2014-01-23 12:25:27 [nostromo.redcom.com.pl] Peer Connection Initiated with 94.124.8.9:1194 | |
| 2014-01-23 12:25:28 MANAGEMENT: >STATE:1390476328,GET_CONFIG,,, | |
| 2014-01-23 12:25:29 SENT CONTROL [nostromo.redcom.com.pl]: 'PUSH_REQUEST' (status=1) | |
| 2014-01-23 12:25:29 PUSH: Received control message: 'PUSH_REPLY,route 10.121.130.0 255.255.255.0,route 10.121.131.0 255.255.255.0,route 10.10.230.1,topology net30,ping 10,ping-restart 120,ifconfig 10.10.230.14 10.10.230.13' | |
| 2014-01-23 12:25:29 OPTIONS IMPORT: timers and/or timeouts modified | |
| 2014-01-23 12:25:29 OPTIONS IMPORT: --ifconfig/up options modified | |
| 2014-01-23 12:25:29 OPTIONS IMPORT: route options modified | |
| 2014-01-23 12:25:29 ROUTE default_gateway=192.168.43.1 | |
| 2014-01-23 12:25:29 TUN/TAP device /dev/tun0 opened | |
| 2014-01-23 12:25:29 MANAGEMENT: >STATE:1390476329,ASSIGN_IP,,10.10.230.14, | |
| 2014-01-23 12:25:29 /sbin/ifconfig tun0 delete | |
| ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address | |
| 2014-01-23 12:25:29 NOTE: Tried to delete pre-existing tun/tap instance -- No Problem if failure | |
| 2014-01-23 12:25:29 /sbin/ifconfig tun0 10.10.230.14 10.10.230.13 mtu 1500 netmask 255.255.255.255 up | |
| 2014-01-23 12:25:29 /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh -m -w -d -f -ptADGNWradsgnw tun0 1500 1558 10.10.230.14 10.10.230.13 init | |
| ********************************************** | |
| Start of output from client.up.tunnelblick.sh | |
| No network configuration changes need to be made. | |
| Will NOT monitor for other network configuration changes. | |
| End of output from client.up.tunnelblick.sh | |
| ********************************************** | |
| 2014-01-23 12:25:31 MANAGEMENT: >STATE:1390476331,ADD_ROUTES,,, | |
| 2014-01-23 12:25:31 /sbin/route add -net 10.121.130.0 10.10.230.13 255.255.255.0 | |
| add net 10.121.130.0: gateway 10.10.230.13 | |
| 2014-01-23 12:25:31 /sbin/route add -net 10.121.131.0 10.10.230.13 255.255.255.0 | |
| add net 10.121.131.0: gateway 10.10.230.13 | |
| 2014-01-23 12:25:31 /sbin/route add -net 10.10.230.1 10.10.230.13 255.255.255.255 | |
| add net 10.10.230.1: gateway 10.10.230.13 | |
| 2014-01-23 12:25:31 Initialization Sequence Completed | |
| 2014-01-23 12:25:31 MANAGEMENT: >STATE:1390476331,CONNECTED,SUCCESS,10.10.230.14,94.124.8.9 | |
| 2014-01-23 12:25:31 *Tunnelblick: No 'connected.sh' script to execute | |
| 2014-01-23 12:25:37 *Tunnelblick: This computer's apparent public IP address (178.182.7.124) was unchanged after the connection was made | |
| ================================================================================ | |
| Console Log: | |
| t | |
| 2014-01-23 11:54:54 Tunnelblick[488] Configuration installer: Installation of Tunnelblick VPN Package redcom has been cancelled. | |
| 2014-01-23 11:55:21 Tunnelblick[488] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 11:55:21 Tunnelblick[488] applicationShouldTerminate: termination because of Quit; delayed until 'shutdownTunnelblick' finishes | |
| 2014-01-23 11:55:21 Tunnelblick[488] Finished shutting down Tunnelblick; allowing termination | |
| 2014-01-23 11:55:24 Tunnelblick[15765] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 11:55:25 Tunnelblick[15765] Set program update feedURL to https://www.tunnelblick.net/appcast-b.rss | |
| 2014-01-23 12:06:57 Tunnelblick[15765] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:06:57 Tunnelblick[15765] applicationShouldTerminate: termination because of Quit; delayed until 'shutdownTunnelblick' finishes | |
| 2014-01-23 12:07:00 Tunnelblick[15765] Finished shutting down Tunnelblick; allowing termination | |
| 2014-01-23 12:09:09 kernel[0] hfs: mounted Tunnelblick on device disk1s2 | |
| 2014-01-23 12:09:09 mds[61] (Normal) Volume: volume:0x7fae7a88a000 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Tunnelblick | |
| 2014-01-23 12:09:18 Tunnelblick[16127] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:09:18 Tunnelblick[16127] Tunnelblick cannot run when it is on /Volumes because the volume has the MNT_NOSUID statfs flag set. | |
| 2014-01-23 12:09:21 Tunnelblick[16127] Beginning installation or repair | |
| 2014-01-23 12:09:21 authexec[16143] executing /Volumes/Tunnelblick/Tunnelblick.app/Contents/Resources/installer | |
| 2014-01-23 12:09:21 Tunnelblick[16127] Installation or repair succeeded; Log: | |
| Tunnelblick installer started 2014-01-23 12:09:21. 1 arguments: 0x001f | |
| Copied /Volumes/Tunnelblick/Tunnelblick.app to /Applications/Tunnelblick.app | |
| Changed ownership of /Applications/Tunnelblick.app and its contents from 501:80 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 | |
| 2014-01-23 12:09:23 Tunnelblick[16127] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:09:23 Tunnelblick[16127] applicationShouldTerminate: termination because of Quit; delayed until 'shutdownTunnelblick' finishes | |
| 2014-01-23 12:09:23 Tunnelblick[16146] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:09:23 Tunnelblick[16127] Finished shutting down Tunnelblick; allowing termination | |
| 2014-01-23 12:09:24 Tunnelblick[16146] Set program update feedURL to https://www.tunnelblick.net/appcast-b.rss | |
| 2014-01-23 12:11:01 Tunnelblick[16146] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:11:01 Tunnelblick[16146] applicationShouldTerminate: termination because of Quit; delayed until 'shutdownTunnelblick' finishes | |
| 2014-01-23 12:11:03 Tunnelblick[16146] Finished shutting down Tunnelblick; allowing termination | |
| 2014-01-23 12:11:08 kernel[0] hfs: mounted Tunnelblick Uninstaller on device disk2s2 | |
| 2014-01-23 12:11:08 mds[61] (Normal) Volume: volume:0x7fae7a80be00 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Tunnelblick Uninstaller | |
| 2014-01-23 12:11:31 launchservicesd[74] Application App:"Tunnelblick Uninstaller" asn:0x0-2b92b9 pid:16279 refs=7 @ 0x7f8d64a6bf40 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x2ba2ba pid=16288 "SecurityAgent"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100004/0x186a4 queue | |
| 2014-01-23 12:11:31 WindowServer[89] [cps/setfront] Failed setting the front application to Tunnelblick Uninstaller, psn 0x0-0x2b92b9, securitySessionID=0x186a4, err=-13066 | |
| 2014-01-23 12:11:58 Tunnelblick[16469] Created a symbolic link to /Users/rege/Library/Application Support/Tunnelblick/Configurations at /Users/rege/Library/openvpn | |
| 2014-01-23 12:11:58 Tunnelblick[16469] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:11:58 Tunnelblick[16469] Tunnelblick cannot run when it is on /Volumes because the volume has the MNT_NOSUID statfs flag set. | |
| 2014-01-23 12:12:02 Tunnelblick[16469] Beginning installation or repair | |
| 2014-01-23 12:12:02 authexec[16479] executing /Volumes/Tunnelblick/Tunnelblick.app/Contents/Resources/installer | |
| 2014-01-23 12:12:04 Tunnelblick[16469] Installation or repair succeeded; Log: | |
| Tunnelblick installer started 2014-01-23 12:12:02. 1 arguments: 0x001f | |
| Created directory /Library/Application Support/Tunnelblick with owner 0:80 and permissions 755 | |
| Changed ownership of /Library/Application Support/Tunnelblick from 0:80 to 0:0 | |
| Created directory /Library/Application Support/Tunnelblick/Logs with owner 0:0 and permissions 755 | |
| Created directory /Library/Application Support/Tunnelblick/Shared with owner 0:0 and permissions 755 | |
| Created directory /Library/Application Support/Tunnelblick/Users with owner 0:0 and permissions 750 | |
| Created directory /Library/Application Support/Tunnelblick/Users/rege with owner 0:0 and permissions 750 | |
| Changed ownership of /Users/rege/Library/Application Support/Tunnelblick from 501:20 to 501:80 | |
| Changed ownership of /Users/rege/Library/Application Support/Tunnelblick/Configurations from 501:20 to 501:80 | |
| 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:80 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 | |
| 2014-01-23 12:12:06 Tunnelblick[16469] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:12:06 Tunnelblick[16469] applicationShouldTerminate: termination because of Quit; delayed until 'shutdownTunnelblick' finishes | |
| 2014-01-23 12:12:06 Tunnelblick[16469] Finished shutting down Tunnelblick; allowing termination | |
| 2014-01-23 12:12:06 Tunnelblick[16487] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:12:07 Tunnelblick[16487] Set program update feedURL to https://www.tunnelblick.net/appcast-b.rss | |
| 2014-01-23 12:12:15 Tunnelblick[16487] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:12:15 Tunnelblick[16487] applicationShouldTerminate: termination because of Quit; delayed until 'shutdownTunnelblick' finishes | |
| 2014-01-23 12:12:15 Tunnelblick[16487] Finished shutting down Tunnelblick; allowing termination | |
| 2014-01-23 12:12:43 launchservicesd[74] Application App:"Tunnelblick Uninstaller" asn:0x0-2c52c5 pid:16511 refs=7 @ 0x7f8d65204060 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x2c62c6 pid=16521 "SecurityAgent"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100004/0x186a4 queue | |
| 2014-01-23 12:12:43 WindowServer[89] [cps/setfront] Failed setting the front application to Tunnelblick Uninstaller, psn 0x0-0x2c52c5, securitySessionID=0x186a4, err=-13066 | |
| 2014-01-23 12:13:30 Tunnelblick[16701] Created a symbolic link to /Users/rege/Library/Application Support/Tunnelblick/Configurations at /Users/rege/Library/openvpn | |
| 2014-01-23 12:13:30 Tunnelblick[16701] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:13:30 Tunnelblick[16701] Tunnelblick cannot run when it is on /Volumes because the volume has the MNT_NOSUID statfs flag set. | |
| 2014-01-23 12:13:33 Tunnelblick[16701] Beginning installation or repair | |
| 2014-01-23 12:13:34 authexec[16713] executing /Volumes/Tunnelblick/Tunnelblick.app/Contents/Resources/installer | |
| 2014-01-23 12:13:34 Tunnelblick[16701] Installation or repair succeeded; Log: | |
| Tunnelblick installer started 2014-01-23 12:13:34. 1 arguments: 0x001f | |
| Created directory /Library/Application Support/Tunnelblick with owner 0:80 and permissions 755 | |
| Changed ownership of /Library/Application Support/Tunnelblick from 0:80 to 0:0 | |
| Created directory /Library/Application Support/Tunnelblick/Logs with owner 0:0 and permissions 755 | |
| Created directory /Library/Application Support/Tunnelblick/Shared with owner 0:0 and permissions 755 | |
| Created directory /Library/Application Support/Tunnelblick/Users with owner 0:0 and permissions 750 | |
| Created directory /Library/Application Support/Tunnelblick/Users/rege with owner 0:0 and permissions 750 | |
| Changed ownership of /Users/rege/Library/Application Support/Tunnelblick from 501:20 to 501:80 | |
| Changed ownership of /Users/rege/Library/Application Support/Tunnelblick/Configurations from 501:20 to 501:80 | |
| Copied /Volumes/Tunnelblick/Tunnelblick.app to /Applications/Tunnelblick.app | |
| Changed ownership of /Applications/Tunnelblick.app and its contents from 501:80 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 | |
| 2014-01-23 12:13:36 Tunnelblick[16701] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:13:36 Tunnelblick[16701] applicationShouldTerminate: termination because of Quit; delayed until 'shutdownTunnelblick' finishes | |
| 2014-01-23 12:13:37 Tunnelblick[16716] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:13:37 Tunnelblick[16701] Finished shutting down Tunnelblick; allowing termination | |
| 2014-01-23 12:13:37 Tunnelblick[16716] Set program update feedURL to https://www.tunnelblick.net/appcast-b.rss | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Copied easy-rsa | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 700 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/build-ca | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/build-dh | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/build-inter | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/build-key | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/build-key-pass | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/build-key-pkcs12 | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/build-key-server | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/build-req | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/build-req-pass | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/clean-all | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/inherit-inter | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 700 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/keys | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/list-crl | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 644 to 600 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/openssl-0.9.6.cnf | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 644 to 600 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/openssl-0.9.8.cnf | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 644 to 600 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/openssl-1.0.0.cnf | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/pkitool | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 644 to 400 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/README | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/revoke-full | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/sign-req | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 644 to 400 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/TB-version.txt | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 600 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/vars | |
| 2014-01-23 12:13:43 Tunnelblick[16716] Changed permissions from 755 to 500 on /Users/rege/Library/Application Support/Tunnelblick/easy-rsa/whichopensslcnf | |
| 2014-01-23 12:13:57 Tunnelblick[16716] Beginning installation or repair | |
| 2014-01-23 12:13:57 authexec[16737] executing /Applications/Tunnelblick.app/Contents/Resources/installer | |
| 2014-01-23 12:13:58 Tunnelblick[16716] Installation or repair succeeded; Log: | |
| Tunnelblick installer started 2014-01-23 12:13:57. 3 arguments: 0x0001 /Library/Application Support/Tunnelblick/Shared/redcom.tblk /private/var/folders/xh/97z4jk_s7n3_j6bhmct39xg80000gn/T/TunnelblickTemporaryDotTblk-eIHIhh/redcom.tblk | |
| Copied /private/var/folders/xh/97z4jk_s7n3_j6bhmct39xg80000gn/T/TunnelblickTemporaryDotTblk-eIHIhh/redcom.tblk to /Library/Application Support/Tunnelblick/Shared/redcom.tblk.temp | |
| Copied /Library/Application Support/Tunnelblick/Shared/redcom.tblk.temp to /Library/Application Support/Tunnelblick/Shared/redcom.tblk | |
| Changed ownership of /Library/Application Support/Tunnelblick/Shared/redcom.tblk and its contents from 501:20 to 0:0 | |
| Changed permissions from 755 to 750 on /Library/Application Support/Tunnelblick/Shared/redcom.tblk | |
| Changed permissions from 755 to 750 on /Library/Application Support/Tunnelblick/Shared/redcom.tblk/Contents | |
| Changed permissions from 755 to 750 on /Library/Application Support/Tunnelblick/Shared/redcom.tblk/Contents/Resources | |
| Changed permissions from 644 to 600 on /Library/Application Support/Tunnelblick/Shared/redcom.tblk/Contents/Resources/ca.crt | |
| Changed permissions from 644 to 600 on /Library/Application Support/Tunnelblick/Shared/redcom.tblk/Contents/Resources/config.ovpn | |
| Changed permissions from 644 to 600 on /Library/Application Support/Tunnelblick/Shared/redcom.tblk/Contents/Resources/darekf.crt | |
| 2014-01-23 12:25:17 Tunnelblick[16716] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:25:17 Tunnelblick[16716] applicationShouldTerminate: termination because of Quit; delayed until 'shutdownTunnelblick' finishes | |
| 2014-01-23 12:25:18 Tunnelblick[16716] Finished shutting down Tunnelblick; allowing termination | |
| 2014-01-23 12:25:21 Tunnelblick[16879] deleteAppFromLoginItems: LSSharedFileListItemResolve returned status = -35; url is NULL | |
| 2014-01-23 12:25:22 Tunnelblick[16879] Set program update feedURL to https://www.tunnelblick.net/appcast-b.rss | |
| ================================================================================ | |
| Non-Apple kexts that are loaded: | |
| Index Refs Address Size Wired Name (Version) <Linked Against> | |
| 144 0 0xffffff7f82046000 0x6000 0x6000 net.tunnelblick.tun (1.0) <7 5 4 1> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2014-01-23 12:28:47 *Tunnelblick: OS X 10.9.1; Tunnelblick 3.4beta20 (build 3727); prior version 3.4beta18 (build 3704)
2014-01-23 12:28:47 *Tunnelblick: Attempting connection with redcom; Set nameserver = 1; monitoring connection
2014-01-23 12:28:47 *Tunnelblick: openvpnstart start redcom.tblk 1337 1 0 3 0 305 -ptADGNWradsgnw 2.2.1
2014-01-23 12:28:48 *Tunnelblick: openvpnstart log:
Loading tun-signed.kext
2014-01-23 12:28:48 Tunnelblick: Established communication with OpenVPN
2014-01-23 12:28:48 us=69159 Current Parameter Settings:
2014-01-23 12:28:48 us=69349 config = '/Library/Application Support/Tunnelblick/Shared/redcom.tblk/Contents/Resources/config.ovpn'
2014-01-23 12:28:48 us=69361 mode = 0
2014-01-23 12:28:48 us=69370 show_ciphers = DISABLED
2014-01-23 12:28:48 us=69378 show_digests = DISABLED
2014-01-23 12:28:48 us=69386 show_engines = DISABLED
2014-01-23 12:28:48 us=69394 genkey = DISABLED
2014-01-23 12:28:48 us=69402 key_pass_file = '[UNDEF]'
2014-01-23 12:28:48 us=69410 show_tls_ciphers = DISABLED
2014-01-23 12:28:48 us=69417 Connection profiles [default]:
2014-01-23 12:28:48 us=69425 proto = udp
2014-01-23 12:28:48 us=69433 local = '[UNDEF]'
2014-01-23 12:28:48 us=69441 local_port = 1194
2014-01-23 12:28:48 us=69449 remote = '[UNDEF]'
2014-01-23 12:28:48 us=69457 remote_port = 1194
2014-01-23 12:28:48 us=69465 remote_float = DISABLED
2014-01-23 12:28:48 us=69472 bind_defined = DISABLED
2014-01-23 12:28:48 us=69480 bind_local = DISABLED
2014-01-23 12:28:48 us=69489 connect_retry_seconds = 5
2014-01-23 12:28:48 us=69497 connect_timeout = 10
2014-01-23 12:28:48 us=69504 NOTE: --mute triggered...
2014-01-23 12:28:48 us=69524 270 variation(s) on previous 20 message(s) suppressed by --mute
2014-01-23 12:28:48 us=69536 OpenVPN 2.2.1 i386-apple-darwin10.8.0 [SSL] [LZO2] [PKCS11] [eurephia] built on Jan 6 2014
2014-01-23 12:28:48 us=69628 MANAGEMENT: TCP Socket listening on 127.0.0.1:1337
2014-01-23 12:28:48 us=70135 Need hold release from management interface, waiting...
2014-01-23 12:28:48 us=191069 MANAGEMENT: Client connected from 127.0.0.1:1337
2014-01-23 12:28:48 us=198530 MANAGEMENT: CMD 'pid'
2014-01-23 12:28:48 us=198778 MANAGEMENT: CMD 'state on'
2014-01-23 12:28:48 us=198934 MANAGEMENT: CMD 'state'
2014-01-23 12:28:48 us=199101 MANAGEMENT: CMD 'bytecount 1'
2014-01-23 12:28:48 us=199238 MANAGEMENT: CMD 'hold release'
2014-01-23 12:28:48 us=199528 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2014-01-23 12:28:48 us=202889 Control Channel Authentication: using 'ta.key' as a OpenVPN static key file
2014-01-23 12:28:48 us=203019 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
2014-01-23 12:28:48 us=203093 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
2014-01-23 12:28:48 us=203188 LZO compression initialized
2014-01-23 12:28:48 us=203338 Control Channel MTU parms [ L:1558 D:166 EF:66 EB:0 ET:0 EL:0 ]
2014-01-23 12:28:48 us=203458 Socket Buffers: R=[196724->65536] S=[9216->65536]
2014-01-23 12:28:48 us=203537 MANAGEMENT: >STATE:1390476528,RESOLVE,,,
2014-01-23 12:28:48 us=204092 Data Channel MTU parms [ L:1558 D:1450 EF:58 EB:135 ET:0 EL:0 AF:3/1 ]
2014-01-23 12:28:48 us=204199 Local Options String: 'V4,dev-type tun,link-mtu 1558,tun-mtu 1500,proto UDPv4,comp-lzo,keydir 1,cipher AES-128-CBC,auth SHA1,keysize 128,tls-auth,key-method 2,tls-client'
2014-01-23 12:28:48 us=204272 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1558,tun-mtu 1500,proto UDPv4,comp-lzo,keydir 0,cipher AES-128-CBC,auth SHA1,keysize 128,tls-auth,key-method 2,tls-server'
2014-01-23 12:28:48 us=204356 Local Options hash (VER=V4): '272f1b58'
2014-01-23 12:28:48 us=204432 Expected Remote Options hash (VER=V4): 'a2e63101'
2014-01-23 12:28:48 us=204510 UDPv4 link local: [undef]
2014-01-23 12:28:48 us=204602 UDPv4 link remote: 94.124.8.9:1194
2014-01-23 12:28:48 us=204706 MANAGEMENT: >STATE:1390476528,WAIT,,,
RThu Jan 23 12:28:48 2014 us=276432 MANAGEMENT: >STATE:1390476528,AUTH,,,
2014-01-23 12:28:48 us=276602 TLS: Initial packet from 94.124.8.9:1194, sid=4585b29b d768cff0
RRRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRWRThu Jan 23 12:28:48 2014 us=958243 VERIFY OK: depth=1, /C=PL/ST=malopolskie/L=Krakow/O=Redcom/OU=OpenVPN/CN=Redcom_Krakow_CA/name=redcom-krakow-ca/emailAddress=admin@redcom.com.pl
2014-01-23 12:28:48 us=960441 VERIFY OK: nsCertType=SERVER
2014-01-23 12:28:48 us=960682 VERIFY OK: depth=0, /C=PL/ST=malopolskie/L=Krakow/O=Redcom/OU=OpenVPN/CN=nostromo.redcom.com.pl/name=nostromo-server/emailAddress=admin@redcom.com.pl
RWRWRThu Jan 23 12:28:50 2014 us=379242 Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
2014-01-23 12:28:50 us=379439 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
2014-01-23 12:28:50 us=379698 Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
2014-01-23 12:28:50 us=380136 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
WThu Jan 23 12:28:50 2014 us=380333 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
2014-01-23 12:28:50 us=380541 [nostromo.redcom.com.pl] Peer Connection Initiated with 94.124.8.9:1194
2014-01-23 12:28:51 us=496946 MANAGEMENT: >STATE:1390476531,GET_CONFIG,,,
2014-01-23 12:28:52 us=614551 SENT CONTROL [nostromo.redcom.com.pl]: 'PUSH_REQUEST' (status=1)
2014-01-23 12:28:52 us=687755 PUSH: Received control message: 'PUSH_REPLY,route 10.121.130.0 255.255.255.0,route 10.121.131.0 255.255.255.0,route 10.10.230.1,topology net30,ping 10,ping-restart 120,ifconfig 10.10.230.14 10.10.230.13'
2014-01-23 12:28:52 us=688039 OPTIONS IMPORT: timers and/or timeouts modified
2014-01-23 12:28:52 us=688242 OPTIONS IMPORT: --ifconfig/up options modified
2014-01-23 12:28:52 us=688472 OPTIONS IMPORT: route options modified
2014-01-23 12:28:52 us=688704 ROUTE default_gateway=192.168.43.1
2014-01-23 12:28:52 us=688984 TUN/TAP device /dev/tun0 opened
2014-01-23 12:28:52 us=689114 MANAGEMENT: >STATE:1390476532,ASSIGN_IP,,10.10.230.14,
2014-01-23 12:28:52 us=689237 /sbin/ifconfig tun0 delete
ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address
2014-01-23 12:28:52 us=697158 NOTE: Tried to delete pre-existing tun/tap instance -- No Problem if failure
2014-01-23 12:28:52 us=697531 /sbin/ifconfig tun0 10.10.230.14 10.10.230.13 mtu 1500 netmask 255.255.255.255 up
2014-01-23 12:28:52 us=704737 /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh -m -w -d -f -ptADGNWradsgnw tun0 1500 1558 10.10.230.14 10.10.230.13 init
*********************************************
Start of output from client.up.tunnelblick.sh
No network configuration changes need to be made.
Will NOT monitor for other network configuration changes.
End of output from client.up.tunnelblick.sh
**********************************************
2014-01-23 12:28:54 us=770822 MANAGEMENT: >STATE:1390476534,ADD_ROUTES,,,
2014-01-23 12:28:54 us=771059 /sbin/route add -net 10.121.130.0 10.10.230.13 255.255.255.0
add net 10.121.130.0: gateway 10.10.230.13
2014-01-23 12:28:54 us=775949 /sbin/route add -net 10.121.131.0 10.10.230.13 255.255.255.0
add net 10.121.131.0: gateway 10.10.230.13
2014-01-23 12:28:54 us=780160 /sbin/route add -net 10.10.230.1 10.10.230.13 255.255.255.255
add net 10.10.230.1: gateway 10.10.230.13
2014-01-23 12:28:54 us=784162 Initialization Sequence Completed
2014-01-23 12:28:54 us=784401 MANAGEMENT: >STATE:1390476534,CONNECTED,SUCCESS,10.10.230.14,94.124.8.9
2014-01-23 12:28:55 *Tunnelblick: No 'connected.sh' script to execute
2014-01-23 12:29:00 *Tunnelblick: This computer's apparent public IP address (178.182.7.124) was unchanged after the connection was made