Portada del sitio > Sistemas > MacOS > Tunnelblick - No pudo iniciar OpenVPN

Tunnelblick - No pudo iniciar OpenVPN

Jueves 13 de octubre de 2016, por Aitor Roma Vázquez

Tras intentar conectarme con tunnelblick un cliente de OpenVPN para MacOS X me aparece un error que no me deja conectar. tras revisar el log observo lo siguiente.

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

El problema como vemos reside en el modulo net.tunnelblick.tun que no puede cargar.

Rápidamente podemos probar de ver si existe algún modulo cargado que este usando tun

para ello ejecutamos.

$ sudo kextstat |grep tun
  144    0 0xffffff7f80a2c000 0x7000     0x7000     net.sf.tuntaposx.tap (1.0) 8A2AF588-ABD5-3C62-967C-363C8DD1CDCB <7 5 4 1>
  245    0 0xffffff7f8342e000 0x7000     0x7000     net.sf.tuntaposx.tun (1.0) 7793D512-F834-3443-B63E-322E27E81C61 <7 5 4 1>

Vemos que esta cargado el modulo net.sf.tuntaposx.tun lo descargamos así:

$ sudo  kextunload -b net.sf.tuntaposx.tun

Ahora ya debería funcionarnos!

Saludos!

¿Un mensaje, un comentario?

moderación a priori

Este foro es moderado a priori: su contribución sólo aparecerá una vez validada por un/a administrador/a del sitio.

¿Quién es usted?
Su mensaje

Para crear párrafos, deje simplemente líneas vacías.