描述了我使用Tunnelblick3.7.9beta02 (build 5200)在macOS Mojave版本10.14.2 (18C54)上的bug。在我安装索福斯之前一切都很顺利。所以移除了索菲斯,但问题依然存在。
当我试图连接时,会发生以下错误。
Could not start OpenVPN (openvpnstart returned with status #247)
Contents of the openvpnstart log:
*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
2019-02-11 18:42:29 *Tunnelblick: openvpnstart starting OpenVPN
在论坛和Tunnelblick网站上搜索过。所有的解决方案都没有奏效。实际上,通过运行kextstat,没有发现tun或tun。
为了复制,这完全是从不知道的地方开始的。
发布于 2019-02-12 05:49:52
从Tunnelblick开发人员那里得到了这个解决方案。
在macOS的现代版本中,使用Tunnelblick的tun几乎从来没有一个好的理由。允许Tunnelblick/OpenVPN使用内置的macOS "utun“驱动程序,方法是删除或注释OpenVPN配置文件中的以下行:
dev-type tun
(您还必须在“高级”设置窗口的“连接和断开”选项卡中设置而不是的“总是加载Tun驱动程序”。默认情况下,"Load驱动程序自动“通常是最好的设置。
https://stackoverflow.com/questions/54631371
复制相似问题