Jdesk / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

VPNBook on Mountain Lion No Connection #229

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
NOTE: We suggest that you post on the Tunnelblick Discussion Group before
submitting an "Issue". (http://groups.google.com/group/tunnelblick-discuss)

What steps will reproduce the problem?
1. Have Mac OSX Mountain Lion
2. Load VPNBook certificates (port 80)
3. Load certificates and attempt to connect.

What is the expected output?
Connection successful

What do you see instead?
The connection fails, and says to check the logs, which I will post at the end 
of this post.

What version of Tunnelblick are you using? On what version of OS X?
 3.3beta36  , Mountain Lion

Please provide any additional information below. Please include your
configuration file and the contents of the OpenVPN Log window (including
the first few lines with version information), but remember to remove any
sensitive information such as IP addresses.

2013-03-30 21:58:17 *Tunnelblick: OS X 10.8.3; Tunnelblick 3.3beta36 (build 
3228)
2013-03-30 21:58:17 *Tunnelblick: Attempting connection with VPNBook using 
shadow copy; Set nameserver = 9; not monitoring connection
2013-03-30 21:58:17 *Tunnelblick: openvpnstart start VPNBook.tblk 1337 9 0 1 1 
305 -atADGNWradsgnw 2.3-alpha1
2013-03-30 21:58:23 *Tunnelblick:

Could not start OpenVPN (openvpnstart returned with status #226)

Contents of the openvpnstart log:
*Tunnelblick: openvpnstart log:
     Loading tun.kext
     stderr from kextload: /Applications/Tunnelblick.app/Contents/Resources/tun.kext failed to load - (libkern/kext) kext (kmod) start/stop routine failed; check the system/kernel logs for errors or try kextutil(8).
     stderr from kextload: /Applications/Tunnelblick.app/Contents/Resources/tun.kext failed to load - (libkern/kext) kext (kmod) start/stop routine failed; check the system/kernel logs for errors or try kextutil(8).
     stderr from kextload: /Applications/Tunnelblick.app/Contents/Resources/tun.kext failed to load - (libkern/kext) kext (kmod) start/stop routine failed; check the system/kernel logs for errors or try kextutil(8).
     stderr from kextload: /Applications/Tunnelblick.app/Contents/Resources/tun.kext failed to load - (libkern/kext) kext (kmod) start/stop routine failed; check the system/kernel logs for errors or try kextutil(8).
     stderr from kextload: /Applications/Tunnelblick.app/Contents/Resources/tun.kext failed to load - (libkern/kext) kext (kmod) start/stop routine failed; check the system/kernel logs for errors or try kextutil(8).
     Error: Unable to load net.tunnelblick.tun and/or net.tunnelblick.tap kexts in 5 tries. Status = 71

client
dev tun3
proto tcp
remote 93.115.84.198 80 # - Server1
remote 93.114.44.253 80 # - Server2
resolv-retry infinite
nobind
persist-key
persist-tun
ca vpnbook.crt
auth-user-pass
comp-lzo
verb 3
cipher AES-128-CBC
fast-io
pull
remote-random
route-delay 2
redirect-gateway
client
dev tun3
proto tcp
remote 93.115.84.198 80 # - Server1
remote 93.114.44.253 80 # - Server2
resolv-retry infinite
nobind
persist-key
persist-tun
ca vpnbook.crt
auth-user-pass
comp-lzo
verb 3
cipher AES-128-CBC
fast-io
pull
remote-random
route-delay 2
redirect-gateway

Original issue reported on code.google.com by mpr0...@gmail.com on 31 Mar 2013 at 2:06

GoogleCodeExporter commented 8 years ago
Thanks for including everything.

You have a conflicting kext loaded. See
https://code.google.com/p/tunnelblick/wiki/cCommonProblems#An_OpenVPN_log_entry_
says_"Tunnelblick:_openvpnstart_status

Original comment by jkbull...@gmail.com on 31 Mar 2013 at 2:15

GoogleCodeExporter commented 8 years ago

Original comment by jkbull...@gmail.com on 1 Apr 2013 at 1:31

GoogleCodeExporter commented 8 years ago
Thank you, this worked!

Original comment by mpr0...@gmail.com on 2 Apr 2013 at 2:56