我曾多次使用 openfrotivpn,但我从未能够在网络管理器中正确配置这样的 VPN。
不幸的是,现在我必须连接到主机 [某个 ip]/ext(例如 192.168.10.10/ext),即使通过 cli 也无法做到这一点。只有使用“原始”FortiClient 才有可能。
在这种情况下,我应该如何配置我的网络管理器?我希望能够像选择 Wi-Fi 网络一样快速连接到此 VPN。
当我尝试使用 cli 连接它时,openfortivpn 会抛出错误。
# vpn.cfg
host=192.168.10.10/ext
port=443
username=me
password=mypass
thrusted-cert=mytrhustedcert
$ sudo openfortivpn -c vpn.cfg
ERROR: getaddrinfo: Name or service not known
INFO: Closed connection to gateway.
ERROR: connect: Connection refused
INFO: Could not log out.
此外,在 FortiClient GUI 中,我选择了该Do not Warn Invalid Server Certificate
选项。
答案1
在你的情况下,你试图连接到一个特定的领域ext
添加到您的配置realm = ext
或openfortivpn
使用--realm ext
标志运行该实用程序。
答案2
URL 作为主机也存在类似的问题。我读了一些答案,解决方案是将 IP 替换为 URL