当我运行命令时
apt-cache search network-manager | grep sstp
结果一片空白。我可以找到 pptp 和 openvpn,但找不到 sstp。
相关的 sstp 包是否已被删除?
[编辑] - 这对我有用
我运行了下面的命令
sudo add-apt-repository ppa:eivnaes/network-manager-sstp
sudo apt-get update
sudo apt-get install network-manager-sstp
sudo apt-get install sstp-client
然后我打开了网络连接
nm-connection-editor
我可以从那里设置 VPN。
答案1
以下内容在 16.04 LTS 上运行:我运行了以下命令
sudo add-apt-repository ppa:eivnaes/network-manager-sstp
sudo apt-get update
sudo apt-get install network-manager-sstp
sudo apt-get install sstp-client
然后我打开了网络连接
nm-connection-editor
我可以从那里设置 VPN。
答案2
在我的sydtem(YMMV)我做了locate sstp
,并发现/usr/share/nmap/scripts/sstp-discover.nse
,部分内容是,
Check if the Secure Socket Tunneling Protocol is supported. This is
accomplished by trying to establish the HTTPS layer which is used to
carry SSTP traffic as described in:
- http://msdn.microsoft.com/en-us/library/cc247364.aspx
Current SSTP server implementations:
- Microsoft Windows (Server 2008/Server 2012)
- MikroTik RouterOS
- SEIL (http://www.seil.jp)
]]
--SSTP specification:
-- _ http://msdn.microsoft.com/en-us/library/cc247338.aspx
--
--Info about the default URI (ServerUri):
-- - http://support.microsoft.com/kb/947054
--
--SSTP Remote Access Step-by-Step Guide: Deployment:
-- - http://technet.microsoft.com/de-de/library/cc731352(v=ws.10).aspx
--
--SSTP enabled hosts (for testing purposes):
-- - http://billing.purevpn.com/sstp-manual-setup-hostname-list.php
author = "Niklaus Schiess <[email protected]>"
答案3
简单地说,这是一个解决方案(这启用了 GUI 界面):
sudo apt install network-manager-sstp-gnome