几天前,当我连接到 VPN 时,VirtualBox 开始出现故障。如果我的计算机未连接到 VPN,则一切正常。我可以启动虚拟机、停止虚拟机等等。但如果我的电脑已连接到 VPN,我收到以下消息:
$ VBoxManage controlvm myvm pause
VBoxManage: error: Failed to create the VirtualBox object!
VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted (extended info not available)
VBoxManage: error: Most likely, the VirtualBox COM server is not running or failed to start.
这是我的配置:
- Mac OS X El Capitan
- VirtualBox 5.0.26 r108824
- Tunnelblick 3.6.7c (build 4606) 作为 VPN 客户端
- OpenVPN 服务器 2.1.3
以防万一,我的电脑上没有安装 OpenVPN 服务器。它在我的新办公室的服务器上。
这会是什么问题呢?
编辑:我刚刚连接到另一个 VPN,VirtualBox 运行正常。现在我确定问题是由 OpenVPN 服务器中的某些配置引起的。