【发布时间】:2016-12-26 10:00:47
【问题描述】:
我想通过代理在 Cent OS 7 上使用 forticlientsslvpn,但它不适用于“无法连接到代理”或“无法解析代理地址”的消息。我想它需要一些依赖库,但我不知道它们。
我从here 下载了最新的
Forticlient SSLVPN 4.4.2329-1 64bit。 (我将它安装在 debian 上,然后将 forlder(/opt/forticlientsslvon) 复制到干净的 Cent OS 7 中。)-
forticlientsslvpn CLI 和 GUI 都因同一错误而失败。这是 cli 命令的结果。
[root@cent7 /]# cd ~/forticlient-sslvpn/64bit/ [root@cent7 /]# ./forticlientsslvpn_cli --proxy 10.0.0.73:3128 --server 203.0.113.1:10443 --vpnuser myuser Password for VPN: STATUS::Setting up the tunnel STATUS::Connecting... NOTICE::Can not connect to proxy. STATUS::Set up tunnel failed SSLVPN down unexpectedly with error:2 Press Ctrl-C to quit Clean up... # Another proxy variable [root@cent7 /]# ./forticlientsslvpn_cli --proxy http://10.0.0.73:3128 --server 172.17.97.85:10443 --vpnuser myuser Password for VPN: 08/19/2016 18:19:26 [23461] can not resolve name http://10.0.0.73 Init SSLVPN error:Can not resolve proxy address # Check the proxy connection [root@cent7 /]# telnet 10.0.0.73 3128 Trying 10.0.0.73... Connected to 10.0.0.73. Escape character is '^]'. # OK # Check DNS [root@cent7 /]# nslookup 10.0.0.73 Server: 10.0.0.70 Address: 10.0.0.70#53 Non-authoritative answer: 73.0.0.10.in-addr.arpa name = dns.example.com.
当然,我在同一网络中的 windows 上的 forticlient 与服务器的代理一起工作。此 Cent OS 7 服务器上的 FireFox/wget 与代理一起工作。有人知道“无法连接到代理”错误吗?
【问题讨论】:
标签: linux proxy centos vpn centos7