我是 Ubuntu 机器的新用户。
我正在尝试为我的 Ubuntu 机器安装 Shrew VPN 软件,详细信息如下:
- 版本-16.04
- 64 位
我安装了 Ubuntu 12.04 版本的 Shrew VPNhttps://apps.ubuntu.com/cat/applications/precise/ike-qtgui/
已完成添加新站点配置所需的所有设置,但尝试连接时出现错误:“发生协商超时”
以供参考:
remote id configured
pre-shared key configured
bringing up tunnel ...
negotiation timout occurred
tunnel disabled
detached from key daemon
我怎样才能解决这个问题?
答案1
这里似乎有适用于大多数 Ubuntu 版本的预构建二进制文件: https://packages.ubuntu.com/search?keywords=ike
所以我需要做的就是
sudo apt-get install ike-qtgui
如果你觉得这没有帮助,请尝试按照说明从源代码构建在 Stack Overflow 上的这个答案中(不幸的是,它在我的 Ubuntu 18.04 上不起作用)