JKbull
thank you for your response. I suspect I'm missing one small critical
step which is messing with the whole set up.
I fooled around a little more, reinstalled , created a new sample
folder for the config file on my desktop and seemed to get further
then before. I know have two configurations: one is shared, the other
is private. (it does seem odd to have the folder live on the
desktop. should't it be buried in a library somewhere?)
the private one I don't get a configuration file when I click on
examine configuration file.
here is the log for that one and I am still getting the no dev tun no
dev tap message
2011-06-28 22:53:57 *Tunnelblick: OS X 10.6.7; Tunnelblick 3.1.7
(build 2190.2413); OpenVPN 2.1.4
2011-06-28 23:01:38 *Tunnelblick: Attempting connection with
TunnelblickVPN; Set nameserver = 1; monitoring connection
2011-06-28 23:01:38 *Tunnelblick: /Applications/Tunnelblick.app/
Contents/Resources/openvpnstart start TunnelblickVPN.tblk 1337 1 0 3 0
51
2011-06-28 23:01:38 *Tunnelblick: openvpnstart status #236: Unable to
find configuration file in (null)
ON the shared configuration here is the log followed by the config
file
2011-06-28 23:05:51 *Tunnelblick: OS X 10.6.7; Tunnelblick 3.1.7
(build 2190.2413); OpenVPN 2.1.4
2011-06-28 23:06:07 *Tunnelblick: Attempting connection with
Tunnelblick VPN; Set nameserver = 1; monitoring connection
2011-06-28 23:06:07 *Tunnelblick: /Applications/Tunnelblick.app/
Contents/Resources/openvpnstart start Tunnelblick\ VPN.tblk 1337 1 0 3
0 49
2011-06-28 23:06:12 *Tunnelblick: openvpnstart status #247: /
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).
/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).
/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).
/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).
/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
below is the config file
client
dev tun
proto udp
remote
vpn.btguard.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca btguard.ca.crt
comp-lzo
verb 3
auth-user-pass
auth-nocache
thanks in advance
> 1. Tunnelblick thinks (perhaps correctly) that there is no 'dev tun' or
> 'dev tap' line in your configuration file. Such a line is usually required
> for OpenVPN to work properly on a Mac.
> 2. Tunnelblick has a problem when you tell it to go ahead and connect