Skip to content

Instantly share code, notes, and snippets.

@ronfe
Created May 11, 2016 01:13
Show Gist options
  • Save ronfe/1ab06bb5121e5d84e541a0b6ff4b7521 to your computer and use it in GitHub Desktop.
Save ronfe/1ab06bb5121e5d84e541a0b6ff4b7521 to your computer and use it in GitHub Desktop.
*Tunnelblick: OS X 10.11.4; Tunnelblick 3.5.7 (build 4270.4517); Admin user
Configuration client
"Sanitized" condensed configuration file for /Users/jihongfei/Library/Application Support/Tunnelblick/Configurations/client.tblk:
client
dev tun
proto tcp
remote vpn.yangcong345.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
remote-cert-tls server
comp-lzo
verb 3
================================================================================
"Sanitized" full 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 10.8.8.18 1194
remote vpn.yangcong345.com 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 client.crt
key client.key
# Verify server certificate by checking that the
# certicate has the correct key usage set.
# 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 keyUsage set to
# digitalSignature, keyEncipherment
# and the extendedKeyUsage to
# serverAuth
# EasyRSA can do this for you.
remote-cert-tls 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
================================================================================
There are no unusual files in client.tblk
================================================================================
Configuration preferences:
-notOKToCheckThatIPAddressDidNotChangeAfterConnection = 1
-lastConnectionSucceeded = 0
================================================================================
Wildcard preferences:
-notOKToCheckThatIPAddressDidNotChangeAfterConnection = 1
================================================================================
Program preferences:
launchAtNextLogin = 1
notOKToCheckThatIPAddressDidNotChangeAfterConnection = 1
askedUserIfOKToCheckThatIPAddressDidNotChangeAfterConnection = 1
tunnelblickVersionHistory = (
"3.5.7 (build 4270.4517)"
)
lastLaunchTime = 484621904.095682
connectionWindowDisplayCriteria = showWhenConnecting
maxLogDisplaySize = 102400
lastConnectedDisplayName = client
keyboardShortcutIndex = 1
updateCheckAutomatically = 0
updateSendProfileInfo = 0
NSWindow Frame ConnectingWindow = 525 537 389 187 0 0 1440 877
detailsWindowFrameVersion = 4270.4517
detailsWindowFrame = {{262, 307}, {908, 468}}
detailsWindowLeftFrame = {{0, 0}, {163.5, 350}}
leftNavSelectedDisplayName = client
haveDealtWithSparkle1dot5b6 = 1
haveDealtWithOldTunTapPreferences = 1
haveDealtWithOldLoginItem = 1
SUEnableAutomaticChecks = 0
SUFeedURL = https://www.tunnelblick.net/appcast-s.rss
SUScheduledCheckInterval = 86400
SUSendProfileInfo = 0
SULastCheckTime = 2016-02-28 18:06:32 +0000
SUHasLaunchedBefore = 1
WebKitDefaultFontSize = 16
WebKitStandardFont = Times
================================================================================
Tunnelblick Log:
2016-05-11 09:11:48 *Tunnelblick: OS X 10.11.4; Tunnelblick 3.5.7 (build 4270.4517)
2016-05-11 09:11:50 *Tunnelblick: Attempting connection with client using shadow copy; Set nameserver = 1; monitoring connection
2016-05-11 09:11:50 *Tunnelblick: openvpnstart start client.tblk 1337 1 0 1 0 16688 -ptADGNWradsgnw 2.3.6
2016-05-11 09:11:50 OpenVPN 2.3.6 x86_64-apple-darwin [SSL (OpenSSL)] [LZO] [PKCS11] [MH] [IPv6] built on Feb 18 2016
2016-05-11 09:11:50 library versions: OpenSSL 1.0.1r 28 Jan 2016, LZO 2.08
2016-05-11 09:11:50 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:1337
2016-05-11 09:11:50 Need hold release from management interface, waiting...
2016-05-11 09:11:50 *Tunnelblick: openvpnstart starting OpenVPN
2016-05-11 09:11:51 *Tunnelblick: openvpnstart log:
OpenVPN started successfully. Command used to start OpenVPN (one argument per displayed line):
/Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.3.6/openvpn
--daemon
--log
/Library/Application Support/Tunnelblick/Logs/-SUsers-Sjihongfei-SLibrary-SApplication Support-STunnelblick-SConfigurations-Sclient.tblk-SContents-SResources-Sconfig.ovpn.1_0_1_0_16688.1337.openvpn.log
--cd
/Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk/Contents/Resources
--config
/Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk/Contents/Resources/config.ovpn
--cd
/Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk/Contents/Resources
--management
127.0.0.1
1337
--management-query-passwords
--management-hold
--script-security
2
--up
/Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh -d -f -m -w -ptADGNWradsgnw
--down
/Applications/Tunnelblick.app/Contents/Resources/client.down.tunnelblick.sh -d -f -m -w -ptADGNWradsgnw
2016-05-11 09:11:51 *Tunnelblick: Established communication with OpenVPN
2016-05-11 09:11:51 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:1337
2016-05-11 09:11:51 MANAGEMENT: CMD 'pid'
2016-05-11 09:11:51 MANAGEMENT: CMD 'state on'
2016-05-11 09:11:51 MANAGEMENT: CMD 'state'
2016-05-11 09:11:51 MANAGEMENT: CMD 'bytecount 1'
2016-05-11 09:11:51 MANAGEMENT: CMD 'hold release'
2016-05-11 09:11:51 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2016-05-11 09:11:51 Socket Buffers: R=[131072->65536] S=[131072->65536]
2016-05-11 09:11:51 MANAGEMENT: >STATE:1462929111,RESOLVE,,,
2016-05-11 09:11:51 Attempting to establish TCP connection with [AF_INET]120.26.92.94:1194 [nonblock]
2016-05-11 09:11:51 MANAGEMENT: >STATE:1462929111,TCP_CONNECT,,,
2016-05-11 09:11:52 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:11:57 MANAGEMENT: >STATE:1462929117,RESOLVE,,,
2016-05-11 09:11:57 MANAGEMENT: >STATE:1462929117,TCP_CONNECT,,,
2016-05-11 09:11:58 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:12:03 MANAGEMENT: >STATE:1462929123,RESOLVE,,,
2016-05-11 09:12:03 MANAGEMENT: >STATE:1462929123,TCP_CONNECT,,,
2016-05-11 09:12:04 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:12:09 MANAGEMENT: >STATE:1462929129,RESOLVE,,,
2016-05-11 09:12:09 MANAGEMENT: >STATE:1462929129,TCP_CONNECT,,,
2016-05-11 09:12:10 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:12:15 MANAGEMENT: >STATE:1462929135,RESOLVE,,,
2016-05-11 09:12:15 MANAGEMENT: >STATE:1462929135,TCP_CONNECT,,,
2016-05-11 09:12:16 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:12:21 MANAGEMENT: >STATE:1462929141,RESOLVE,,,
2016-05-11 09:12:21 MANAGEMENT: >STATE:1462929141,TCP_CONNECT,,,
2016-05-11 09:12:22 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:12:27 MANAGEMENT: >STATE:1462929147,RESOLVE,,,
2016-05-11 09:12:27 MANAGEMENT: >STATE:1462929147,TCP_CONNECT,,,
2016-05-11 09:12:28 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:12:33 MANAGEMENT: >STATE:1462929153,RESOLVE,,,
2016-05-11 09:12:33 MANAGEMENT: >STATE:1462929153,TCP_CONNECT,,,
2016-05-11 09:12:34 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:12:39 MANAGEMENT: >STATE:1462929159,RESOLVE,,,
2016-05-11 09:12:39 MANAGEMENT: >STATE:1462929159,TCP_CONNECT,,,
2016-05-11 09:12:40 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:12:45 MANAGEMENT: >STATE:1462929165,RESOLVE,,,
2016-05-11 09:12:45 MANAGEMENT: >STATE:1462929165,TCP_CONNECT,,,
2016-05-11 09:12:46 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:12:51 MANAGEMENT: >STATE:1462929171,RESOLVE,,,
2016-05-11 09:12:51 MANAGEMENT: >STATE:1462929171,TCP_CONNECT,,,
2016-05-11 09:12:52 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:12:57 MANAGEMENT: >STATE:1462929177,RESOLVE,,,
2016-05-11 09:12:57 MANAGEMENT: >STATE:1462929177,TCP_CONNECT,,,
2016-05-11 09:12:58 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:13:03 MANAGEMENT: >STATE:1462929183,RESOLVE,,,
2016-05-11 09:13:03 MANAGEMENT: >STATE:1462929183,TCP_CONNECT,,,
2016-05-11 09:13:04 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:13:09 MANAGEMENT: >STATE:1462929189,RESOLVE,,,
2016-05-11 09:13:09 MANAGEMENT: >STATE:1462929189,TCP_CONNECT,,,
2016-05-11 09:13:10 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:13:15 MANAGEMENT: >STATE:1462929195,RESOLVE,,,
2016-05-11 09:13:15 MANAGEMENT: >STATE:1462929195,TCP_CONNECT,,,
2016-05-11 09:13:16 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:13:21 MANAGEMENT: >STATE:1462929201,RESOLVE,,,
2016-05-11 09:13:21 MANAGEMENT: >STATE:1462929201,TCP_CONNECT,,,
2016-05-11 09:13:22 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:13:27 MANAGEMENT: >STATE:1462929207,RESOLVE,,,
2016-05-11 09:13:27 MANAGEMENT: >STATE:1462929207,TCP_CONNECT,,,
2016-05-11 09:13:28 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:13:33 MANAGEMENT: >STATE:1462929213,RESOLVE,,,
2016-05-11 09:13:33 MANAGEMENT: >STATE:1462929213,TCP_CONNECT,,,
2016-05-11 09:13:34 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:13:39 MANAGEMENT: >STATE:1462929219,RESOLVE,,,
2016-05-11 09:13:39 MANAGEMENT: >STATE:1462929219,TCP_CONNECT,,,
2016-05-11 09:13:40 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
2016-05-11 09:13:45 MANAGEMENT: >STATE:1462929225,RESOLVE,,,
2016-05-11 09:13:45 MANAGEMENT: >STATE:1462929225,TCP_CONNECT,,,
2016-05-11 09:13:46 TCP: connect to [AF_INET]120.26.92.94:1194 failed, will try again in 5 seconds: Connection refused
================================================================================
ifconfig output:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=1<PERFORMNUD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether ac:bc:32:c3:a5:0f
inet6 fe80::aebc:32ff:fec3:a50f%en0 prefixlen 64 scopeid 0x4
inet 10.233.26.145 netmask 0xffffff00 broadcast 10.233.26.255
nd6 options=1<PERFORMNUD>
media: autoselect
status: active
en1: flags=963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX> mtu 1500
options=60<TSO4,TSO6>
ether 6a:00:01:55:e0:00
media: autoselect <full-duplex>
status: inactive
en2: flags=963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX> mtu 1500
options=60<TSO4,TSO6>
ether 6a:00:01:55:e0:01
media: autoselect <full-duplex>
status: inactive
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
ether 0e:bc:32:c3:a5:0f
media: autoselect
status: inactive
awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1484
ether 0e:ce:cd:f2:36:c9
inet6 fe80::cce:cdff:fef2:36c9%awdl0 prefixlen 64 scopeid 0x8
nd6 options=1<PERFORMNUD>
media: autoselect
status: active
bridge0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=63<RXCSUM,TXCSUM,TSO4,TSO6>
ether ae:bc:32:3c:55:00
Configuration:
id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0
maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200
root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0
ipfilter disabled flags 0x2
member: en1 flags=3<LEARNING,DISCOVER>
ifmaxaddr 0 port 5 priority 0 path cost 0
member: en2 flags=3<LEARNING,DISCOVER>
ifmaxaddr 0 port 6 priority 0 path cost 0
nd6 options=1<PERFORMNUD>
media: <unknown type>
status: inactive
================================================================================
Console Log:
2016-05-11 09:04:39 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:04:39 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:04:39 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:04:39 tunnelblickd[33105] Status = 0 from tunnelblick-helper command 'printSanitizedConfigurationFile client.tblk 3'
2016-05-11 09:04:39 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:04:39 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:04:40 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:04:40 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.800000 seconds...
2016-05-11 09:04:40 tunnelblickd[33105] Status = 0 from tunnelblick-helper command 'start client.tblk 1337 1 0 3 0 16688 -ptADGNWradsgnw 2.3.6'
2016-05-11 09:05:02 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:05:02 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:05:03 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:05:03 tunnelblickd[33105] Status = 0 from tunnelblick-helper command 'kill 33110'
2016-05-11 09:05:04 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:05:04 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:05:04 tunnelblickd[33105] Status = 0 from tunnelblick-helper command 'postDisconnect client.tblk 3'
2016-05-11 09:05:05 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:05:05 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:05:05 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:05:06 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.800000 seconds...
2016-05-11 09:05:06 tunnelblickd[33105] Status = 0 from tunnelblick-helper command 'start client.tblk 1338 1 0 3 0 16688 -ptADGNWradsgnw 2.3.6'
2016-05-11 09:07:46 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:07:46 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:07:46 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:07:46 tunnelblickd[33129] Status = 0 from tunnelblick-helper command 'kill 33121'
2016-05-11 09:07:47 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:07:48 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:07:48 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:07:48 tunnelblickd[33129] Status = 0 from tunnelblick-helper command 'postDisconnect client.tblk 3'
2016-05-11 09:10:43 Tunnelblick[493] Beginning installation or repair
2016-05-11 09:10:43 authexec[33150] executing /Applications/Tunnelblick.app/Contents/Resources/installer
2016-05-11 09:10:44 Tunnelblick[493] Installation or repair succeeded; Log:
Tunnelblick installer started 2016-05-11 09:10:43. 2 arguments: 0x2001
/Library/Application Support/Tunnelblick/Shared/client.tblk
removed /Library/Application Support/Tunnelblick/Shared/client.tblk
Tunnelblick installer finished without error
2016-05-11 09:10:44 Tunnelblick[493] Uninstalled configuration file /Library/Application Support/Tunnelblick/Shared/client.tblk
2016-05-11 09:10:46 Tunnelblick[493] Beginning installation or repair
2016-05-11 09:10:46 authexec[33153] executing /Applications/Tunnelblick.app/Contents/Resources/installer
2016-05-11 09:10:47 Tunnelblick[493] Installation or repair succeeded; Log:
Tunnelblick installer started 2016-05-11 09:10:46. 2 arguments: 0x2001
/Library/Application Support/Tunnelblick/Shared/client.tblk
Tunnelblick installer finished without error
2016-05-11 09:10:47 Tunnelblick[493] Uninstalled configuration file /Library/Application Support/Tunnelblick/Shared/client.tblk
2016-05-11 09:11:31 Tunnelblick[493] applicationShouldTerminate: termination for unknown reason, probably Command-Q; delayed until 'shutdownTunnelblick' finishes
2016-05-11 09:11:32 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:11:32 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:11:32 Tunnelblick[493] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:11:32 tunnelblickd[33162] Status = 0 from tunnelblick-helper command 'deleteLogs'
2016-05-11 09:11:32 Tunnelblick[493] Finished shutting down Tunnelblick; allowing termination
2016-05-11 09:11:39 Tunnelblick[33165] Set program update feedURL to https://www.tunnelblick.net/appcast-s.rss
2016-05-11 09:11:39 Tunnelblick[33165] Converting/Installing /Users/jihongfei/Downloads/key_config/client.ovpn at line 89: Copied ca.crt
2016-05-11 09:11:39 Tunnelblick[33165] Changed permissions from 755 to 740 on /private/var/folders/qm/c1_mzlh53blcns3d9pp9msjr0000gn/T/Tunnelblick-T9N1od/client.tblk/Contents/Resources/ca.crt
2016-05-11 09:11:39 Tunnelblick[33165] Converting/Installing /Users/jihongfei/Downloads/key_config/client.ovpn at line 90: Copied client.crt
2016-05-11 09:11:39 Tunnelblick[33165] Changed permissions from 755 to 740 on /private/var/folders/qm/c1_mzlh53blcns3d9pp9msjr0000gn/T/Tunnelblick-T9N1od/client.tblk/Contents/Resources/client.crt
2016-05-11 09:11:39 Tunnelblick[33165] Converting/Installing /Users/jihongfei/Downloads/key_config/client.ovpn at line 91: Copied client.key
2016-05-11 09:11:39 Tunnelblick[33165] Changed permissions from 755 to 740 on /private/var/folders/qm/c1_mzlh53blcns3d9pp9msjr0000gn/T/Tunnelblick-T9N1od/client.tblk/Contents/Resources/client.key
2016-05-11 09:11:39 Tunnelblick[33165] Converting/Installing /Users/jihongfei/Downloads/key_config/client.ovpn: Converted OpenVPN configuration
2016-05-11 09:11:43 Tunnelblick[33165] Beginning installation or repair
2016-05-11 09:11:43 authexec[33173] executing /Applications/Tunnelblick.app/Contents/Resources/installer
2016-05-11 09:11:44 Tunnelblick[33165] Installation or repair succeeded; Log:
Tunnelblick installer started 2016-05-11 09:11:43. 3 arguments: 0x0001
/Users/jihongfei/Library/Application Support/Tunnelblick/Configurations/client.tblk
/private/var/folders/qm/c1_mzlh53blcns3d9pp9msjr0000gn/T/Tunnelblick-T9N1od/client.tblk
Copied /private/var/folders/qm/c1_mzlh53blcns3d9pp9msjr0000gn/T/Tunnelblick-T9N1od/client.tblk
to /Users/jihongfei/Library/Application Support/Tunnelblick/Configurations/client.tblk.temp
Renamed /Users/jihongfei/Library/Application Support/Tunnelblick/Configurations/client.tblk.temp
to /Users/jihongfei/Library/Application Support/Tunnelblick/Configurations/client.tblk
Changed ownership of /Users/jihongfei/Library/Application Support/Tunnelblick/Configurations/client.tblk and its contents from 501:20 to 501:80
Copied /Users/jihongfei/Library/Application Support/Tunnelblick/Configurations/client.tblk
to /Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk.temp
Renamed /Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk.temp
to /Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk
Changed ownership of /Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk and its contents from 501:80 to 0:0
Changed permissions from 750 to 755 on /Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk
Changed permissions from 750 to 755 on /Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk/Contents
Changed permissions from 750 to 755 on /Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk/Contents/Resources
Changed permissions from 740 to 700 on /Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk/Contents/Resources/ca.crt
Changed permissions from 740 to 700 on /Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk/Contents/Resources/client.crt
Changed permissions from 740 to 700 on /Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk/Contents/Resources/client.key
Changed permissions from 740 to 700 on /Library/Application Support/Tunnelblick/Users/jihongfei/client.tblk/Contents/Resources/config.ovpn
Created secure (shadow) copy of client.tblk
Tunnelblick installer finished without error
2016-05-11 09:11:48 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:11:48 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:11:49 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:11:49 tunnelblickd[33162] Status = 0 from tunnelblick-helper command 'compareShadowCopy client'
2016-05-11 09:11:49 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:11:49 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:11:49 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:11:49 tunnelblickd[33162] Status = 0 from tunnelblick-helper command 'printSanitizedConfigurationFile client.tblk 0'
2016-05-11 09:11:50 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:11:50 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:11:50 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:11:50 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.800000 seconds...
2016-05-11 09:11:51 tunnelblickd[33162] Status = 0 from tunnelblick-helper command 'start client.tblk 1337 1 0 1 0 16688 -ptADGNWradsgnw 2.3.6'
2016-05-11 09:13:36 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:13:36 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:13:36 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:13:36 tunnelblickd[33186] Status = 0 from tunnelblick-helper command 'printSanitizedConfigurationFile client.tblk 0'
2016-05-11 09:13:38 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:13:38 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:13:39 tunnelblickd[33186] Status = 0 from tunnelblick-helper command 'printSanitizedConfigurationFile client.tblk 0'
2016-05-11 09:13:46 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:13:47 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:13:47 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:13:47 tunnelblickd[33186] Status = 0 from tunnelblick-helper command 'printSanitizedConfigurationFile client.tblk 0'
2016-05-11 09:13:48 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...
2016-05-11 09:13:48 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...
2016-05-11 09:13:49 Tunnelblick[33165] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...
2016-05-11 09:13:49 tunnelblickd[33186] Status = 0 from tunnelblick-helper command 'printSanitizedConfigurationFile client.tblk 0'
================================================================================
Non-Apple kexts that are loaded:
Index Refs Address Size Wired Name (Version) UUID <Linked Against>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment